What problem does it solve?
Generate native AI tool configuration for an existing project. Explores the codebase and produces context files, path-scoped pattern rules, landmine rules, and agents for Claude Code, VS Code Copilot, and Cursor. Run once per project.
Core Features & Use Cases
- Outputs per tool: CLAUDE.md (project context), AGENTS.md (universal), .claude/rules/, .claude/agents/ for Claude Code; .github/instructions/* for Copilot; .cursor/rules/* for Cursor; and shared universal artifacts.
- Pattern and landmine rules are generated per tool, following the knowledge-base templates; universal AGENTS.md is produced for all tools.
- Agents: tool-specific agents under .claude/agents/ and .github/agents/.
- Module-level and project-wide context files are generated to bootstrap AI tooling for new or existing projects.
Quick Start
Run the bootstrap skill on your project to generate CLAUDE.md, AGENTS.md, and per-tool rules and agents.