For skill authors: take a Claude Agent Skill from blank file to A+, tested, and packed. — built in-house by Skill Me.
The authoring loop for people who build Claude Agent Skills - the same toolchain Skill Me uses to hold its own catalog to a paid-quality bar. Reach for it when a skill needs to go from idea to shippable: draft a new one against the nine-part anatomy (procedure, elicitation, thresholds, worked artifact, deliverable, Do NOT, quality bar), audit an existing one to an absolute A+ with ship-ready rewrites, sharpen the description with the WHAT + WHEN + NOT trigger formula, prove the triggers fire with live subagent tests, and compose members into a pack with an install sequence and cross-links. End state is a skill (or pack) you can publish with confidence, not a to-do list.
⭐ If this is useful, star the repo — it's how we gauge what to build next.
- From the catalog: skillme.dev/pack/skill-builder-studio — install the whole pack into Claude in one step.
- With the skills CLI:
npx skills add SkillMedev/skill-builder-studio - Manually: copy any
skills/<slug>/SKILL.mdinto your Claude skills directory.
- Skill Creator — Use when authoring a brand-new skill from scratch - turning a capability idea or a "make me a skill that…" request into a complete SKILL.md with a trigger-precise description and the full paid-quality anatomy: procedure, elicitation, thresholds, worked artifact, deliverable, Do NOT, quality bar.
- Skill Auditor — Use when reviewing, grading, auditing, or improving a whole existing skill or pack - judging whether a skill is good, fixing one that misfires or won’t activate, or driving one or many skills to a quality bar.
- Skill Description Writer — Writes the description field that makes a skill fire reliably - WHAT it does, WHEN to invoke it with quoted user phrasing, and what it is NOT for.
- Skill Tester — Empirically tests a skill with subagent scenarios to verify it fires on the right prompts, stays silent on the wrong ones, and performs its job when loaded.
- Skill Pack Curator — Designs the membership and structure of a skill pack - persona, member selection, install sequence, cross-links, and what to add or cut.
MIT — see LICENSE. Skills are portable SKILL.md files; the canonical
copies live in the Skill Me catalog.