Lightweight kanban board stored as kanban.json in the project directory.
Commands:
add <title> — add a card to TODO
move <id> <column> — move a card to TODO | IN_PROGRESS | DONE
list — display all cards grouped by column
done <id> — shorthand to move a card to DONE
Cards are persisted to kanban.json in the current working directory.
No external services required.
1---2name: kanban3description: kanban4---5# kanban67Lightweight kanban board stored as `kanban.json` in the project directory.89<kanban>10Manage tasks with a simple three-column board: TODO, IN_PROGRESS, DONE.1112Commands:13- `add <title>` — add a card to TODO14- `move <id> <column>` — move a card to TODO | IN_PROGRESS | DONE15- `list` — display all cards grouped by column16- `done <id>` — shorthand to move a card to DONE1718Cards are persisted to `kanban.json` in the current working directory.19No external services required.20</kanban>
Run npx skillmds@latest add ondrej-merkun/kanban in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
kanban It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
ondrej-merkun (@ondrej-merkun) published this skill. Their other Agent Skills are listed on their SkillMD profile.