Kanban board and task query expert. ALWAYS invoke this skill when the user asks about boards, tasks, task status, or project progress. Do not guess task state — use this skill first.
npx skills add https://github.com/YaoApp/yao --skill yao-board
Two tools for querying kanban boards and tasks, called via bash.
List all kanban boards with their columns and task counts.
tai tool board_list '{}'
List tasks with optional filtering.
tai tool task_list '{"board_id": "xxx", "run_status": "running"}'
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| run_status | string | no | Filter: pending/running/waiting/completed/failed |
| assistant_id | string | no | Filter by assistant ID |
| board_id | string | no | Filter by board ID |
| page | number | no | Page number (default 1) |
| page_size | number | no | Items per page (default 50) |
Take yaoapp/yao-board from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.