generate_context_files
Generate AI context files (CLAUDE.md, AGENTS.md, Cursor/Windsurf/Cline rules, GEMINI.md, Copilot, and more) for a repository.
Instructions
Generate AI context files (CLAUDE.md, AGENTS.md, Cursor/Windsurf/Cline rules, GEMINI.md, Copilot, and more) for a repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the project directory | |
| targets | No | Which targets to generate (default: all) | |
| outputDir | No | Output directory (default: the project path) | |
| overwrite | No | Overwrite existing files (default: false) | |
| recurse | No | Also generate into each workspace package for a monorepo (default: false) |