Manage tasks and projects using the TaskBoardAI Kanban system. Includes MCP server integration.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill taskboardai-kanban-task-manager --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Taskboardai Kanban Task Manager?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-taskboardai-kanban-task-manager)More formats (shields.io, HTML) on the badges page.
---
name: taskboardai-kanban-task-manager
description: "Manage tasks and projects using the TaskBoardAI Kanban system. Includes MCP server integration."
category: "AI & Agents"
author: community
version: "1.0.1"
icon: bot
---
<skill>
<name>taskboard</name>
<description>
Manage tasks and projects using the TaskBoardAI Kanban system.
CRITICAL LIFECYCLE RULES:
1. **Create**: When a new task is identified, create it in the 'To Do' column.
2. **Execute**: IMMEDIATELY after creating a task (or when asked to work on one), move it to 'In Progress' (Doing). Do not leave active tasks in 'To Do'.
3. **Block**: If a task cannot be completed (e.g., missing API key, network error), move it to 'Blocked' and note the reason in the content.
4. **Complete**: When finished, update the card content with the FINAL RESULT/SUMMARY, then move it to 'Done'.
NOTE: The main body/result of the card must be stored in the 'content' field (Markdown supported), not 'description'.
</description>
<mcp_server>
<command>node</command>
<args>
<arg>/opt/homebrew/lib/node_modules/taskboardai/server/mcp/kanbanMcpServer.js</arg>
</args>
</mcp_server>
</skill>
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!