What problem does it solve? A fresh clone of the ai-team-lead repository is not immediately usable: git hooks are disabled, the project registry is missing, system dependencies may be absent, and the claude-hive inter-agent messaging layer is not installed. This Skill walks you through the entire first-time setup in a guided, step-by-step flow so the multi-agent team-lead workflow works correctly from the start. ## Core Features & Use Cases - Repository Bootstrapping: Enables git hooks (pre-push leak gate and worktree symlink setup) and seeds registry.yaml from the example template so you can register your projects. - Dependency Verification & Installation: Checks for tmux, gh, uv, and bun, then installs Python dependencies via uv sync. - claude-hive Registration: Installs and registers the required claude-hive MCP server for inter-agent messaging, including user-scope tool permissions and multi-user port configuration on shared machines. - Optional Channel Setup: Walks through Discord bot access, Notion page watching for /weekly-plan, and GitHub event notifications. - Use Case: After cloning the repo on a new machine, run this Skill once to get hooks, registry, dependencies, and hive messaging configured, then immediately start using /add-project, /daily-review, or /weekly-plan. ## Quick Start Ask Claude to run first-time setup for this freshly cloned ai-team-lead repository and follow the guided prompts.