/nav-install-multi-claude
DEPRECATED. The multi-Claude orchestration scripts are deprecated in favor of native Claude Code Workflows; no installation is needed. Auto-invokes on "install multi-Claude workflows", "set up multi-Claude", "enable parallel execution" to explain the deprecation.
$ npx -y skills add alekspetrov/navigator --skill nav-install-multi-claude --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/nav-install-multi-claude
Context preview
The summary Claude sees to decide when to auto-load this skill.
DEPRECATED. The multi-Claude orchestration scripts are deprecated in favor of native Claude Code Workflows; no installation is needed. Auto-invokes on "install multi-Claude workflows", "set up multi-Claude", "enable parallel execution" to explain the deprecation.
SKILL.md
nav-install-multi-claude.SKILL.mdname: nav-install-multi-claude description: DEPRECATED. The multi-Claude orchestration scripts are deprecated in favor of native Claude Code Workflows; no installation is needed. Auto-invokes on "install multi-Claude workflows", "set up multi-Claude", "enable parallel execution" to explain the deprecation. allowed-tools: Read version: 2.0.0
nav-install-multi-claude (DEPRECATED)
**Deprecated as of 2026-06 (TASK-25).** Do not install the multi-Claude shell scripts. They are superseded by Claude Code's **native orchestration**, which requires no separate installation:
- **`/workflows`** — Dynamic Workflows for multi-phase, parallel, resumable work.
- **The Agent tool / subagents** — parallel agents with git-worktree isolation.
When invoked
Explain that the multi-Claude scripts are deprecated and **no install is needed**; point the user to `/workflows` and the Agent tool. **Do NOT run** `install-multi-claude.sh` (it now refuses to run).
Removing a stale install
If a previous Navigator version installed the scripts to `~/bin`, remove them:
rm -f "$HOME/bin/navigator-multi-claude.sh" \
"$HOME/bin/navigator-multi-claude-poc.sh" \
"$HOME/bin/install-multi-claude.sh"See `.agent/tasks/TASK-25-fix-multi-claude-reliability.md` for the deprecation rationale.
Finish What You Start Sessions that last. AI that learns. Features that ship.
Repo: alekspetrov/navigator
Other skills on navigator.
- /backend-endpoint
Create REST/GraphQL API endpoint with validation, error handling, and tests. Auto-invoke when user says "add endpoint", "create API", "new route", or "add route".
Open skill - /backend-test
Generate backend tests (unit, integration, mocks) for existing code. Auto-invoke when user says "write test for", "add test", "test this", or "create test".
Open skill - /database-migration
Create database migration with schema changes and rollback. Auto-invoke when user says "create migration", "add table", "modify schema", or "change database".
Open skill - /frontend-component
Create React/Vue component with TypeScript, tests, and styles. Auto-invoke when user says "create component", "add component", "new component", or "build component".
Open skill - /frontend-test
Generate frontend component tests (React Testing Library, Vue Test Utils, snapshot) for existing components. Auto-invoke when user says "test this component", "write component test", or "add component test".
Open skill - /nav-brief
Render a one-screen intent brief (Goal/Scope/Approach/Limits/Verify/Won't-do) before implementing ambiguous task-shaped prompts, triggered by the nav_brief.py UserPromptSubmit hook. Confirms scope with max 2 open questions before touching files; detects brief drift mid-task.
Open skill

