A single canonical YAML file that generates platform-specific AI configs.
pip install pyyaml
python generate.py| Platform | Output | Location |
|---|---|---|
| Claude Code | CLAUDE.md | Project root |
| Cursor | .cursorrules | Project root |
| Cursor MDC | .cursor/rules/project.mdc | .cursor/rules/ |
| Windsurf | .windsurfrules | Project root |
| ChatGPT | chatgpt-instructions.md | Custom Instructions |
| Codex | AGENTS.md | Project root |
| V0.dev | v0-instructions.md | V0 Instructions |
python generate.py --client example-clientSee clients/example-client.yaml for the overlay template.
GitHub Action auto-regenerates all configs when context.yaml changes.