alonw0

Claudemap Analyze — Development skill for Claude Code

Development community

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

Terminal
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

  1. Run claudemap to get the current configuration:

    claudemap check --json

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

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