squad-init

Installation
SKILL.md

Registers the current project in PostgreSQL (shared central DB) and creates a local config so /squad knows which project to use. No per-project DB file is created — the central PostgreSQL server handles storage for all projects automatically.

Usage

/squad-init                                      — project name = basename of current directory, board = https://steloit-squad.vercel.app
/squad-init my-project-name                      — explicit project name, board = https://steloit-squad.vercel.app
/squad-init my-project-name https://board.example.com
                                                 — explicit project name + custom board URL
/squad-init https://board.example.com           — current directory name + custom board URL

If a URL argument is present, treat it as base_url. Strip any leading dashes from the project token: squad-init -unahouse.finance → project unahouse.finance.

Procedure

1. Determine project name and board URL

Installs
11
First Seen
Jun 1, 2026
squad-init — steloit/squad-skills