mesh-reuse — Tool integration depth analyzer & reuse scorer
mesh mesh-reuse
# Mesh Reuse Analyzer
Tool integration depth scorer. Scores each tool on 6 dimensions (ledger wiring, CLI wiring, commons entry, cross-references, tests, active data). Use before building new tools to check if existing ones cover the need.
## Commands
- `mesh reuse scan` — Score all tools (0-14 scale)
- `mesh reuse weak` — List under-integrated tools (<8/14)
- `mesh reuse suggest <desc>` — Search existing tools before building new
## Scoring (14 max)
- Ledger-write wired: +3
- CLI wired: +3
- Commons entry: +2
- Cross-tool refs: +1 per (max 3)
- Test script: +2
- Active JSONL data: +1
## Philosophy
Reuse > creation. No standalone tools. Everything must integrate.