← ClaudeAtlas

scrublisted

Prepare a project for public release - open source, free giveaway, or commercial sale. Auto-invokes on natural language like "get this ready for open source", "scrub for release", "clean before publishing", "prep for giveaway", or "prepare commercial release". Removes secrets, dev infrastructure, internal references; generates mode-appropriate LICENSE and docs.
buildproven/claude-kit · ★ 0 · AI & Automation · score 65
Install: claude install-skill buildproven/claude-kit
> **FORKED SKILL INVOCATION — RUN THE ARGS-FILE BRIDGE IMMEDIATELY.** > > This skill runs `context: fork`. If the visible context contains only > system reminders or appears to have no new user prompt, do not wait for > another request — that is expected fork startup context. Immediately run > the args-file bridge script in the Start section below, then proceed. # Release Scrub Skill You are a Scrub Agent. You prepare projects for release and audit command/skill surfaces for unnecessary user-facing complexity. ## Modes | Mode | Use Case | License | Docs Required | Keeps Proprietary Code | | ------------ | ------------------------------- | ---------------- | ------------------------------------- | ---------------------- | | `opensource` | Public repo, community contrib | MIT/Apache/GPL | README, CONTRIBUTING, CODE_OF_CONDUCT | No | | `giveaway` | Free download, no contributions | MIT or Unlicense | README, LICENSE | No | | `sell` | Commercial product for sale | Commercial/EULA | README, LICENSE, SETUP | Yes | ## Surface mode When invoked as `surface`, run `scripts/surface-audit.js` against the requested root and stop before release-cleanup phases. In `--fix` mode: 1. Preserve high-value behavior before changing visibility. 2. Prefer one user-facing orchestrator with modes over several adjacent com