skills/sb/SKILL.md
Manage Skyboard kanban boards via the sb CLI. Trigger: user asks about boards, columns, cards, tasks, kanban, or uses /sb.
npx skillsauth add disnet/skyboard sbInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.