Skip to content
Skill

agent-board-cli

by majiayu000

AI Summary

A local SQLite-based command-line task board for AI agents and developers to manage multi-step coding tasks, track progress, and coordinate work across sessions without external dependencies. Ideal for breaking down complex implementations into trackable subtasks with comments and checklists.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "agent-board-cli" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/paks && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/paks/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/paks/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/paks/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/paks/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Command-line task management tool for AI coding agents and humans. Provides local SQLite-based task boards for tracking work items, checklists, and comments without requiring an external API. Use this skill when: - Managing multi-step coding tasks - Tracking progress on complex implementations - Breaking down work into checkable subtasks - Documenting decisions and progress via comments - Coordinating work across agent sessions

Get board overview

agent-board get board_abc123

Version

agent-board version # Show version info agent-board --version # Short form

Get any entity by ID (auto-detects type from prefix)

agent-board get <board_id> # Get board overview agent-board get <card_id> # Get card details agent-board get <agent_id> # Get agent details

List operations

agent-board list boards [--include-deleted] agent-board list cards <board_id> [--status todo|in-progress|pending-review|done] [--include-deleted] agent-board list cards <board_id> --tag blocked --tag needs-human # Filter by tags (AND logic) agent-board list agents [--include-inactive] agent-board list comments <card_id>

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
Adoption100+ stars on GitHub
119 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars119
Forks20
Issues1
Updated1mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code