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…
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.
/nav-install-multi-claudeContext 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.
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
**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:
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).
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
Create REST/GraphQL API endpoint with validation, error handling, and tests. Auto-invoke when user says "add endpoint", "create API", "new route", or "add…
Generate backend tests (unit, integration, mocks) for existing code. Auto-invoke when user says "write test for", "add test", "test this", or "create test".
Create database migration with schema changes and rollback. Auto-invoke when user says "create migration", "add table", "modify schema", or "change database".
Create React/Vue component with TypeScript, tests, and styles. Auto-invoke when user says "create component", "add component", "new component", or "build…
Generate frontend component tests (React Testing Library, Vue Test Utils, snapshot) for existing components. Auto-invoke when user says "test this component",…
Render a one-screen intent brief (Goal/Scope/Approach/Limits/Verify/Won't-do/Contradiction) before implementing ambiguous task-shaped prompts, triggered by the…