Skill

agent-board-cli

by majiayu000

AI Summary

A local SQLite-based command-line task management tool designed for AI coding agents and humans to track multi-step work, checklists, and decisions without external dependencies. Ideal for developers managing complex implementations across agent sessions.

Install

# Add to your project root as SKILL.md
curl -o SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/paks/SKILL.md"

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>

Quality Score

B

Good

82/100

Standard Compliance72
Documentation Quality75
Usefulness82
Maintenance Signal100
Community Signal92
Scored Yesterday

GitHub Signals

Stars100
Forks15
Issues1
UpdatedYesterday
View on GitHub

Trust & Transparency

Open Source — MIT

Source code publicly auditable

Verified Open Source

Hosted on GitHub — publicly auditable

Actively Maintained

Last commit Yesterday

100 stars — Growing Community

15 forks

My Fox Den

Community Rating

Works With

Claude Code