kanban-board
Kanban / task board with columns (To do / In progress / In review / Done), draggable-looking cards, assignee avatars, swimlanes, and a top filter bar. Use when the brief mentions "kanban", "task board", "sprint board", "trello", "看板".
npx skills add nexu-io/open-design --skill kanban-board --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Kanban Board Skill Produce a single-screen kanban board. ## Workflow 1. Read the active DESIGN.md. 2. Identify squad name, sprint number, columns, and member roster from the brief. 3. Layout: - Top bar: project crumb, sprint chip, filter row (members, labels, status), search. - 4 columns: Backlog, In progress, In review, Done. Each column has a count chip and an "+ add" affordance. - 3–6 cards per column. Each card: tag chip, title, assignee avatar, point estimate, progress (if applicable). - Sidebar (collapsible feel): "Sprint pulse" with progress bar, top assignees, blocked-tickets callout. 4. One inline `<style>`, semantic HTML. ## Output contract ``` <artifact identifier="kanban-board" type="text/html" title="Sprint Board"> <!doctype html>...</artifact> ```
- Workflow
- Output contract
What does the kanban-board skill do?
Kanban / task board with columns (To do / In progress / In review / Done), draggable-looking cards, assignee avatars, swimlanes, and a top filter bar. Use when the brief mentions "kanban", "task board", "sprint board", "trello", "看板".
How do I install it?
Run `npx skills add nexu-io/open-design --skill kanban-board --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From nexu-io/open-design, a repository with 83,577 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.