agent-board-cli

Manage tasks, checklists, and comments via a Rust-based SQLite CLI.

5|1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/stakpak/agent-board --skill agent-board-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-board-cli
Source: https://github.com/stakpak/agent-board/tree/main/paks
Command: npx skills add https://github.com/stakpak/agent-board --skill agent-board-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Agent-board-cli provides a local, SQLite-backed system to organize tasks, cards, checklists, and comments without relying on external APIs, keeping project data private and fast.

Core Features & Use Cases

  • Local boards, cards, checklists, and comments to coordinate work across software teams and AI agents.
  • Lightweight, Rust-based CLI with SQL persistence for offline access and simple syncing across sessions.
  • Flexible commands for creating, listing, updating, and querying tasks across boards to support typical development workflows.

Quick Start

Create a board named 'Project Alpha' and add a card to begin tracking your work.

Frequently Asked Questions about agent-board-cli

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

FAQPage Schema
How do I manage local task boards for software teams and AI agents?

You can manage local task boards for software teams and AI agents using a Rust-based CLI backed by SQLite. It provides commands to create boards, add cards, track checklists, and manage comments entirely offline without relying on external APIs.

What is the best way to coordinate multi-step development work offline?

The best way to coordinate multi-step development work offline is using a local SQLite-backed CLI. It enables fast, private task orchestration across boards and checklists, allowing teams and agents to sync progress across different sessions without external dependencies.

How do I create a Kanban board and add tasks using a command line interface?

To create a Kanban board and add tasks using a command line interface, you utilize flexible CLI commands to instantiate a board, such as 'Project Alpha', and then add cards to it. This process persists data locally to track your workflow.

Does this local task management CLI require any external API dependencies?

No, this local task management CLI does not require any external API dependencies. It uses SQLite for local data persistence, ensuring project data remains private and accessible for offline access without needing external service integrations.

Can I use a Rust-based CLI to coordinate tasks between human teams and AI agents?

Yes, you can use a Rust-based CLI to coordinate tasks between human teams and AI agents. It supports end-to-end task orchestration by managing boards, cards, checklists, and comments locally, facilitating multi-step work coordination.

When should I use a local SQLite task manager instead of other tools?

You should use a local SQLite task manager instead of other tools when you need offline access, simple session syncing, and strict data privacy. It is ideal for software development teams and AI agents coordinating multi-step work without external API reliance.