Skip to main content

Module generate

Module generate 

Source
Expand description

Generation pipeline: SSOT model → per-client markdown string.

Pure rendering. No filesystem writes — those land in Phase 3.

Modules§

claude
Claude Code generation (§7.1).
copilot
GitHub Copilot generation (§7.2).
directives
Conditional content directives (§6).
format
dprint-plugin-markdown wrapper (§7.5).
opencode
opencode generation (§7.3).

Enums§

Client
Target AI coding client.

Functions§

render_agent
Render an agent to its client-specific markdown string.
render_rule
Render a rule to its client-specific markdown string.
render_skill
Render a skill to its client-specific SKILL.md string.