Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.04 KB

File metadata and controls

36 lines (24 loc) · 1.04 KB

Claude Code

Status: ✅ Fully supported (v0.1.0-alpha.0+)

Output Files

Path Purpose
CLAUDE.md Single canonical project guide read by Claude Code

How Rules Map

Each rule becomes a ### Heading section under ## Project Conventions, ordered by priority (high → medium → low). Rules with appliesTo: globs include a *Applies to:* line for context.

How Prompts Map

Each prompt becomes a ### Heading section under ## Reusable Prompts. The prompt body is rendered with default variable values and embedded in a fenced code block.

Limitations

  • This compiler emits CLAUDE.md only. Full .claude/skills/ and .claude/settings.json support is planned for v0.2.
  • MCP server configs are not yet compiled.

Recommended Rule Categories

  • stack.md — language, framework, tooling
  • architecture.md — folder structure, module boundaries
  • testing.md — test framework and conventions
  • style.md — naming and patterns beyond Prettier

See getting-started.md for examples.