claudemd-auditor-skill
NewAudit your CLAUDE.md file. Calibrated 0–100 scoring on 6 axes with concrete fixes. Drop-in Claude Code skill.
Summary
md file, scoring it from 0 to 100 across six key axes—clarity, completeness, correctness, consistency, conciseness, and actionability—and provides concrete, prioritized fixes.
- md is optimized for Claude Code, reducing ambiguity and improving task execution.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/claudemd-auditor-skill.md https://raw.githubusercontent.com/infai-tech/claudemd-auditor-skill/main/SKILL.md/claudemd-auditor-skillUse Cases
Usage Examples
/claudemd-auditor-skill audit my CLAUDE.md
Audit the CLAUDE.md file in the current directory and show scores for each axis.
Run a full audit on CLAUDE.md and output a prioritized fix list.
Security Audits
Frequently Asked Questions
What is claudemd-auditor-skill?
This skill audits your CLAUDE.md file, scoring it from 0 to 100 across six key axes—clarity, completeness, correctness, consistency, conciseness, and actionability—and provides concrete, prioritized fixes. It helps developers ensure their CLAUDE.md is optimized for Claude Code, reducing ambiguity and improving task execution.
How to install claudemd-auditor-skill?
To install claudemd-auditor-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/claudemd-auditor-skill.md https://raw.githubusercontent.com/infai-tech/claudemd-auditor-skill/main/SKILL.md. Finally, /claudemd-auditor-skill in Claude Code.
What is claudemd-auditor-skill best for?
claudemd-auditor-skill is a skill categorized under General. Created by infai-tech.
What can I use claudemd-auditor-skill for?
claudemd-auditor-skill is useful for: Evaluate a newly written CLAUDE.md to ensure it meets best practices before using it in a project.; Identify weak areas in an existing CLAUDE.md and get specific suggestions for improvement.; Compare multiple CLAUDE.md versions to track quality improvements over time.; Prepare a CLAUDE.md for onboarding new team members to Claude Code workflows.; Quickly validate a CLAUDE.md after major edits to catch regressions or missing sections.; Generate a detailed report of compliance with the six scoring axes for documentation reviews..