skills/MinimizePrompt/SKILL.md
Remove motivational, marketing, and filler prose from a prompt-shaped document while preserving directive content. USE WHEN adopting a community skill, authoring a skill or rule that feels bloated, or auditing an existing artifact for token waste. Applies MVPR principles.
npx skillsauth add n4m3z/forge-core MinimizePromptInstall 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.
Cut motivational, marketing, and emphasis-inflated prose from prompt-shaped documents. Preserve the directive content and the facts that make the artifact work.
Aligned with [MVPR-0001](docs/decisions/MVPR-0001 Minimum Viable Prompt.md) and [MVPR-0002](docs/decisions/MVPR-0002 Prompt Minimalization Metrics.md). Referenced by ForgeAdopt as the minimize transform.
| Pattern | Example |
| ------------------------- | ---------------------------------------------------------------------- |
| Motivational framing | "Don't hold back", "Claude is capable of extraordinary work" |
| Emphasis inflation | CAPS-LOCKED warnings, repeated **CRITICAL** or **IMPORTANT** |
| Marketing superlatives | "Production-ready", "Best-in-class", "Complete toolkit" |
| Filler transitions | "First of all", "It's worth noting", "As previously mentioned" |
| Tautology | "Use good practices" without defining good practices |
| Duplicate summaries | Opening paragraph repeats the description; closing repeats the opening |
| Decorative checkmarks | ✅-bulleted feature lists that restate workflow content |
description, allowed-tools, name, versionA section earns its tokens if it does at least one of:
If none of the above applies, the section is a candidate for removal.
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.