Manage Skyboard kanban boards via the sb CLI. Trigger: user asks about boards, columns, cards, tasks, kanban, or uses /sb.
Manages Skyboard kanban boards, columns, and cards via the sb CLI when users ask about tasks or kanban.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/disnet-sb/marketplace.json/plugin install disnet-sb@cpd-disnet-sbThis skill is limited to using the following tools:
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.Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.