ワンクリックで
diff-remove
Remove a previously adopted DexDiff workflow — deletes generated skills and config, leaves your data untouched
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Remove a previously adopted DexDiff workflow — deletes generated skills and config, leaves your data untouched
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Process synced Granola meetings to update person pages, extract tasks, and organize meeting notes
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
Personal career coach with 4 modes: weekly reports, monthly reflections, self-reviews, promotion assessments
Generate a DexDiff methodology document from your vault customisations: package how you use Dex so others can replicate it
Rigorous whole-system checkup — verifies every Dex feature honestly (working / off / broken / couldn't-check), self-heals what is provably safe, and guides the user only where Dex cannot fix itself. Replaces /health-check.
Interactive post-onboarding tour with adaptive pathways based on available data
| name | diff-remove |
| description | Remove a previously adopted DexDiff workflow — deletes generated skills and config, leaves your data untouched |
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.