What problem does it solve? Turning a half-formed idea into a lean, outcome-driven AI skill is hard: most generated skills ship bloated instructions, generic procedure, and no evidence they beat the bare model. This Skill guides the full lifecycle of building, editing, and quality-analyzing skills so every line earns its place. ## Core Features & Use Cases - Build and Edit flow: Scaffolds new skills from a template via init_skill.py, hardens vague ideas through questioning, captures decisions in a memlog, and runs the result on real input before shipping. - Analyze flow: Runs deterministic pre-pass scanners (token metrics, workflow integrity, frontmatter lint) plus LLM lenses, then renders a self-contained HTML and Markdown report with severity-graded findings. - Quality gates: Enforces SKILL.md token budgets, org build standards, optional eval requirements, and lint gates before handoff. - Use Case: Ask it to "build a skill that triages support tickets" and it will pressure-test the idea, scaffold the directory, draft a minimal SKILL.md, offer baseline evals, and deliver a lint-clean skill with an audit trail. ## Quick Start Ask the assistant to build a new skill from your idea, or point it at an existing skill directory and ask it to analyze or edit that skill.