Help us improve
Share bugs, ideas, or general feedback.
From sb
Manage Skyboard kanban boards via sb CLI: list boards/columns/cards, create/edit/move/comment/delete cards from terminal. For AT Protocol kanban workflows.
npx claudepluginhub disnet/skyboard --plugin sbHow this skill is triggered — by the user, by Claude, or both
Slash command
/sb:sbThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Skyboard is a collaborative kanban board built on the AT Protocol. The `sb` CLI lets you manage boards, columns, and cards from the terminal.
Manages persistent Kanban board synced with TodoWrite for multi-step tasks, progress tracking, and AI agent coordination. Activates on 3+ TodoWrite items, kanban mentions, or multi-step starts.
Manages GitHub Projects V2 kanban boards: creates boards, adds columns, moves items via gh CLI, GraphQL mutations, and Python scripts. Use for kanban or column requests.
Manage a Markdown-based Kanban board using card files in a kanban/ directory (including kanban/archived/ for completed cards). Use when the user asks to create, move, view, list, or manage tasks or cards on a kanban board, or when tracking work items across statuses like backlog, todo, doing, done, or archive.
Share bugs, ideas, or general feedback.
sb)Skyboard is a collaborative kanban board built on the AT Protocol. The sb CLI lets you manage boards, columns, and cards from the terminal.
sb is installed globally (npm i -g skyboard-cli)sb login <handle>)sb use <board>) or --board is passed on each command--board <ref> to target a specific board without relying on sb use.--board accepts: AT URI (at://did:plc:xxx/dev.skyboard.board/rkey), DID:rkey pair (did:plc:xxx:rkey), or a board name substring.sb cols.sb cards to see short refs.sb cards and sb show. Provide at least 4 characters to identify a card.sb whoami --jsonsb boards --jsonsb use <board> (or pass --board <ref> on each command)sb cols --jsonsb cards --json--json on commands that support it so you get structured output. Present results as human-friendly summaries.--json: whoami, status, boards, cols, cards, new, show, mv, edit, comment, rm--json: login, logout, use, add--board when operating on a specific board in automated/scripted contexts (e.g., ralph mode) to avoid conflicts with the global default. All board-scoped commands (cols, cards, new, show, mv, edit, comment, rm) support --board <ref>.sb rm, always pass --force to skip the interactive prompt, but ask the user for confirmation first in conversation.sb boards --json to show options and ask the user which to use.