kanbanflow-skill
$
npx mdskill add aAAaqwq/AGI-Super-Team/kanbanflow-skillOrganize work by creating, moving, and deleting KanbanFlow tasks.
- Streamlines task management across boards and columns.
- Executes commands for adding, moving, coloring, and deleting items.
- Processes user input to trigger specific workflow actions.
- Returns confirmation of task state changes to the agent.
SKILL.md
.github/skills/kanbanflow-skillView on GitHub ↗
---
name: kanbanflow-skill
description: Manage KanbanFlow boards, columns, and tasks for lightweight workflow
tracking and task organization.
---
<skill>
<name>kanbanflow</name>
<description>Manage KanbanFlow board tasks (board, columns, tasks, add, move, color, delete). Use this to organize work and track progress.</description>
<usage>
<command>kanbanflow board</command>
<command>kanbanflow columns</command>
<command>kanbanflow tasks [columnId]</command>
<command>kanbanflow add <columnId> <name> [description] [color]</command>
<command>kanbanflow move <taskId> <columnId></command>
<command>kanbanflow color <taskId> <color></command>
<command>kanbanflow delete <taskId></command>
</usage>
</skill>