npx claudepluginhub disnet/skyboard --plugin sbThis skill is limited to using the following tools:
Skyboard is a collaborative kanban board built on the AT Protocol. The `sb` CLI lets you manage boards, columns, and cards from the terminal.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
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.