BeClaude

claudemd-auditor-skill

New
1GitHub TrendingGeneralby infai-tech

Audit your CLAUDE.md file. Calibrated 0–100 scoring on 6 axes with concrete fixes. Drop-in Claude Code skill.

First seen 6/1/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/claudemd-auditor-skill.md https://raw.githubusercontent.com/infai-tech/claudemd-auditor-skill/main/SKILL.md
3
Invoke in Claude Code
/claudemd-auditor-skill

Use Cases

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.

Usage Examples

1

/claudemd-auditor-skill audit my CLAUDE.md

2

Audit the CLAUDE.md file in the current directory and show scores for each axis.

3

Run a full audit on CLAUDE.md and output a prioritized fix list.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..