skills/DebrandPrompt/SKILL.md
Remove hardcoded vendor names, brand references, and external-service dependencies from a prompt-shaped document. USE WHEN an adopted skill hardcodes specific tool names, company brands, or paid service dependencies that would bias the skill toward one ecosystem.
npx skillsauth add n4m3z/forge-core DebrandPromptInstall 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.
Strip vendor and brand references from a prompt-shaped document so the skill generalizes across ecosystems. Referenced by ForgeAdopt as the debrand transform.
| Pattern | Example | Replace with | | -------------------------------------------- | -------------------------------------------------------- | ------------------------------------------- | | Hardcoded vendor tool name in core guidance | "Use Docker Scout for vulnerability scanning" | "Use a vulnerability scanner" | | "Powered by X" or partner-credit language | "Built on top of Supabase" | Remove | | External-service dependency as mandatory | "Configure Kong as the API gateway" | "Configure an API gateway" | | Specific author attribution in body | "The codex team recommends..." | Remove attribution, keep the recommendation | | Marketing affiliate language | "With built-in Auth0 integration" | "With authentication integration" | | First-person voice tied to a specific org | "Our team uses X" | Describe the pattern, not the org |
Ask: if I replaced this vendor name with <category>, does the sentence still convey the instruction?
@ handles, URLs pointing to non-standard services.allowed-tools if a removed vendor tool implied a tool grant.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.