From claude-md
Audits a project's CLAUDE.md governance directives across CI/CD, troubleshooting, quality gates, Docker, and deployment categories, producing a health score.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-md:helpThe summary Claude sees in its command listing — used to decide when to auto-load this command
# CLAUDE.md Commands Audit and manage your project's CLAUDE.md governance directives. ## Commands | Command | Description | |---------|-------------| | `/claude-md:lint` | Audit CLAUDE.md for CI/CD, Docker, and troubleshooting directives | | `/claude-md:help` | This help page | ## Why CLAUDE.md Governance Matters CLAUDE.md is the primary mechanism for directing Claude Code agent behavior. Without explicit CI/CD and troubleshooting directives, agents default to ad-hoc approaches that bypass your project's build pipeline. `/claude-md:lint` checks that your CLAUDE.md includes: | Categor...
Audit and manage your project's CLAUDE.md governance directives.
| Command | Description |
|---|---|
/claude-md:lint | Audit CLAUDE.md for CI/CD, Docker, and troubleshooting directives |
/claude-md:help | This help page |
CLAUDE.md is the primary mechanism for directing Claude Code agent behavior. Without explicit CI/CD and troubleshooting directives, agents default to ad-hoc approaches that bypass your project's build pipeline.
/claude-md:lint checks that your CLAUDE.md includes:
| Category | What It Checks |
|---|---|
| CI/CD Protocol | Makefile targets referenced for build/test/deploy |
| Troubleshooting Protocol | Directives to fix CI/CD alongside code |
| Quality Gates | make lint, make test, make verify mentioned |
| Docker Conventions | make docker-* targets (if Docker files exist) |
| Deployment Protocol | make deploy or deployment workflow |
| Available Commands | Makefile targets listed for reference |
| Score | Rating |
|---|---|
| 5-6 / 6 | HEALTHY |
| 3-4 / 6 | NEEDS ATTENTION |
| 0-2 / 6 | UNHEALTHY |
# Audit your CLAUDE.md
/claude-md:lint
# Fix gaps in your Makefile first
/cicd:check
# Full project health: Makefile + CLAUDE.md
/cicd:check && /claude-md:lint
/cicd:check - Validate Makefile targets/cicd:init - Generate Makefile from detected framework/project:init - Full project scaffolding (generates CLAUDE.md with directives)npx claudepluginhub cooneycw/claude-power-pack --plugin claude-md/gen-claudeGenerate or enhance CLAUDE.md with project-specific guidance by analyzing codebase structure, languages, frameworks, linters, and build tools.
/claude-md-validateValidates CLAUDE.md files across directory tree for references, structure, consistency, content quality, integration, and deployment readiness, generating JSON reports and markdown summaries.
/aiwg-regenerate-claudeRegenerates CLAUDE.md for Claude Code integration via intelligent merge: analyzes project state and tech stack, preserves team content, updates AIWG and Claude-specific sections only. Supports --no-backup, --dry-run, --full flags.
/setup-claude-mdGenerates or updates CLAUDE.md with analyzed project structure, organization rules, and code quality commands. Preserves custom sections if file exists.
/audit-claude-componentsAudits .claude/ folder for structure, component quality, antipatterns, cross-references, and refactoring recommendations. Supports quick/standard/deep levels and meta-instructions.
/helpExplains Ralph Loop plugin for iterative AI development via repeated Claude prompts with file self-reference, and lists commands /ralph-loop to start loops and /cancel-ralph to cancel.