What problem does it solve? AI agents often have stale or incorrect knowledge about crypto protocols, including wrong gas prices, hallucinated contract addresses, and outdated SDK patterns. This template gives skill authors a standardized structure for writing protocol skills that correct these mistakes with verified, up-to-date information. ## Core Features & Use Cases - Standardized Frontmatter: Defines required metadata fields including name, description, chain, category, and tags for skill discovery. - Correction-First Structure: Includes a dedicated section for fixing common AI misconceptions with sourced facts. - Complete Documentation Skeleton: Covers quick start, core concepts, code patterns, verified contract addresses, error handling, troubleshooting, and security considerations. - Use Case: A developer wants to contribute a new DeFi protocol skill to the CryptoSkills collection. They copy this template, fill in protocol-specific SDK examples, verified contract addresses, and common error fixes, producing a consistent skill compatible with Claude Code, Cursor, Windsurf, and Cline. ## Quick Start Copy the template SKILL.md file and replace every placeholder section with your protocol's verified setup instructions, code patterns, and contract addresses.