Agent skill · Workflow & Productivity

moai-library-toon

TOON Format Specialist - YAML-based token-efficient agent/workflow definitions inspired by BMAD Method patterns

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Version: 4.0.0
Path: skills/agent/moai-library-toon/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## 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

What's inside
Steps it walks through
  1. Quick Reference (30 seconds)
  2. TOON Agent Definition Pattern (BMAD-Style)
  3. Standard Agent YAML Structure
  4. Menu Command Types (6 Types)
  5. Example: MoAI Developer Agent
  6. TOON Workflow Definition Pattern (BMAD-Style)
  7. Standard Workflow YAML Structure
  8. Runtime Variable Substitution
  9. Example: MoAI TDD Workflow
  10. TOON Configuration Pattern
  11. Config YAML Structure
  12. Variable Reference Syntax
  13. Token Efficiency Analysis
  14. TOON YAML vs JSON Comparison
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going