nm-cartograph-code-communitiesDetect architectural clusters in the codebase using community detection on the code knowledge graph. Shows module boundaries, cohesion, and coupling warnings
Install via ClawdBot CLI:
clawdbot install athola/nm-cartograph-code-communitiesGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/athola/claude-night-market/tree/master/plugins/cartographAudited Apr 16, 2026 · audit v1.0
Generated May 11, 2026
Map a monolithic legacy application to identify module boundaries and coupling points. Use the detected communities to plan a phased refactoring into microservices.
Analyze a monorepo with multiple teams to detect unintended cross-team dependencies. Enforce module boundaries by highlighting high-coupling areas that violate team ownership.
Generate a live Mermaid diagram of codebase communities for a CI/CD pipeline. Monitor cohesion and coupling trends over time to catch architectural drift early.
Provide new developers with a high-level map of the codebase architecture. Automatically flag pull requests that create excessive cross-boundary edges for reviewer attention.
Assess how a new third-party library or service integrates with existing code communities. Detect risky dependencies with high coupling to sensitive modules like auth or billing.
Offer the code community detection as a premium plugin for Claude Code or IDEs. Users pay a monthly fee for advanced features like historical trend analysis and custom rule sets.
Provide consulting engagements using this tool to map and assess large codebases. Deliver a report with architecture recommendations and improvement roadmap.
Basic community detection is free, but detailed coupling analysis, Mermaid diagrams, and exportable reports require a one-time purchase or subscription.
💬 Integration Tip
Install the gauntlet plugin for full graph-based detection; otherwise the skill falls back to directory analysis, which is still useful for initial assessments.
Scored May 11, 2026
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
Audit, clean, and optimize Clawdbot's vector memory (LanceDB). Use when memory is bloated with junk, token usage is high from irrelevant auto-recalls, or setting up memory maintenance automation.
Enable and configure Moltbot/Clawdbot memory search for persistent context. Use when setting up memory, fixing "goldfish brain," or helping users configure memorySearch in their config. Covers MEMORY.md, daily logs, and vector search setup.
Local memory management for agents. Compression detection, auto-snapshots, and semantic search. Use when agents need to detect compression risk before memory loss, save context snapshots, search historical memories, or track memory usage patterns. Never lose context again.
You MUST use this for gathering contexts before any work. This is a Knowledge management for AI agents. Use `brv` to store and retrieve project patterns, dec...