Open Claudemap banner
DYAI2025 DYAI2025

Open Claudemap

Development community

Description

--- description: Open the bundled ClaudeMap app for the current project without rebuilding the graph. disable-model-invocation: true --- Use the bundled ClaudeMap open command to bring up the existing map runtime. Steps: 1. Resolve the bundled command script at `.claude/skills/claudemap-runtime/skill/commands/open-claudemap.js`. 2. Run the open command with Node. 3. If a graph is already loaded, report the repo name, graph source, system count, and file count. 4. If no graph is loaded yet, tel

Installation

Installs to ~/.claude/commands/dyai2025-astro-noctum-open-claudemap.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/DYAI2025/Astro-Noctum/HEAD/.claude/commands/open-claudemap.md -o ~/.claude/commands/dyai2025-astro-noctum-open-claudemap.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository