What problem does it solve? AI agents have stale or incorrect knowledge about crypto protocols, including outdated gas prices, hallucinated contract addresses, and deprecated SDK patterns. This template provides a standardized structure for authoring protocol skills that correct these mistakes with verified, current information. ## Core Features & Use Cases - Structured Skill Authoring: Provides a complete SKILL.md skeleton with frontmatter fields for name, description, chain, category, and tags. - Hallucination Correction Section: Includes a dedicated "What You Probably Got Wrong" section to document common AI mistakes with sourced corrections. - Verified Contract Addresses: Enforces a contract address table with onchain verification dates to prevent agents from using wrong addresses. - Use Case: A developer documenting a new DeFi protocol uses this template to create a skill covering swaps, liquidity operations, error handling, and security considerations, so any AI agent can interact with the protocol correctly. ## Quick Start Copy this template and fill in each section with your protocol's SDK setup, core concepts, verified contract addresses, and common error handling patterns.