skills/RefinePrompt/SKILL.md
Apply targeted transforms to prompt-shaped documents: align conventions, debrand vendor references, minimize filler, rescope tool grants, extract bulk reference, adapt for downstream repos. USE WHEN refining an adopted skill, polishing an authored skill/rule/agent, removing rot, or porting prompts across repos.
npx skillsauth add n4m3z/forge-core RefinePromptInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Six transforms for refining a prompt-shaped document. Apply each independently or in sequence; each is also composable by AdoptArtifact during community-skill adoption.
| Transform | Apply when |
| --------- | ---------------------------------------------------------------------------- |
| Align | Indent, fence tags, heading depth, frontmatter, or table alignment is off |
| Debrand | Hardcoded vendor names or external-service dependencies bias the artifact |
| Minimize | Motivational, marketing, or filler prose; emphasis inflation |
| Rescope | allowed-tools: '*' or unnecessarily broad grants |
| Extract | SKILL.md body has bulk reference material that does not need to be loaded |
| Adapt | Porting prompts from this repo to a downstream/consumer repo |
@Align.md
@Debrand.md
@Minimize.md
@Rescope.md
@Extract.md
@Adapt.md
name, description, version, allowed-tools, argument-hint, hooks).subject.digest.sha256 must match the current file content.development
Reactive correction and root-cause fix. USE WHEN something went wrong, user is frustrated, demands a correction, says wtf, what the hell, why did you, that's wrong, this is broken, no not that, stop. Executes the immediate fix, then hunts the upstream artifact that caused it and creates a corrective change.
development
Decompose a research question into sub-queries, spawn parallel WebResearcher agents per angle, synthesize findings with citations and explicit confidence. USE WHEN the user asks to research, investigate, look online, look up, dig into, find sources, gather evidence, or survey what's known about a topic. Single-pass; for multi-round adversarial research use ResearchCouncil in forge-council.
tools
Author project documentation that future humans (and AI sessions) actually read. Covers TLDRs for tools, READMEs, runbooks, journals. USE WHEN write documentation, create tldr, tool one-pager, document a cli, write readme, runbook, journal entry, capture knowledge about a tool, distill a session into reusable notes.
development
Review your own staged changes via a code-review TUI before triggering a commit. USE WHEN about to commit, walking through your own staged diff, self-reviewing before approval, tuicr, revdiff, git diff cached.