Skip to content

atebites-hub/taskboard

v1.0.0MIT

Per-repo Taskboard coordination skill wrapping atebites-hub/taskboard. Install the Taskboard binary on PATH; this package does not vendor the Go CLI.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

taskboard
{
  "command": "taskboard",
  "args": [
    "--db",
    ".taskboard/taskboard.db",
    "mcp"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "taskboard",
  "version": "1.0.0",
  "description": "Per-repo Taskboard coordination skill wrapping atebites-hub/taskboard. Install the Taskboard binary on PATH; this package does not vendor the Go CLI.",
  "author": {
    "name": "atebites-hub"
  },
  "homepage": "https://github.com/atebites-hub/taskboard",
  "repository": "https://github.com/atebites-hub/taskboard",
  "license": "MIT",
  "keywords": ["taskboard", "kanban", "coordination"]
}