projects

projects is a skill for Claude Code from urav06/claudestrophobic. It costs 14 tokens per session (257 once invoked), scanned A, original, MIT.

A manager for listing Claude Code projects and removing finished project records. A project here includes its sessions, memory, history, and project directory.

In plain words
What is it for?
Use it to list projects, inspect a project's folder, preview its removal, or send a finished project's files and Claude Code records to the system Trash.
Why use it?
It helps clean up abandoned or empty projects and shows a preview before removal. Active projects and the project currently in use are protected.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claudestrophobic plugin — 2 skills shipped together

Good fit Use it to list projects, inspect a project's folder, preview its removal, or send a finished project's files and Claude Code records to the system Trash.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add urav06/claudestrophobic
Claude Code
/plugin install claudestrophobic

Made for: Claude Code.

Or install claudestrophobic, the plugin that ships this one along with the rest of its 2 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for projects

README.md
[![agentmods](https://agentmods.dev/badge/skills/urav06/claudestrophobic/projects.svg)](https://agentmods.dev/skills/urav06/claudestrophobic/projects)
Your own site
<a href="https://agentmods.dev/skills/urav06/claudestrophobic/projects"><img src="https://agentmods.dev/badge/skills/urav06/claudestrophobic/projects.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 257 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.00257
Opus 5 $0.00007 $0.00129
Sonnet 5 $0.00003 $0.00051
Haiku 4.5 $0.00001 $0.00026

Measured 7d ago against content hash 727e48756321, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

projects scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/projects/SKILL.md · 27 lines

What it actually says

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.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 27 lines · 14 tokens per session scan A 727e48756321

Subscribe to this mod's changes

projects is a skill published in the GitHub repository urav06/claudestrophobic (9 stars, last pushed 3mo ago), licensed MIT. It adds 14 tokens to every session and 257 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

traction-eos

Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep having the same…

wondelai/skills · 147 tokens

promote-idea

Converts an album idea from IDEAS.md into an actual album project in one step. Use when the user says "promote [idea title]", "turn idea into album", or "start working on [idea]".

bitwize-music-studio/claude-ai-music-skills · 50 tokens

estimating-and-contingency

Produces a cost or effort estimate someone can defend — decomposing the work, choosing between analogous, parametric and bottom-up methods, documenting the basis and its assumptions, expressing confidence as a range, and sizing contingency and management reserve separately. Use this to build an estimate, challenge one…

cbrock84/headcount · 87 tokens

customer-onboarding-and-implementation

Takes a new customer from signature to working — setting a definition of live that both sides agreed before the contract was signed, planning and staffing the implementation, running data migration and integration realistically, training the people who will actually use it, and handing over to the ongoing…

cbrock84/headcount · 94 tokens

vendor-management

Selects, contracts, and manages suppliers and vendors — requirements, evaluation, negotiation support, onboarding, performance management, and exit. Use this to choose a vendor, run a selection process, structure a service agreement's operational terms, manage an underperforming supplier, plan an exit or migration, or…

cbrock84/headcount · 69 tokens

recap-doc

Post-development recap document generator. Use when: AI/Codex has implemented a feature and the user needs a guided walkthrough of what changed and why, with blind-spot detection and anticipated questions. Not for: Q&A follow-up (use /recap-ask), technical share-out for teammates (use /tech-brief), or generic code…

sd0xdev/sd0x-harness · 114 tokens