Post Install Setup banner
922-Studio 922-Studio

Post Install Setup

Development community

Description

# Post-install setup — paste this into a fresh Claude Code session > Launch Claude Code **inside the orchestrator repo** on the new machine (after `bash install.sh` > has run), then paste everything below. It orients you, finishes the parts the installer can't do > alone (ecosystem content, registry, MCP, verification), and reports what's left. --- You are bootstrapping this orchestrator on a fresh machine. `install.sh` has already run. Work through the phases below **interactively** — ask me

Installation

Installs to ~/.claude/skills/922-studio-claude-code-orchestrator-post-install-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/922-studio-claude-code-orchestrator-post-install-setup && curl -fsSL https://raw.githubusercontent.com/922-Studio/claude-code-orchestrator/HEAD/prompts/post-install-setup.md -o ~/.claude/skills/922-studio-claude-code-orchestrator-post-install-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository