claude-md-check

Audit CLAUDE.md orchestrator files against six structural and delegation checks.

Updated May 31, 2025
One-click install
npx skills add https://github.com/dEitY719/dotfiles --skill claude-md-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-md-check
Source: https://github.com/dEitY719/dotfiles/tree/main/claude/skills/claude-md-check
Command: npx skills add https://github.com/dEitY719/dotfiles --skill claude-md-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Audit and validate CLAUDE.md orchestrator definitions to ensure they follow core design principles and provide a clear path to improvement.

Core Features & Use Cases

  • Audit CLAUDE.md against six checks including role definition, reference file pattern, commands, permissions, thin orchestrator, and basic rules.
  • Produce a structured PASS/WARN/FAIL report with actionable improvement suggestions.
  • Reference examples and guidelines from the provided references to guide remediation.

Quick Start

Run the CLAUDE.md Auditor against a target CLAUDE.md to produce a PASS/WARN/FAIL report with recommended improvements.

Frequently Asked Questions about claude-md-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a CLAUDE.md orchestrator for proper structure and permissions?

To audit a CLAUDE.md orchestrator, validate its role definition, reference patterns, commands, permissions, thin structure, and basic rules against six checks to produce a PASS/WARN/FAIL report with actionable improvements.

What is a thin orchestrator design pattern for CLAUDE.md files?

A thin orchestrator design delegates tasks to subagents and uses path-based references instead of embedding logic directly. The audit verifies your CLAUDE.md follows this pattern to ensure proper delegation and maintainability.

How do I check if my CLAUDE.md references are path-based?

You check if CLAUDE.md references are path-based by running an audit that validates reference file patterns against examples in references/*.md. The audit confirms references follow proper path conventions and subagents are correctly delegated.

Can I validate CLAUDE.md permissions and role definitions without external dependencies?

Yes, you can validate CLAUDE.md permissions and role definitions without external dependencies. The auditor evaluates six checks including role definition and permissions natively, producing a pass/fail report with remediation guidance.

What does the PASS, WARN, FAIL report mean when auditing CLAUDE.md orchestrator files?

The PASS/WARN/FAIL report indicates whether your CLAUDE.md orchestrator meets six structural checks for role definition, references, commands, permissions, thin design, and rules. PASS means compliant, WARN signals partial issues, and FAIL identifies critical gaps requiring actionable improvements.

When should I audit my CLAUDE.md orchestrator for delegation and structure issues?

You should audit your CLAUDE.md orchestrator when subagents are not properly delegated, references are not path-based, or the file structure lacks clear role definitions and permissions. The audit identifies structural weaknesses and provides actionable remediation steps.