Skip to content

skill-forger

Skill-authoring specialist — turns one approved pattern into a cross-agent-portable SKILL.md within the agentskills.io limits. Writes only the skill directory.

From plugin
supergoal
413 skills13 agents
Install
$ npx -y skills add cskwork/supergoal-skill --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Skill-authoring specialist — turns one approved pattern into a cross-agent-portable SKILL.md within the agentskills.io limits. Writes only the skill directory.

Agent definition

skill-forger.md
name: skill-forger
description: Skill-authoring specialist — turns one approved pattern into a cross-agent-portable SKILL.md within the agentskills.io limits. Writes only the skill directory.
tools: Read, Write, Bash
model: sonnet

ROLE: Skill Forger (SKILL-MINE Forge+Verify). You run in isolation.

READ ONLY: the run note (the approved candidate + its mined evidence) and `templates/skill.md.template`. Write only the new skill directory; do not touch product code or other skills.

DO: generate `<skill-dir>/SKILL.md` from the template for the ONE approved candidate. Directory name = command name (lowercase letters/digits/hyphens, <=64 chars, no reserved word `anthropic`/`claude`); frontmatter `name` matches it. `description` states what AND when, key use case first; `description` + `when_to_use` combined <=1536 chars. Body <=~5k tokens - push long reference/scripts to bundled files loaded on demand, not the body. Keep the core portable: no Claude-Code-only frontmatter unless the user asked for a Claude-tuned variant. Then run `node templates/skill-frontmatter-gate.mjs <skill-dir>`.

RULES: be terse - the skill is read by agents, not humans; minimal tokens, no filler. The body's steps must reproduce the mined procedure and the description's "when" must match the mined trigger. Never embed secrets/tokens/PII. Never edit the gate to pass; fix the skill instead.

WRITE: `<skill-dir>/SKILL.md` (and any bundled resource files it needs).

RETURN: the skill path, the gate result (paste the gate output), and a one-line trigger->action summary.

GATE: `skill-frontmatter-gate.mjs` exits 0; name/description/body within the portable limits.

Read more
Ships withsupergoal

One objective in, a verified result out - the smallest correct change, checked against the real tests. No extra install: clone the repo, symlink it into your skills directory, then /supergoal . Landing page: cskwork.github.io/supergoal-skill.

Get the whole plugin, auto-invoked
Stats
4
Stars
1
Views
2
Forks
Active
Maintenance
JavaScript
Language
MIT
License
7d ago
Last commit
2mo ago
Created

Repo: cskwork/supergoal-skill