---
name: Multi-Claude Installation Deprecation
slug: multi-claude-installation-deprecation
category: AI Engineering
description: Multi-Claude Installation Deprecation explains that the old multi-Claude shell scripts are deprecated and should not be installed. It points users to Claude Code workflows and the Agent tool, and can help remove stale files from older installs.
github: "https://github.com/alekspetrov/navigator/tree/main/skills/nav-install-multi-claude"
language: Python
stars: 230
forks: 11
install: "npx degit https://github.com/alekspetrov/navigator/tree/main/skills/nav-install-multi-claude ~/.claude/skills/nav-install-multi-claude"
installs_to: ~/.claude/skills/nav-install-multi-claude
source_path: skills/nav-install-multi-claude/SKILL.md
collection_size: 25
category_size: 2793
collection_url: "https://dirskills.com/collections/alekspetrov/navigator"
added: 2026-09-03T06:04:40.778Z
last_synced: 2026-09-03T06:04:40.778Z
canonical_url: "https://dirskills.com/skills/multi-claude-installation-deprecation"
---

# Multi-Claude Installation Deprecation

Multi-Claude Installation Deprecation explains that the old multi-Claude shell scripts are deprecated and should not be installed. It points users to Claude Code workflows and the Agent tool, and can help remove stale files from older installs.

**Install:**

```bash
npx degit https://github.com/alekspetrov/navigator/tree/main/skills/nav-install-multi-claude ~/.claude/skills/nav-install-multi-claude
```

## README

# 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:

```bash
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.
