Skip to content
Development
Skill

/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.

From plugin
navigator
19631 skills2 agents16 hooks
Install
$ npx -y skills add alekspetrov/navigator --skill nav-install-multi-claude --agent claude-code

How 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.md
name: 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.

Ships withnavigator

Finish What You Start Sessions that last. AI that learns. Features that ship.

Get the whole plugin