moai-library-toon
TOON Format Specialist - YAML-based token-efficient agent/workflow definitions inspired by BMAD Method patterns
npx skills add majiayu000/claude-skill-registry --skill moai-library-toon --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## Quick Reference (30 seconds) **TOON v4.0** = YAML-based hierarchical format inspired by BMAD Method TOON (Token-Optimized Object Notation) adopts BMAD's clean YAML patterns for agent and workflow definitions. This provides 40-60% token reduction while maintaining full expressiveness. **Key Insight**: BMAD's `*.agent.yaml` and `workflow.yaml` ARE the optimal token-efficient format. **Core Benefits**: - 40-60% token reduction vs JSON - Clean hierarchical YAML structure - Runtime variable substitution (`{project-root}`, `{config_source}:key`) - Human-readable and LLM-parseable - Proven in BMAD Method v6 (650+ files, 25+ agents) --- ## TOON Agent Definition Pattern (BMAD-Style) ### Standard Agent YAML Structure ```yaml # {agent-name}.agent.yaml agent: metadata: id: "{bmad_folder}/module/agents/{name}.md" name: "Display Name" title: "Agent Title" icon: "emoji" module: "module-code" # Optional: for module-scoped agents persona: role: "Expert Title" identity: "Background, expertise, and approach description" communication_style: "How the agent communicates with users" principles: | - Core principle 1 - Core principle 2 - Core principle 3 critical_actions: # MANDATORY steps on activatio
- Quick Reference (30 seconds)
- TOON Agent Definition Pattern (BMAD-Style)
- Standard Agent YAML Structure
- Menu Command Types (6 Types)
- Example: MoAI Developer Agent
- TOON Workflow Definition Pattern (BMAD-Style)
- Standard Workflow YAML Structure
- Runtime Variable Substitution
- Example: MoAI TDD Workflow
- TOON Configuration Pattern
- Config YAML Structure
- Variable Reference Syntax
- Token Efficiency Analysis
- TOON YAML vs JSON Comparison
What does the moai-library-toon skill do?
TOON Format Specialist - YAML-based token-efficient agent/workflow definitions inspired by BMAD Method patterns
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill moai-library-toon --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
