b1rdmania

Claude Skill Auditor — Development skill for Claude Code

Development community

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

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Claude Code](https://img.shields.io/badge/Built%20with-Claude%20Code-DA7857?logo=anthropic)](https://code.claude.com) [![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](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