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:

  1. Sign in at https://zergboard.fly.dev (or your local instance)

  2. 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
    
Installs
8
GitHub Stars
12
First Seen
May 15, 2026
zergboard-skill — idanbeck/claude-skills