Agent skill

re-create

Completely delete and rewrite a file or module from scratch when structural rot makes patching impossible.

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill re-create --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/re-create/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# re-create — Controlled Erasure & Rebuild Protocol ## Overview > Hollow Purple is Gojo's most destructive technique — blue and red combined into total erasure of the target. But Gojo doesn't use it carelessly. He knows exactly what he's erasing and why. Same here: this skill is the nuclear option, invoked only when patching is the wrong call, executed with full control over what gets erased and what must survive. Rewrites are dangerous not because rebuilding is hard, but because it is easy to silently erase behavior that was working and expected. This skill enforces a complete inventory of what must survive before a single line is deleted, and a full verification that everything survived after the rebuild. --- ## When to Use This Skill - Use when a file, module, or component needs to be completely deleted and rewritten from scratch - Use when structural rot is so deep that individual fixes would only make it worse - Use when accumulated technical debt makes the code unmaintainable - Use when the target is fundamentally broken and beyond saving - **DO NOT** use for partial refactors, single-function fixes, or targeted edits --- ## How It Works ### PHASE 1 — Justify the Erasure The

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. PHASE 1 — Justify the Erasure
  5. PHASE 2 — Read the Target Completely
  6. PHASE 3 — Erasure Declaration (User Must Confirm)
  7. PHASE 4 — Controlled Erasure
  8. PHASE 5 — Rebuild Against the Preservation List
  9. PHASE 6 — Blast Radius Verification
  10. Self-Ask Before Erasure
  11. Hard Rules (Never Violated)
  12. What This Skill Prevents
  13. Quick Reference
  14. Security & Safety Notes
More from agentic-awesome-skills
All skills →
About this skill
What does the re-create skill do?

Completely delete and rewrite a file or module from scratch when structural rot makes patching impossible.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill re-create --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going