Agent Plugins Marketplace
All plugins

docket

v0.11.1

Codex skills for file-based backlog management: a docket/ folder with never-reused item ids, capture and lifecycle via the record skill, grooming and pick-next via groom, a dependency-free CLI, a bundled MCP server, a self-contained HTML board, and a per-host health check.

CodexClaude CodeAgent Plugins3 Skills1 MCP serverstdio

By jabworksLicense: MIT1 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
4 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install docket for Codex and Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install docket-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

Compatibility: the page URL and API slug “docket-2” remain stable.

  • Codex: Legacy selector docket-2@agent-plugin-marketplace remains documented for migration; install from source for this runtime.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Codex has another source with the same manifest name. This directory does not invent numbered install aliases; use the publisher's catalog or inspect the source manually for that runtime.

Get the source manually
git clone https://github.com/jabworks/agentic-toolkit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dist/plugins/docket/.

Plugin files

dist/plugins/docket/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/docket-doctor/SKILL.md
├── skills/groom/SKILL.md
├── skills/record/SKILL.md
└── .mcp.json

Included Skills3

docket-doctorskills/docket-doctor/SKILL.md

Health check for the docket plugin on the host it is installed on. Probes every registration docket depends on — the shipped .mcp.json on Claude Code, the config.toml table on Codex, the opencode.json key on OpenCode, the mcp.json entry on Cursor — runs an initialize round-trip against whichever server path each one actually names, confirms the bundled CLI fallback resolves, and compares the installed version against the local marketplace clone. Offline, and read-only unless --fix.

groomskills/groom/SKILL.md

Whole-backlog passes over a project docket — the file-based backlog under docket/ (or a legacy root BACKLOG.md). Runs the stale-item sweep, interprets the id-space integrity check, and recommends what to work on next from the open board. Reports candidates and reasons; never closes or edits items itself — item-level changes route through record.

recordskills/record/SKILL.md

Manage a project docket — a file-based backlog under docket/ with open items in DOCKET.md, closed items in archive/<year>.md, and a shared never-reused id space. Add items with the next free id, append status updates, split items, and close shipped work by stamping and moving it to the archive in one action. Detects legacy root BACKLOG.md layouts and works in place; offers scaffold and migration.

MCP servers1

docketstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/server/mcp-server.mjs

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests3

dist/plugins/docket/.codex-plugin/plugin.json
{
  "name": "docket",
  "version": "0.11.1",
  "description": "Codex skills for file-based backlog management: a docket/ folder with never-reused item ids, capture and lifecycle via the record skill, grooming and pick-next via groom, a dependency-free CLI, a bundled MCP server, a self-contained HTML board, and a per-host health check.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "backlog",
    "docket",
    "record",
    "groom",
    "tracker",
    "capture",
    "mcp",
    "grooming",
    "pick-next",
    "doctor",
    "health-check"
  ],
  "skills": "./skills",
  "interface": {
    "displayName": "Docket",
    "shortDescription": "File-based project backlog skills.",
    "longDescription": "Docket keeps a project backlog in committed files — open items in docket/DOCKET.md, closed items archived per year with verification records, ids never reused. The record skill captures and closes items, groom sweeps for stale and ghost work and recommends what to do next, and a bundled dependency-free CLI plus optional MCP server keep id allocation and archive moves byte-exact. Run server/install.sh (or follow server/INSTALL.md) to register the MCP server with Codex.",
    "developerName": "jabworks",
    "category": "Productivity",
    "defaultPrompt": [
      "Add this to the docket.",
      "Close #12 — shipped and verified.",
      "Groom the backlog.",
      "What should I work on next?",
      "Is docket working on this machine?"
    ]
  }
}
dist/plugins/docket/.claude-plugin/plugin.json
{
  "name": "docket",
  "version": "0.11.1",
  "description": "Claude Code skills for file-based backlog management: a docket/ folder with never-reused item ids, capture and lifecycle via the record skill, grooming and pick-next via groom, a dependency-free CLI, a bundled MCP server, a self-contained HTML board, and a per-host health check.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "backlog",
    "docket",
    "record",
    "groom",
    "tracker",
    "capture",
    "mcp",
    "grooming",
    "pick-next",
    "doctor",
    "health-check"
  ],
  "skills": "./skills"
}
dist/plugins/docket/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "docket",
  "version": "0.11.1",
  "description": "Claude Code skills for file-based backlog management: a docket/ folder with never-reused item ids, capture and lifecycle via the record skill, grooming and pick-next via groom, a dependency-free CLI, a bundled MCP server, a self-contained HTML board, and a per-host health check.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "backlog",
    "docket",
    "record",
    "groom",
    "tracker",
    "capture",
    "mcp",
    "grooming",
    "pick-next",
    "doctor",
    "health-check"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[docket on Agent Plugins Marketplace](https://pluginsmp.com/plugins/docket-2)