Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Remove a previously adopted DexDiff workflow — deletes its generated skills and config, leaves your data untouched. Use when the user says 'remove that workflow', 'undo the adoption'. Not for listing what's installed; use `diff-list`.
.claude/skills/davekilleen-diff-remove/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 467% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 12% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 41% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 16% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -16% | 0% |
In plain English: Undo a DexDiff adoption. Removes the skills, CLAUDE.md sections, and templates that were created when you adopted a workflow. Your data (meeting notes, people pages, etc.) is never deleted.
When to use it:
How to run it:
/diff-remove meeting-prep
/diff-remove$ARGUMENTS — The diff ID of the workflow to remove. This is the id field from the methodology YAML, logged during adoption.
If no argument is provided, list all installed diffs and let the user pick:
You have these adopted workflows:
meeting-prep — "Meeting Prep Ritual" (adopted 2026-03-28)
deal-review — "Deal Review Ritual" (adopted 2026-03-25)
Which one would you like to remove?To get the list, read all JSON files in both adoption locations:
.dex/adoptions/ - single-workflow adoptions from /diff-adoptSystem/.dex/adoptions/profiles/ - whole-profile adoptions from /diff-adopt-profile (these are profile-level records; removing one means removing the skills generated for that profile's workflows, then deleting the profile log)Read .dex/adoptions/$ARGUMENTS.json. If it is not there and $ARGUMENTS looks like a handle, check System/.dex/adoptions/profiles/$ARGUMENTS.json instead.
If the file doesn't exist:
No adoption record found for "$ARGUMENTS".
This means either:
- It was never adopted via /diff-adopt
- It was already removed
- The adoption log was deleted
I can't safely remove it without knowing what was created.
If you want to manually clean up, check .claude/skills/ for related skill folders.Stop here. Do not attempt to guess what to delete.
Extract:
files_created — every file created during adoptionfolders_created — every folder createdclaude_md_sections — every CLAUDE.md section title addedFor each file in files_created:
For each CLAUDE.md section in claude_md_sections:
Removing [diff_name] will:
Delete files:
- .claude/skills/meeting-prep/SKILL.md
- .claude/skills/process-meeting/SKILL.md
Remove from CLAUDE.md:
- "Meeting Workflow" section
NOT deleted (your data is safe):
- [folders] and everything inside them
- Any files you created yourself
[If any files were modified:]
Note: These files were modified after adoption:
- .claude/skills/meeting-prep/SKILL.md (you may have customised it)
Continue? [Yes, remove] [Cancel]For each file in files_created:
.claude/skills/, delete the empty directory.claude/skills/For each section in claude_md_sections:
Delete .dex/adoptions/$ARGUMENTS.json.
Done. [diff_name] removed.
Files deleted: [count]
CLAUDE.md sections removed: [count]
Your data in [folders] was not touched.Other measured skills in the registry, with their headline benchmark lift.