원클릭으로
navgator-setup
Use when user asks to install navgator, update navgator, set up navgator, launch the dashboard, or run navgator ui maintenance.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when user asks to install navgator, update navgator, set up navgator, launch the dashboard, or run navgator ui maintenance.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when user asks to show or generate an architecture diagram, visualize dependencies, export architecture docs, create architecture documentation, save architecture output, or create a mermaid diagram of their project.
Use when user asks to scan architecture, check dependencies, find outdated packages, show project structure, refresh architecture, or run a health check. Navgator scan, status, and staleness check.
Use when user asks to review architecture, check connections, navgator review, is this safe to merge, what did I break, or when scan detects architectural drift. Architectural integrity review of system flow and connections.
Use when user asks what breaks if I change X, impact of changing, what depends on, trace data flow, show connections, dependency graph, upstream/downstream, or safe to modify before refactoring.
Detect and analyze infrastructure components — Prisma models, env vars, queues, crons, deploy configs, field usage, and type validation
| name | navgator-setup |
| description | Use when user asks to install navgator, update navgator, set up navgator, launch the dashboard, or run navgator ui maintenance. |
| version | 0.9.1 |
| user-invocable | true |
| argument-hint | ["install|update|ui"] |
Install the plugin, update to latest version, or launch the web dashboard. These operations use CLI commands (npm/shell operations that aren't MCP tools).
Install NavGator explicitly for Claude Code or Codex.
npm ls -g @tyroneross/navgator 2>/dev/null | head -3
npm install -g @tyroneross/navgator
NAVGATOR_PACKAGE="$(npm root -g)/@tyroneross/navgator"
test -f "$NAVGATOR_PACKAGE/.claude-plugin/plugin.json"
Global (all projects):
bash "$NAVGATOR_PACKAGE/scripts/install-plugin.sh" --global
Project only:
bash "$NAVGATOR_PACKAGE/scripts/install-plugin.sh" --project
Verify: Run claude plugin list --json and confirm navgator@navgator is installed and enabled at the requested scope. The installer performs this check and also starts the cached MCP server with production dependencies.
If navgator@rosslabs-ai-toolkit is still enabled, follow the installer's scoped claude plugin disable command and rerun. Do not leave both registry entries active.
Start a new Claude Code session for changes to take effect.
Use the Codex installer from the published package:
# Register a user-wide local marketplace entry
bash "$NAVGATOR_PACKAGE/scripts/install-codex-plugin.sh" --user
# Register a marketplace entry in the current workspace
bash "$NAVGATOR_PACKAGE/scripts/install-codex-plugin.sh" --workspace
The script installs or updates the npm package, rewrites the registration MCP
entry to the deterministic versioned Codex cache with no fixed cwd, and
registers that local source in the selected marketplace. After browser install,
the MCP executable is cache-owned while its tools analyze the active task
workspace. The checked-in MCP file is a package template. Registration does not
install or enable the Codex plugin. Open
the Codex plugin browser, install and enable navgator, disable the legacy
gator plugin if it is present, then start a new task so skills and MCP tools
are loaded.
Codex uses:
.codex-plugin/plugin.json.codex-plugin/mcp.json.agents/plugins/marketplace.json in the selected user or workspace scopenpx @tyroneross/navgator --version
npm view @tyroneross/navgator version
npm install -g @tyroneross/navgator@latest
NAVGATOR_PACKAGE="$(npm root -g)/@tyroneross/navgator"
bash "$NAVGATOR_PACKAGE/scripts/install-plugin.sh" --global
bash "$NAVGATOR_PACKAGE/scripts/install-codex-plugin.sh" --user
npx @tyroneross/navgator@latest --version
Launch the visual architecture explorer:
npx @tyroneross/navgator ui --port 3002
Dashboard at http://localhost:3002 shows:
# User scope
claude plugin uninstall navgator@navgator --scope user
claude plugin marketplace remove navgator --scope user
rm -rf "${CLAUDE_CONFIG_DIR:-$HOME/.claude}/navgator-runtime"
# Project scope (run from that project)
claude plugin uninstall navgator@navgator --scope project
claude plugin marketplace remove navgator --scope project
rm -rf .claude/navgator-runtime
# Codex marketplace entries are removed from the Codex plugin browser.
# Disable/uninstall `navgator` there before deleting a local package link.
navgator — architecture tracker