# Taskboard Skill

> Manage tasks and projects using the TaskBoardAI Kanban system. Includes MCP server integration.

- Skill: `hyddd/taskboard-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add hyddd/taskboard-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hyddd/taskboard-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: hyddd (https://skillmd.com/u/hyddd)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hyddd/taskboard-skill

---


<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>

