with one click
generate-tool-config
// Generate tool-specific configuration files (Cursor rules, Copilot instructions, Windsurf rules) from the .context/ documentation. Use when setting up a project for a specific AI coding tool.
// Generate tool-specific configuration files (Cursor rules, Copilot instructions, Windsurf rules) from the .context/ documentation. Use when setting up a project for a specific AI coding tool.
Create a new .context domain folder with overview and patterns files following the Substrate methodology. Use when adding a new documentation domain to the project.
Validate .context/ files for quality, staleness, and conformance to the Substrate methodology. Run after making changes to documentation.
Create a new Architecture Decision Record in .context/decisions/. Use when documenting an architectural decision.
| name | generate-tool-config |
| description | Generate tool-specific configuration files (Cursor rules, Copilot instructions, Windsurf rules) from the .context/ documentation. Use when setting up a project for a specific AI coding tool. |
| argument-hint | ["cursor|copilot|windsurf|all"] |
| disable-model-invocation | true |
Generate AI tool configuration files from the existing .context/ documentation.
Create .cursor/rules/ directory with .mdc files:
general.mdc - Always-apply rules from @.context/ai-rules.md.mdc per domain with appropriate glob patternsalwaysApply: true only for general.mdc.context/ files with @ syntaxCreate .github/copilot-instructions.md:
.context/ai-rules.md.context/ file paths for the agent to readCreate .windsurfrules:
.context/ai-rules.md and .context/architecture/patterns.mdGenerate all three above.
.context/ai-rules.md and .context/architecture/patterns.md first.context/ files