What problem does it solve?
This Skill Architect provides a structured approach to designing and documenting Agent Skills for the Gemini CLI. It ensures every Skill has a clear frontmatter foundation (name and description) and a well-organized body that can be used directly by the agent.
Core Features & Use Cases
- Structured SKILL.md templates: Enforces a consistent frontmatter and body structure to speed up Skill creation.
- TDD-guided workflow: Uses a test-driven mindset to validate Skill content before deployment.
- Metadata discipline: Advocates for kebab-case names, precise descriptions, and actionable triggers.
- Documentation-to-Action bridge: Transforms prose into deterministic steps, ready for activation in Gemini CLI.
Quick Start
Create or update a Skill directory by adding a SKILL.md with proper frontmatter, then draft the body with a clear stepwise workflow.