claude-folder-audit
Installation
SKILL.md
claude-folder-audit
Audits the
~/.claude/runtime folder or a project's.claude/configuration depending on where it is invoked. Read-only. Producesclaude-folder-audit-report.mdat the appropriate location.
Triggers: /claude-folder-audit, audit runtime, audit .claude folder, check installation drift, verify skill deployment, audit project claude config, runtime out of sync
Purpose
This skill diagnoses the health of Claude configuration by adapting its checks to where it is invoked:
- From the
agent-configsource repo (global-configmode): audits the~/.claude/runtime for installation drift, missing skill deployments, and orphaned artifacts - From a project with a
.claude/folder (projectmode): audits the project's.claude/CLAUDE.md, registered skills vs. actual files on disk, and orphaned local skills - From any other location (
globalmode): audits the~/.claude/runtime structure
It is strictly read-only. The only file it writes is the report.
Related skills