audit-agents-skills

audit-agents-skills is a command for Claude Code from FlorianBruniaux/claude-code-plugins. It costs 20 tokens per session (4,005 once invoked), scanned A, original, MIT.

A quality audit for Claude Code agents, skills, and commands, which are reusable instructions and AI components stored in a project. It finds these files, scores them against weighted criteria, and can suggest fixes.

In plain words
What is it for?
Use it to review the current or another project's Claude Code setup, optionally generating fix suggestions or detailed audit results.
Why use it?
It reveals unclear, incomplete, or poorly structured project automation before it causes inconsistent results.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code.

Part of the ai-methodology plugin — 17 skills, 4 commands, 2 agents, 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 commands/florianbruniaux/claude-code-plugins/audit-agents-skills
Clone the repo
git clone --depth 1 https://github.com/FlorianBruniaux/claude-code-plugins

Made for: Claude Code.

Or install ai-methodology, the plugin that ships this one along with the rest of its 17 skills, 4 commands, 2 agents, 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 audit-agents-skills

README.md
[![agentmods](https://agentmods.dev/badge/commands/florianbruniaux/claude-code-plugins/audit-agents-skills.svg)](https://agentmods.dev/commands/florianbruniaux/claude-code-plugins/audit-agents-skills)
Your own site
<a href="https://agentmods.dev/commands/florianbruniaux/claude-code-plugins/audit-agents-skills"><img src="https://agentmods.dev/badge/commands/florianbruniaux/claude-code-plugins/audit-agents-skills.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,005 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00020 $0.04005
Opus 5 $0.00010 $0.02003
Sonnet 5 $0.00004 $0.00801
Haiku 4.5 $0.00002 $0.00400

Measured 6d ago against content hash 9ccf176b359a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

audit-agents-skills scanned grade A with 1 finding 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 6d 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.

Makes network callslowCapability

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

curl https://api.example.com # ❌ No error check
plugins/ai-methodology/commands/audit-agents-skills.md · 476 lines

How it starts

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

Audit Agents/Skills/Commands Quality

Comprehensive quality audit for Claude Code agents, skills, and commands. Scores each file on weighted criteria with production readiness grading.

Arguments

  • [path] - Directory to audit (default: current project .claude/)
  • --fix - Generate fix suggestions for failing criteria
  • --verbose - Show details for all criteria (not just failures)

Usage

/audit-agents-skills              # Audit current project
/audit-agents-skills --fix        # Audit + fix suggestions
/audit-agents-skills ~/other-repo # Audit another project
/audit-agents-skills --verbose    # Full details for all criteria

Phase 1: Discovery

Objective: Locate and classify all agents, skills, and commands

Steps

  1. Scan directories:

    .claude/agents/
    .claude/skills/
    .claude/commands/
    examples/agents/      (if exists)
    examples/skills/      (if exists)
    examples/commands/    (if exists)
    
  2. Classify files:

    • Agent: File in agents/ directory with YAML frontmatter containing tools: field
    • Skill: File in skills/ directory OR has SKILL.md name OR frontmatter with allowed-tools: field
    • Command: File in commands/ directory with frontmatter containing name: and description:
  3. Display summary:

    Found: X agents, Y skills, Z commands
    

Phase 2: Audit Individual Files

Each file type is scored on weighted criteria. Maximum scores:

  • Agents: 32 points
  • Skills: 32 points
  • Commands: 20 points

Agents (32 points max)

Identity (weight: 3x) - 12 points
Criterion Points Detection
Clear name field 3 Frontmatter YAML has name: field that's descriptive (not generic like "agent1")
description with triggers 3 Description contains "when", "use", or "trigger" keywords indicating activation context
model specified 3 Frontmatter has model: field (sonnet/haiku/opus)
tools restricted appropriately 3 Tools list doesn't include Bash unless justified, or includes explanation for risky tools

Read the full file on GitHub · 476 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. 6d ago First seen · 476 lines · 20 tokens per session scan A 9ccf176b359a

Subscribe to this mod's changes

audit-agents-skills is a command published in the GitHub repository FlorianBruniaux/claude-code-plugins (40 stars, last pushed 4d ago), licensed MIT. It adds 20 tokens to every session and 4,005 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.