Claude Skill Auditor — Development skill for Claude Code
Claude Code skill for auditing and scoring other Claude Code skills.
How to install Claude Skill Auditor
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open b1rdmania/claude-skill-auditor and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Skill Auditor does
Claude Code skill for auditing and scoring other Claude Code skills. Yeah I know it's a little bit human centipede.
Alternatives in Development
- Claudes C Compiler — Claude Opus 4.6 wrote a dependency-free C compiler in Rust, with backends targeting x86 (64- and 32-bit), ARM 2.6k ★
- Haft — Engineering decisions engine that know when they're stale 1.4k ★
- Claude Code Everything You Need To Know — Ultimate all-in-one guide to mastering Claude Code 1.3k ★
README
Skill Auditor
[](https://opensource.org/licenses/MIT) [](https://code.claude.com) [](https://github.com/b1rdmania/claude-skill-auditor)
A Claude Code skill that audits other Claude Code skills. Give it any `SKILL.md` and get a scored quality report with specific fixes — not just flags.
🎯 What it does
Scores a skill across **7 dimensions** (0–10 each), identifies critical issues and improvements, and offers to apply fixes directly.
| Score | Verdict |
|---|---|
| > 8.0 | ✅ Production-ready |
| 6.0–8.0 | ⚠️ Reliable, improvements optional |
| < 6.0 | ❌ Needs significant work before use |
🚀 Quick Start
Installation
mkdir -p ~/.claude/skills/skill-auditor
curl -o ~/.claude/skills/skill-auditor/SKILL.md \
https://raw.githubusercontent.com/b1rdmania/claude-skill-auditor/main/SKILL.md
Usage
Just ask Claude to audit a skill:
"Audit this skill: ~/.claude/skills/my-skill/SKILL.md"
"Check my skill before I publish it"
"Will Claude follow this skill?"
"Score this skill"
After the audit, Claude will ask if you want the fixes applied directly to the file.
📊 How it works
flowchart TD
A([Give it a skill]) --> A1{Input type}
A1 -->|File path| B[Read SKILL.md]
A1 -->|Skill name| B2[Look up in ~/.claude/skills/]
A1 -->|Pasted content| B3[Use directly]
B & B2 & B3 --> C
C[Run 7-dimension audit] --> D
subgraph D [7 Dimensions]
D1[1. Frontmatter Quality]
D2[2. Instruction Followability]
D3[3. DRY — No Repetition]
D4[4. KISS — No Over-Engineering]
D5[5. Dead Content]
D6[6. Tool & Dependency Risk]
D7[7. Structure & Navigation]
end
D --> E[Score e
Related Skills
Terraria Replica Build Notes
SandboxWorld Chronicle: 23-day engineering experiment — replicating Terraria 1.4.5.8 to bit-level fidelity wit
Ae SDK Smartfx
After Effects SDK SmartFX development: 32-bit rendering, pre-render phase, efficient partial rendering, and GP
Little Agent
A lightweight embedded agent framework (similar to Claude Code and OpenAI Codex).
Claude Memory Health
Claude Code skill for auditing your MEMORY.md index — size, orphans, broken links, staleness
Claude Codex Harness Sync
Codex skill for auditing and migrating Claude Code harnesses to Codex
Msglm
msglm makes it a little easier to create messages for language models like Claude and OpenAI GPTs.
Related Agents
Python Dependency Auditor
Use this agent when the user wants to check if Python dependencies are outdated, needs a dependency audit repo
Geo Auditor
GEO/AEO compliance scoring. Runs CITE 40-item + CORE-EEAT 80-item scorers + checks the 3 Vetoes (T04 fabricate
Doc Drift Auditor
Verify documentation accuracy against implementation using git forensics and code analysis with file paths, li