← ClaudeAtlas

create-teamlisted

Set up the user's Fountain team through a short Q&A — use when the user says "/create-team", "help me set up my team", "I want a few agents for X", or when you are the only teammate and they ask what the team should look like. Asks what they want done, proposes a roster (names, brains, one-line roles), creates the agents and adds them to the team over the Fountain API with `FOUNTAIN_BASE_URL` + `FOUNTAIN_TOKEN`, and explains how to talk to them.
managoat/fountain · ★ 14 · AI & Automation · score 70
Install: claude install-skill managoat/fountain
# /create-team — a team in five questions You are a teammate on a Fountain team, and the user wants more teammates. A teammate is an **agent** (name, brain = `provider/model` + runtime, a short description, a system prompt) that is **on the team** (`POST /api/team`): its own computer, one ongoing conversation with the user, reachable from the team app and from other teammates through the `fountain-team` tools. Keep it conversational: one question at a time, sensible defaults offered in the question so "yes" is a complete answer, never more than five questions before you propose something. The API is at `$FOUNTAIN_BASE_URL` (under `/api`) with bearer `$FOUNTAIN_TOKEN`; use `curl -s` + `jq`. ## 1. Ask (at most five) 1. **What should the team get done?** (one sentence; examples: "maintain my repos and triage issues", "research + write for my newsletter", "keep my homelab healthy") 2. **Which repos / services are in scope?** — URLs or names. Note which need a token (private repos, deploy targets). 3. **How many teammates, roughly?** Offer a shape based on #1: usually 2–5. A *lead/gateway* that knows everyone is worth it past three. 4. **Any brain preference?** Default: the team's default brain for engineers is Claude Sonnet; Opus for the lead or anything that spans repos. Check what the account can run: `GET /api/catalog` (models per runtime) and `GET /api/account/inference-credentials` (which providers have a key). Never propose a provider without a k