What problem does it solve? Contributors to the CryptoSkills directory often produce skills that fail validation: missing YAML frontmatter fields, wrong section order, invalid categories, or missing marketplace registration. This Skill encodes the complete enriched skill pattern so new protocol skills pass validation on the first attempt. ## Core Features & Use Cases - Skill Anatomy Enforcement: Defines the mandatory 10-file structure (SKILL.md, troubleshooting doc, 4 examples, 2 resources, 1 template) with line-count targets for each. - Frontmatter & Section Rules: Specifies required YAML fields, whitelisted categories and chains, the fixed 12-section order, and the mandatory "What You Probably Got Wrong" section correcting LLM hallucinations. - Marketplace Registration & Validation: Covers adding entries to marketplace.json in alphabetical order and passing validate-marketplace.ts and build-registry.ts with zero errors. - Use Case: A developer wants to add a new DeFi protocol skill. Following this guide, they scaffold the directory, write a compliant SKILL.md with trigger phrases, create four runnable examples, register the skill, and pass all validation checks before submitting a PR. ## Quick Start Ask the agent to create a new CryptoSkills skill for a protocol, and it will scaffold the directory structure, write the SKILL.md with proper frontmatter and sections, and guide you through marketplace registration and validation.