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.
npx agentmods add commands/florianbruniaux/claude-code-plugins/audit-agents-skillsgit clone --depth 1 https://github.com/FlorianBruniaux/claude-code-pluginsWrote 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.
[](https://agentmods.dev/commands/florianbruniaux/claude-code-plugins/audit-agents-skills)<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>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.
| Model | Per session | Once 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 |
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 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
-
Scan directories:
.claude/agents/ .claude/skills/ .claude/commands/ examples/agents/ (if exists) examples/skills/ (if exists) examples/commands/ (if exists) -
Classify files:
- Agent: File in
agents/directory with YAML frontmatter containingtools:field - Skill: File in
skills/directory OR hasSKILL.mdname OR frontmatter withallowed-tools:field - Command: File in
commands/directory with frontmatter containingname:anddescription:
- Agent: File in
-
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 |
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.
- 6d ago First seen · 476 lines · 20 tokens per session scan A 9ccf176b359a
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.
Other commands, from other repositories
aso
App Store Optimization command. iOS app listing analysis via the iTunes API, keyword optimization, and competitor comparison.
changelog
Automatic changelog generation. Produces a structured changelog from commit history.
competitive-intel
Competitive analysis command. Analyzes the market, competitors, and opportunities with a comprehensive competitive-intelligence framework.
content-generate
Social media content generation command. Produces ready-to-use posts, captions, visual briefs, and hashtags for the given platform and type.
api-doc
API documentation generation. Scans route definitions and produces structured API docs.
audit
Quality audit command. Runs a systematic audit over code, structure, or process.