my-harness-cli-template
Installation
SKILL.md
CLI/Template Domain Knowledge
Domain-specific knowledge for moai-adk-go's CLI and template system. Supplements expert-backend with project-specific patterns.
Quick Reference
Architecture Overview
moai binary (Go)
├── internal/cli/ ~50 cobra command files
├── internal/template/
│ ├── templates/ Source of truth for all templates
│ ├── embedded.go Auto-generated (go:embed)
│ ├── context.go TemplateContext with GoBinPath, HomeDir
│ └── renderer.go Template rendering engine
└── internal/config/ Configuration loading and defaults