zergboard-skill
Installation
SKILL.md
Zergboard — Boards, Cards & Knowledge Base
Zergboard is Idan's kanban/work-tracking app (Nuxt + Postgres, deployed at https://zergboard.fly.dev).
Repo: ~/zerg-stack/zapps/zergboard.
There are two interfaces. Pick by task:
| Use | Interface | Why |
|---|---|---|
| Reads, search, "what's assigned to me", quick card create/update/move/comment | zergboard_skill.py |
Resolves friendly names — board name or card prefix (CES), card external id (CES-1), workspace name/slug. Token already configured. |
| Admin, tokens, invites, labels, subtasks, dependencies, KB, imports, board split, workspace runs | zb CLI |
Full surface. Requires UUIDs for most flags. |
Default to the Python helper for anything it covers — it takes human-readable ids, so you don't need a UUID lookup round-trip.
Auth & config
Python helper — ~/.claude/skills/zergboard-skill/config.json (already set up):