From skillforge
Creates a new SKILL.md through structured discovery, pattern selection, and quality gates. Use when building a skill from scratch.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillforge:skill-forge-createThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write skills that score ≥B on skill-forge-judge out of the box. Every section must earn its tokens.
Write skills that score ≥B on skill-forge-judge out of the box. Every section must earn its tokens.
Build understanding through a running recap. Ask questions to fill gaps; after each exchange, show the current recap:
## Discovery Recap
**Domain:** [what the skill covers, or "unknown"]
**Decisions:** [non-obvious choices the agent must make, or "unknown"]
**Failure modes:** [what breaks without this skill, or "unknown"]
**Audience:** [fragile/creative output, or "inferred: ..."]
**Size:** [reference files needed, or "inferred: self-contained"]
Then ask: (a)ccept / (r)evise / (q)uit
a — recap is complete; proceed to Phase 2r — user adds or corrects; update recap and loopq — abortDo not proceed to Phase 2 until the user accepts the recap. Domain, decisions, and failure modes must be filled before accepting — do not accept a recap with "unknown" in those three fields.
MANDATORY — READ references/pattern-selection.md before selecting a pattern. Do NOT load this file during Phase 1, Phase 3, or later phases.
Select one pattern. State your choice and the one-line reason before drafting.
MANDATORY — WebFetch https://agentskills.io/specification before writing the description. Use the live spec to verify current frontmatter requirements and description field constraints. If unreachable, proceed with the spec knowledge already in context; note it in the draft.
Write the description before the body. Draft the body around what the description promises.
Write to earn tokens. For every paragraph, ask: "Does Claude already know this?"
Before writing each section, ask: "What failure mode does this prevent?" If you can't answer, you haven't earned the paragraph.
Description requirements (THE most critical field):
NEVER rules format — every NEVER must have:
- **NEVER [specific construct/pattern]**
**Instead:** [concrete alternative]
**Why:** [non-obvious failure mode this avoids]
Vague warnings ("be careful", "avoid errors") are prohibited.
Progressive disclosure thresholds:
references/references/ regardless of total line countInvoke /skill-forge-judge on the draft. (Requires skill-forge-judge to be installed — if missing, ask the user to install it before continuing.)
Target: ≥B (80%+). For a SKILL.md with no bash guidance → U + S (120 pts max) → ≥96 pts.
Always invoke /skill-forge-hitl on the numbered improvements list skill-forge-judge produced, regardless of grade. Do not apply fixes manually — that's /skill-forge-hitl's job.
If the /skill-forge-hitl loop stalls on a dimension (same item rejected after 3 revisions), surface it to the user: "Stuck on [dimension] — here's what I tried. Options: accept the current draft, revise the scope, or skip."
NEVER write a section that restates Claude defaults ("write clean code", "handle errors", "be helpful") Instead: Ask: "Would Claude do this without being told?" If yes, delete it. Why: Default restatements dilute expert signal and train authors that padding is acceptable.
NEVER add a NEVER rule without WHY and INSTEAD Instead: Complete the three-part format before moving on. Why: A prohibition without an alternative gets violated when the obvious path is blocked.
NEVER dump all content in SKILL.md
Instead: Keep body under 300 lines; move detail to references/ with MANDATORY READ triggers.
Why: A 700-line SKILL.md loads all at once on every invocation — the agent drowns in irrelevant content.
NEVER skip Phase 4 (skill-forge-judge self-eval) Instead: Run it even if the draft feels good. Why: Skills that skip self-eval consistently have U1 or U3 gaps that aren't obvious to the author.
NEVER manually apply skill-forge-judge findings one-by-one
Instead: Invoke /skill-forge-hitl on the numbered improvements list skill-forge-judge produced.
Why: Manual application skips the approval loop, bundles changes without diffs, and defeats the purpose of the numbered improvements format.
NEVER add README.md, CHANGELOG.md, or documentation about the skill itself Instead: Include only what the agent needs to perform the task. Why: Meta-documentation about the skill is never loaded during execution — it wastes directory space and signals the wrong mental model (skill as software project, not agent instruction).
npx claudepluginhub wrathza/skillforge --plugin skillforgeMeta-skill that generates and refines SKILL.md files using the 12 prompting techniques as a quality checklist. The skill that writes skills. Triggers: craft skill, create skill, generate skill, write skill, skill template, meta prompt, improve skill, refine skill.
Writes a high-quality SKILL.md with strong frontmatter, trigger phrases, output contract, quality checks, and anti-patterns. Use when creating, improving, or reviewing an agent skill.
Guides creating, modifying, and optimizing SKILL.md files with intent capture, drafting, testing, and progressive-disclosure organization.