auditing-config

auditing-config is a skill for Claude Code from clever-cc-plugins/cc-config. It costs 118 tokens per session (11,188 once invoked), scanned B, original, MIT.

A review and cleanup tool for an existing Claude Code setup, including its instructions, settings, hooks, MCP servers, and skills. MCP servers connect the coding agent to external tools; hooks run actions automatically at defined points.

In plain words
What is it for?
Use it to inspect and improve files such as CLAUDE.md, settings, hooks, MCP configuration, and skills, while keeping useful existing setup.
Why use it?
It helps find missing, excessive, or outdated configuration so the agent has fewer confusing instructions and unnecessary connections. Changes are made with the user's approval.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Part of the cc-config plugin — 2 skills, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/clever-cc-plugins/cc-config/auditing-config
Any agent
npx skills add clever-cc-plugins/cc-config --skill auditing-config
Clone the repo
git clone --depth 1 https://github.com/clever-cc-plugins/cc-config

Made for: Claude Code.

Or install cc-config, the plugin that ships this one along with the rest of its 2 skills, 1 hook.

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 auditing-config

README.md
[![agentmods](https://agentmods.dev/badge/skills/clever-cc-plugins/cc-config/auditing-config.svg)](https://agentmods.dev/skills/clever-cc-plugins/cc-config/auditing-config)
Your own site
<a href="https://agentmods.dev/skills/clever-cc-plugins/cc-config/auditing-config"><img src="https://agentmods.dev/badge/skills/clever-cc-plugins/cc-config/auditing-config.svg" alt="Measured on agentmods" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,188 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
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.00118 $0.11188
Opus 5 $0.00059 $0.05594
Sonnet 5 $0.00024 $0.02238
Haiku 4.5 $0.00012 $0.01119

Measured 5d ago against content hash c8ea3391e748, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade B, and why

auditing-config scanned grade B with 2 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 5d 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.

Recursive force deletemediumDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- Are destructive commands blocked? (`rm -rf`, and consider `curl`/`wget` unless specifically needed)

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Are destructive commands blocked? (`rm -rf`, and consider `curl`/`wget` unless specifically needed)
plugins/cc-config/skills/auditing-config/SKILL.md · 588 lines

How it starts

The opening of the file, as written. The whole thing — 588 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Optimize Claude Code Configuration

You are auditing and improving an existing Claude Code setup. The project has code, possibly documentation, and possibly OpenSpec specifications. Your job is to identify what's good (preserve it), what's missing, what's bloated, and what violates current best practices — then fix it with the user's approval.

Philosophy

Configuration is a multiplier, but only if it's lean. A 60-line CLAUDE.md with progressive disclosure outperforms a 300-line monolith. Three well-chosen MCP servers beat twenty poorly managed ones. A PostToolUse hook that runs the formatter on every edit eliminates an entire class of manual intervention forever.

The guiding question for every instruction in CLAUDE.md: "Would removing this line cause Claude to make a concrete mistake?" If no — remove it.

Step 0: Recall learnings

If .claude/learnings.md exists, read all entries and apply them silently to inform this run. The [skill-name] tag on each entry is provenance only — all entries apply regardless of which skill wrote them. Do not announce that learnings were loaded.

If the file does not exist, proceed without mention.

Step 1–2: Inventory and analysis

Step 1 (inventory) and Step 2 (analysis) below are read-heavy — dozens of files whose content feeds into three tiered findings lists. Do this reading directly, in the main conversation: work through the checklist sections in order, read each file as you reach it, and keep running notes of the metrics and findings as you go rather than re-reading anything. The interactive approval (Step 3) and the actual edits (Step 4) happen afterward, in the same thread, so the user can see and steer them.

If $ARGUMENTS specifies a focus area, still work through every section below, but prioritize reading and depth on the sections that match it.

The Configuration files, Project context, and Current state metrics bullets below are the inventory scope for Step 1. The ### 2x sections that follow are the Step 2 analysis checklist — work through them in order (2a, 2a-bis, 2b, ... 2i), reading whatever each one needs as you reach it.

Read the full file on GitHub · 588 lines

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. 5d ago First seen · 588 lines · 118 tokens per session scan B c8ea3391e748

Subscribe to this mod's changes

auditing-config is a skill published in the GitHub repository clever-cc-plugins/cc-config (1 stars, last pushed 10d ago), licensed MIT. It adds 118 tokens to every session and 11,188 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 2 findings (recursive force delete, makes network calls). 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

atomize

Use this skill to repurpose one core message across multiple content formats in a single run — e.g. turning a campaign brief or a single piece into a LinkedIn post, newsletter, and blog post at once, each properly adapted to its own conventions while keeping the core claim and proof points identical. Invoke when the…

clever-cc-plugins/cc-content · 142 tokens

long-tail-copy

Use this skill to draft a finished marketing or PR text for an output format that does NOT have its own dedicated skill — for example a newsletter, whitepaper, landing-page copy, product description, email, webinar abstract, or ad copy. Invoke when the user says "draft a newsletter", "write the copy for this landing…

clever-cc-plugins/cc-content · 155 tokens

blog-article

Use this skill when the owner wants to write, draft, or generate a blog article. Invoke when the user says "write a blog article", "draft a blog post", "create a blog article", "generate a blog post", "write a how-to article", "draft a thought leadership piece", "write a pillar page", or similar requests for long-form…

clever-cc-plugins/cc-content · 80 tokens

content-onboarding

Use this skill when setting up a new marketing project with Claude Code, registering context files, or extending the context of an existing project. Invoke when the user asks to "onboard a new client", "set up context files", "initialize marketing project", "register context", "add context", or "set up project…

clever-cc-plugins/cc-content · 89 tokens

facebook-post

Use this skill when the owner wants to write, draft, or generate a Facebook post. Invoke when the user says "write a Facebook post", "create a Facebook post", "draft for Facebook", "write for Facebook", or "generate a Facebook post".

clever-cc-plugins/cc-content · 55 tokens

humanize

Use this skill to remove AI "tells" from an existing draft and make it read as human-written, calibrated to the project's brand voice. Invoke when the user says "humanize this", "make this sound less AI", "remove AI tells from this", "this reads like ChatGPT wrote it", "polish this draft to sound human", or pastes a…

clever-cc-plugins/cc-content · 134 tokens