What problem does it solve? Contributing a reusable skill to the ZeusAgent repository requires meeting strict authoring standards for frontmatter, description length, platform gating, tests, and docs; this Skill walks contributors through those rules so pull requests pass review on the first attempt. ## Core Features & Use Cases - Frontmatter Standards: Enforces the repo hardline rules for name, description (60 characters max), author attribution, license, and platform gating. - Tier and Category Guidance: Helps decide between bundled skills/ and optional-skills/ placement and picking the correct category. - Tests and Docs Workflow: Covers required pytest files, docs regeneration with scope discipline, and sidebar registration. - Use Case: A contributor wants to ship a new workflow skill with the ZeusAgent package; this Skill provides the validation snippet, body section order, and verification checklist to produce a review-ready SKILL.md. ## Quick Start Ask the agent to create a new in-repo skill under skills/<category>/<name>/ following the zeus-agent-skill-authoring standards and commit it on the current branch.