tasks

Manage TinyAGI kanban board tasks via the REST API.

3.6k|505|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/TinyAGI/tinyagi --skill tasks-tinyagi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/TinyAGI/tinyagi/tree/main/.agents/skills/tasks
Command: npx skills add https://github.com/TinyAGI/tinyagi --skill tasks-tinyagi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a streamlined way to manage tasks on the TinyAGI kanban board, making it easy to track progress, assign tasks, and communicate with team members.

Core Features & Use Cases

  • Task Management: List, update, create, and comment on tasks directly within the TinyAGI interface.
  • Task Status Tracking: Monitor the status of tasks with clear labels like 'backlog', 'in_progress', 'review', and 'done'.
  • Agent Collaboration: Assign tasks to specific agents or teams for better organization and accountability.
  • Use Case: For a team working on a project, this Skill allows for the creation of a task list, the assignment of tasks to team members, and the tracking of task completion.

Quick Start

Run the command '<skill_dir>/scripts/tasks.sh list' to see a list of all tasks.

Frequently Asked Questions about tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage tasks on a kanban board for team collaboration?

You can manage tasks by creating, updating, and assigning them on a kanban board to track team progress. This Skill supports task operations like status updates and commenting directly through the TinyAGI REST API.

How do I track task status updates from backlog to done?

Task status tracking uses clear labels like 'backlog', 'in_progress', 'review', and 'done' to monitor progress. You can update task statuses directly within the TinyAGI interface to keep your team informed of current work stages.

Do I need REST API access to use the TinyAGI kanban board?

Yes, REST API access is required for task operations. The Skill depends on the TinyAGI REST API to manage task assignments, track status updates, and facilitate communication on the kanban board.

How do I assign tasks to specific agents for better accountability?

Assigning tasks to specific agents or teams organizes work and ensures accountability. You can allocate tasks directly through the task management interface, allowing team members to focus on their assigned responsibilities.

What is the best way to comment on tasks during project tracking?

Commenting on tasks allows team members to communicate and collaborate directly within the task context. You can add comments to tasks through the TinyAGI interface to discuss progress and share updates.

How do I list all current tasks using the command line?

To list all current tasks, run the command '<skill_dir>/scripts/tasks.sh list'. This script executes a quick retrieval of your task list, showing all items currently tracked on your kanban board.