pm-board

pm-board is a skill for Claude Code, Codex from Hank95/mdpm. It costs 18 tokens per session (581 once invoked), scanned A, original, MIT.

A command that prints instructions for launching a local kanban board, a visual board that groups tasks by status. It does not start the server itself.

In plain words
What is it for?
For opening the project's task board locally, choosing a port, avoiding automatic browser opening, or making the board available over a network.
Why use it?
It gives developers the exact command needed to view and manage project tasks in a browser.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the mdpm plugin — 17 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/hank95/mdpm/pm-board
Any agent
npx skills add Hank95/mdpm --skill pm-board
Clone the repo
git clone --depth 1 https://github.com/Hank95/mdpm

Made for: Claude Code, Codex.

Or install mdpm, the plugin that ships this one along with the rest of its 17 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pm-board

README.md
[![agentmods](https://agentmods.dev/badge/skills/hank95/mdpm/pm-board.svg)](https://agentmods.dev/skills/hank95/mdpm/pm-board)
Your own site
<a href="https://agentmods.dev/skills/hank95/mdpm/pm-board"><img src="https://agentmods.dev/badge/skills/hank95/mdpm/pm-board.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 581 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00018 $0.00581
Opus 5 $0.00009 $0.00291
Sonnet 5 $0.00004 $0.00116
Haiku 4.5 $0.00002 $0.00058

Measured 5d ago against content hash 4f0108753349, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pm-board scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pm-board/SKILL.md · 48 lines

How it starts

The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/pm-board

Tell the user how to start the zero-dependency kanban board.

$ARGUMENTS — optional port number (default 8765).

What to say

The CLI ships a board subcommand that locates serve.py relative to the installed plugin (so there are no hardcoded paths), points it at the current project, and opens the browser automatically:

Run this in a separate terminal, from your project root:

    python3 ${CLAUDE_PLUGIN_ROOT}/bin/mdpm board [--port <PORT>]

Ctrl+C to stop. It'll open http://127.0.0.1:<port> in your default browser.

Substitute the actual expanded plugin path when printing to the user — they need a verbatim command, not a shell variable.

If the user has set up a shell alias (e.g. alias mdpm="python3 ${CLAUDE_PLUGIN_ROOT}/bin/mdpm"), they can just run mdpm board.

Flags to mention if asked

  • --port N — override the default 8765
  • --no-open — start the server without opening a browser (useful when running over SSH / Tailscale)
  • --strict-port — fail instead of auto-walking forward when the port is busy
  • --host 0.0.0.0 — bind beyond loopback (useful for Tailscale or LAN access). Warn the user that the board exposes read/write endpoints to anyone who can reach the host:port — only do this on a trusted network.

What to expect

  • Four columns: Inbox, Backlog, Active, Done.
  • Auto-refreshes every 10 seconds; no restart needed after .md edits.
  • Search box + priority/assignee dropdowns.
  • Click any card for the detail modal; Edit opens the raw markdown in-browser with Cmd/Ctrl+S to save and mtime-based conflict detection.
  • report bug link in the header goes to the MDPM issue tracker.
  • Port auto-walks forward if the default is busy (disable with --strict-port).

Notes

  • Do not start the server yourself. It's long-running — backgrounding it inside this session would strand the process. Give the user a copy/pasteable command to run in their own terminal.
  • If the user previously opted into a local copy via an older /pm-config and has ./board/ in their repo, the plugin-path invocation still supersedes it. They can delete ./board/ if they want to eliminate the stale copy.

Read the full file on GitHub · 48 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 48 lines · 18 tokens per session scan A 4f0108753349

Subscribe to this mod's changes

pm-board is a skill published in the GitHub repository Hank95/mdpm (3 stars, last pushed 4mo ago), licensed MIT. It adds 18 tokens to every session and 581 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories