fabrik-setuplisted
Install: claude install-skill handarbeit/fabrik
# Bootstrapping Fabrik
This skill guides a user through installing Fabrik and standing it up for the first time in their project. Don't run any of these steps yourself unsolicited — walk the user through them, confirm their environment, and let them execute. Authoritative docs live at https://fabrik.handarbeit.io — link the user there rather than reproducing details that may drift.
## Before you start
Confirm the user has — or help them obtain — each of these. Don't proceed past step 0 until prerequisites are in place.
1. **Claude Code CLI installed and authenticated.** They almost certainly have this if they're talking to you, but check with `claude --version` if uncertain.
2. **A GitHub repo and a GitHub Project (v2) board.** The board is non-optional — Fabrik *is* a board orchestrator. If they don't have a Project yet, point them at https://github.com/orgs/<org>/projects/new (or the personal equivalent). The board's status column names will need to match the Fabrik stage names later.
3. **A GitHub classic personal access token** (`ghp_...`) with `repo`, `project`, and `workflow` scopes. Fine-grained tokens (`github_pat_...`) are **not supported** — GitHub Projects v2 GraphQL requires a classic PAT. Create one at https://github.com/settings/tokens (select "Tokens (classic)").
4. **`gh` CLI authenticated** (`gh auth status`) — needed for the binary download path and convenient for many Fabrik workflows.
5. **Go 1.26.1+** — only required if they want to build from source