Install
openclaw skills install @athola/nm-cartograph-dependency-graphGenerates a Mermaid dependency graph showing import relationships between modules
openclaw skills install @athola/nm-cartograph-dependency-graphNight Market Skill — ported from claude-night-market/cartograph. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Generate a Mermaid flowchart showing import and dependency relationships between modules, packages, or plugins.
Dispatch the codebase explorer agent:
Agent(cartograph:codebase-explorer)
Prompt: Explore [scope] and return a structural model.
Focus on import statements and cross-module dependencies
for a dependency graph. Track both internal and external
imports.
Transform the structural model into a Mermaid flowchart with directed edges representing dependencies.
Rules for dependency graphs:
flowchart LR (left-right) for dependency direction-.->) for external/optional deps==>) for critical path dependenciesExample output:
Call the Mermaid Chart MCP to render:
mcp__claude_ai_Mermaid_Chart__validate_and_render_mermaid_diagram
prompt: "Dependency graph of [scope]"
mermaidCode: [generated syntax]
diagramType: "flowchart"
clientName: "claude-code"
If rendering fails, fix syntax and retry (max 2 retries).
Show the rendered diagram with analysis notes: