- Single-concern renderer (<100 LOC per Constructor Pattern) - Idempotent — existing files are skipped, not overwritten - Args: <target> [name] [description]; name defaults to basename, description defaults to first non-blank line of CLAUDE.md or README.md, fallback "No description" - --only <output-path> restricts emission to one file (used by /new-agent Phase 8 "AGENTS.md only" path) - Placeholders substituted: PROJECT_NAME, PROJECT_DESCRIPTION, YEAR, MONTH, DATE |
||
|---|---|---|
| .. | ||
| agents-md.tmpl | ||
| aider-conf.tmpl | ||
| aider-conventions.tmpl | ||
| continue.tmpl | ||
| copilot.tmpl | ||
| cursor-mdc.tmpl | ||
| cursorrules.tmpl | ||
| emit.sh | ||
| gemini.tmpl | ||
| junie.tmpl | ||
| README.md | ||
| replit.tmpl | ||
| windsurf.tmpl | ||
_bridges/ — Cross-tool bridge templates
Tool-agnostic coding-rules templates, rendered into any project via _bridges/emit.sh. Placeholders: {{PROJECT_NAME}}, {{PROJECT_DESCRIPTION}}, {{YEAR}}, {{MONTH}}, {{DATE}}.
| Template | Output path |
|---|---|
cursorrules.tmpl |
.cursorrules |
agents-md.tmpl |
AGENTS.md |
copilot.tmpl |
.github/copilot-instructions.md |
cursor-mdc.tmpl |
.cursor/rules/main.mdc |
windsurf.tmpl |
.windsurf/rules/main.md |
junie.tmpl |
.junie/guidelines.md |
continue.tmpl |
.continue/rules/main.md |
gemini.tmpl |
GEMINI.md |
aider-conventions.tmpl |
CONVENTIONS.md |
aider-conf.tmpl |
.aider.conf.yml |
replit.tmpl |
replit.md |
Render: _bridges/emit.sh <target-dir> [project-name] [project-description]. Idempotent — existing files are skipped.
Cross-ref: KeiAgent is the personal-CLI predecessor that also ships these templates (verified against vendor docs 2026-04).