Claudemap Analyze — Development skill for Claude Code
Analyze CLAUDE.md configuration for rule conflicts, scope leakage, and ordering surprises using claudemap.
How to install Claudemap Analyze
Installs to ~/.claude/skills/alonw0-claudemap-claudemap-analyze/SKILL.md
mkdir -p ~/.claude/skills/alonw0-claudemap-claudemap-analyze && curl -fsSL https://raw.githubusercontent.com/alonw0/claudemap/HEAD/.claude/skills/claudemap-analyze.md -o ~/.claude/skills/alonw0-claudemap-claudemap-analyze/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Claudemap Analyze does
name: claudemap-analyze description: Analyze CLAUDE.md configuration for rule conflicts, scope leakage, and ordering surprises using claudemap
Steps
Run claudemap to get the current configuration:
claudemap check --jsonIf the command is not found, tell the user: "claudemap is not installed or not in PATH. Build it with `go build -o claudemap .` from the project root."
Parse the JSON output. Before surfacing any ERROR findings, **verify them against `a
Alternatives in Development
- Hookify — Rule-based hook system for Claude Code 14k ★
- Resolve Drizzle Migrations — Resolve Drizzle migration conflicts by accepting upstream and regenerating local migrations 2.5k ★
- Arreflect — AgentRecall consolidation & reflection — periodic triage of recurring corrections; proposes rule changes, neve 370 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Enforcement Contradiction Rules
Always-on. When the enforcement system itself produces contradictions — gates blocking their own prerequisites
Conflicts
List acceptance criteria that contradict a normative rule
Remove
Remove an authored passthru rule by scope, list, and 1-based index
Cc Council
Comprehensive multi-agent council review with 6 protocols, 10 specialists, scoped scoring (per-scope threshold
Atlas.Impact
Analyze the impact scope of code changes using static dependency analysis
Plan And Analyze
Launch the PRD architect agent to define goals, requirements, scope, and generate a Product Requirements Docum
Related Agents
Doey Architect
Masterplan Architect — structural & feasibility reviewer. Scrutinizes draft plans for missing pieces, integrat
Eval Auditor
Audits an evaluation setup (benchmark, A/B test, or model comparison) for methodology errors that would invali
Dart Build Resolver
Dart/Flutter build, analysis, and dependency error resolution specialist. Fixes dart analyze errors, Flutter c