List all Claude Code projects and nuke ones you're finished with
Scanned 8/30/2026
Install to Claude Code
npx -y skills add urav06/claudestrophobic --skill projects --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Projects?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/urav06-projects)More formats (shields.io, HTML) on the badges page.
---
name: projects
description: List all Claude Code projects and nuke ones you're finished with
argument-hint: "[list | nuke <name> [--confirm] | browse <name>]"
disable-model-invocation: true
allowed-tools: Bash
---
# All Claude Code projects
Run: `python3 "${CLAUDE_PLUGIN_ROOT}/cli/cc.py" projects "${CLAUDE_PROJECT_DIR}" <command>`
| Intent | `<command>` |
|--------|-------------|
| List every project | *(omit)* |
| Preview a nuke | `nuke <name>` |
| Confirm a nuke | `nuke <name> --confirm` |
| Open a project's folder | `browse <name>` |
`nuke` TOTALLY removes a project's Claude Code footprint — every session, its
memory, history entries, and the directory — to the system Trash. It refuses
the project you're currently in and any project with an active session.
Resolve the user's phrase to one project from the list, then pass a
distinguishing substring (usually the folder name) as `<name>`. Projects shown
as **orphaned** (the folder is gone) or **empty** are the usual nuke targets.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!