zergboard-skill
Installation
SKILL.md
Zergboard Skill — Card & Board Management
Read, search, and manage Zergboard cards via the REST API. Lists workspaces (organizations), boards, cards, comments; supports create / update / move / reorder; works with workspace members and per-board guests.
First-Time Setup (~2 minutes)
1. Create an API token
In the Zergboard UI:
-
Sign in at https://zergboard.fly.dev (or your local instance)
-
Open the CLI README's instructions — or use the Zergboard CLI directly:
cd zerg-stack/zergboard/cli/zb go build -o zb && ./zb login --email you@example.com --password '...' ./zb token create --name claude --org-id <org-id> --scopes org:read,org:write,org:admin