By WrathZA
Quality-gated skill authoring workflow: create, audit, evaluate, and apply improvements to skills with per-item approval, drift detection, and batch grading.
Batch-evaluate all skills in the repo with skill-forge-judge and render a single consolidated grade report sorted by grade (worst first) so effort is directed correctly. Use when reviewing overall skill quality, finding where to invest improvement effort, or after bulk skill changes. Triggers: audit all skills, grade report, skill health check, where should I focus.
Create a new SKILL.md via discovery recap, pattern selection, WebFetch spec fetch, knowledge delta discipline, skill-forge-judge + skill-forge-hitl quality gate. Triggers: create a skill, write a skill, new skill, SKILL.md, build a skill.
Collect user feedback (bugs, friction, feature requests) about skill-forge skills via a short interview, then file a structured GitHub issue. Use after any skill-forge workflow when something felt wrong, slow, or missing. Triggers: 'file feedback', 'report a bug', 'something felt off', 'I have a feature request', 'friction'.
Apply a numbered list one item at a time — status board upfront, per-item approve/skip, approve-all mode, commits after each approved item. Use when stepping through skill-forge-judge findings or any numbered changes. Triggers: apply these, go through each one, apply improvements, commit each change. Not for: bulk refactors, one-shot changes, or changes that don't need per-item review.
Evaluate any LLM prompt (SKILL.md, CLAUDE.md, system prompts, bash guidance) for quality: grouped dimensional scoring with letter grade and step-through-ready numbered improvements list. Triggers: judge/review/audit/score/evaluate this skill or prompt.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Quality-gated skill authoring for Claude Code. Build, judge, and ship skills that earn their tokens.
Skill Forge is four skills that run in sequence (recap, create or update, judge, apply changes with human-in-the-loop), each pass tightening the prompt until it earns a passing grade. Enter the cycle at any point and repeat until the result is sharp.
skill-forge-judge and skill-forge-hitl also work standalone: judge any prompt, step through any numbered list.
skill-forge-recap: reads a skill's body independently of its description. Reports what the skill actually does, flags undeclared behaviors, and verdicts drift as aligned / minor / significant. Offers context-sensitive next steps: fix frontmatter via HITL, hand off to skill-forge-update, or run skill-forge-judge.
skill-forge-create: builds a new skill from scratch: discovery recap to identify domain and failure modes, pattern selection, spec-fetching draft phase with knowledge-delta discipline enforced, then judge + HITL quality gate before install.
skill-forge-update: structured update workflow for existing skills: recap, drift check, change elicitation with consistency checks, applies via HITL, judges the result, then saves and activates.
skill-forge-judge: evaluates any LLM-consumed prompt against a dimensional rubric (knowledge delta, anti-patterns, usability, spec compliance). Outputs a letter grade, per-dimension scores, and a numbered improvements list.
skill-forge-hitl: Human-in-the-Loop: steps through any numbered list one item at a time. Shows a status board upfront, applies each change, prompts approve/revise/skip, and commits after each approval.
The skills ship as a single bundled plugin — create and update call judge and hitl as part of the quality gate, and recap feeds into update. One install gives you the full forge cycle:
/plugin marketplace add WrathZA/skillforge
/plugin install skillforge
See principles.md. Short version: knowledge delta not tutorials, single-keypress menus, no cross-skill file deps, every NEVER needs WHY + INSTEAD, and skills are never finished. Judge repeatedly, not just when something breaks.
Clone the repo and run symlink-global-skills.sh once to link skills globally on this machine:
bash symlink-global-skills.sh
Symlinks each skill directory into ~/.claude/skills/, making them available to any Claude Code session regardless of working directory. Edits to the repo are immediately reflected. Safe to re-run: already-linked entries are skipped.
write-a-skill, the original skill this collection builds onskill-judge, the original eval skill skill-forge-judge is based onnpx claudepluginhub wrathza/skillforge --plugin skillforgeDaymade skills core suite. Bundles skill creation, quality review, governance, and marketplace development tooling under one shared namespace. Existing-skill edits use an old-vs-new capability audit and content-bound packaging attestation so prompt compression cannot silently delete runtime contracts. When the official skill-creator plugin is also installed, skill-creator detects the coexistence and offers a consent-based, reversible SessionStart routing hook so the daymade edition wins deterministically; on machines without the official plugin nothing is ever installed.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Create, edit, evaluate, and package Claude Code agent skills — full draft→test→review→improve lifecycle.
Self-evolving skill engine for Claude Code. Creates, scores, repairs, and hardens skills autonomously through recursive improvement cycles.
Ultimate Claude Code skill creator. Design, scaffold, build, review, evolve, and publish production-grade AI agent skills following the Agent Skills open standard and 3-layer architecture.
Professional skill creation with TDD workflow. Features dual-mode (fast/full), behavioral validation, and automated quality gates for 9.0/10+ scores.