fabio-deefabio-deeCommunity·2 Agent Skills Included

ccaudit

Find and archive unused Claude Code inventory wasting tokens

Audits Claude Code setups to find unused agents, skills, MCP servers, commands, hooks, and memory files that silently consume context tokens every session. Quantifies the per-session token cost of each ghost item and archives them with one reversible command. Eliminates manual cleanup and guesswork, letting you reclaim wasted context budget and restore anything anytime.
npx skills add fabio-dee/ccaudit --all -g -y
Available:

Gives your AI coding agent the project layout, safety invariants, and conventions it must follow when modifying or extending the ccaudit codebase.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ccaudit?

Run `npx skills add fabio-dee/ccaudit --all -g -y` in your terminal to install all skills in this repository globally.

What does ccaudit do?

It scans your Claude Code setup for unused agents, skills, MCP servers, commands, hooks, and memory files, shows how many tokens each one wastes per session, and archives them with a single reversible command.

Is ccaudit safe to run on my setup?

Yes. Nothing is ever deleted; items are moved to an archive folder with a logged manifest, and you can undo everything at any time with `ccaudit restore`.

How do I clean up ghosts from inside Claude Code?

Use the bundled `/ccaudit-bust` skill to archive agents and skills by plain-English request, such as "archive any agent I haven't used in 90 days", with explicit confirmation before anything moves.

Can I use ccaudit in CI or scripts?

Yes. Every read command supports a stable `--json` output envelope documented in docs/JSON-SCHEMA.md, making it easy to consume in scripts and CI pipelines.

Related Repositories in Software Engineering

View All in Software Engineering