Back to skills
SkillHub ClubShip Full StackFull Stack
claude-md-check
Validate CLAUDE.md structure and completeness
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Stars
13
Hot score
85
Updated
March 20, 2026
Overall rating
C2.3
Composite score
2.3
Best-practice grade
C56.0
Install command
npx @skill-hub/cli install claude-world-director-mode-lite-claude-md-check
Repository
claude-world/director-mode-lite
Skill path: skills/claude-md-check
Validate CLAUDE.md structure and completeness
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: claude-world.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install claude-md-check into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/claude-world/director-mode-lite before adding claude-md-check to shared team environments
- Use claude-md-check for development workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: claude-md-check description: Validate CLAUDE.md structure and completeness user-invocable: true --- # CLAUDE.md Validator Validate the project's CLAUDE.md file for completeness and best practices. --- ## Validation Checklist ### Required Sections (Must Have) - [ ] **Project Overview** - Brief description - [ ] **Tech Stack** - Languages, frameworks, tools - [ ] **Commands** - dev, test, build commands ### Recommended Sections (Should Have) - [ ] **Conventions** - Coding standards - [ ] **Key Files** - Important files - [ ] **Architecture** - Directory structure ### Quality Checks - [ ] **No secrets** - No API keys in file - [ ] **Correct commands** - Listed commands work - [ ] **Up to date** - Matches actual dependencies --- ## Output Format ```markdown ## CLAUDE.md Validation Report ### Status: PASS / NEEDS IMPROVEMENT / MISSING ### Required Sections | Section | Status | Notes | |---------|--------|-------| | Project Overview | | | | Tech Stack | | | | Commands | | | ### Issues Found 1. [Issue and how to fix] ### Suggestions 1. [Improvement] ``` --- ## Auto-Fix If issues found, offer to: - Add missing sections with placeholders - Update tech stack from package.json - Verify and correct commands