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.
npx agentmods add skills/hank95/mdpm/pm-helpnpx skills add Hank95/mdpm --skill pm-helpgit clone --depth 1 https://github.com/Hank95/mdpmWrote 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.
[](https://agentmods.dev/skills/hank95/mdpm/pm-help)<a href="https://agentmods.dev/skills/hank95/mdpm/pm-help"><img src="https://agentmods.dev/badge/skills/hank95/mdpm/pm-help.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00010 | $0.00456 |
| Opus 5 | $0.00005 | $0.00228 |
| Sonnet 5 | $0.00002 | $0.00091 |
| Haiku 4.5 | $0.00001 | $0.00046 |
Grade A, and why
pm-help 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 3d 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.
What it actually says
/pm-help
Print the full MDPM command reference.
Output
MDPM — Markdown Project Manager
Setup
/pm-config Initialize or reconfigure MDPM in this repo
Daily use
/pm-status Dashboard — active work, priorities, blockers
/pm-next Recommend the next task to start
/pm-new <title> Create a new backlog task
/pm-start <id> Move a backlog task to active and begin work
/pm-block <id> <reason> Mark a task blocked with a reason
/pm-done <id> Complete a task, check for unblocked dependents
/pm-standup [audience] Generate a stakeholder-ready standup summary
Editing & finding
/pm-edit <id> [k=v ...] Change priority, due, tags, assignee, etc.
/pm-search <query> Find tasks by title, tag, ID, assignee, or content
Planning & triage
/pm-plan <feature> Break a feature into 3-8 tasks with dependencies
/pm-inbox Triage untriaged incoming requests
Maintenance
/pm-archive [--older-than N] Move aged done tasks to tasks/archive/
/pm-board Launch the local kanban board (opens browser)
Optional sync (needs MCP)
/pm-sync-jira [push|pull|both]
/pm-sync-wrike [push|pull|both]
Reference
/pm-help This help
Task state lives in markdown files under tasks/{inbox,backlog,active,done,archive}/.
Filenames follow <ID>-<slug>.md so they sort naturally (e.g. PRJ-001-gallery.md).
For scripting or inline automation, the same operations are available as a CLI:
python3 ${CLAUDE_PLUGIN_ROOT}/bin/mdpm --json <command>
Run `mdpm --help` for the full command list.
Just print this block. Don't embellish. Don't run any other commands.
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.
- 3d ago First seen · 54 lines · 10 tokens per session scan A 116bbddd51f7
pm-help is a skill published in the GitHub repository Hank95/mdpm (3 stars, last pushed 4mo ago), licensed MIT. It adds 10 tokens to every session and 456 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.
Other skills, from other repositories
project-manager
This skill has been upgraded with agentic AI capabilities, OKR/KPI integration patterns, and async-first workflows based on 2026 PM best practices research.
coss
Helps implement coss UI components correctly. Use when building UIs with coss primitives (buttons, dialogs, selects, forms, menus, tabs, inputs, toasts, etc.), migrating from shadcn/Radix to coss/Base UI, composing trigger-based overlays, or troubleshooting coss component behavior. Covers imports, accessibility…
verify
Build/launch/drive recipe for verifying Kaneo changes end-to-end on a local dev instance.
kanban-md
Manage project tasks using kanban-md, a file-based kanban board CLI. Use when the user mentions tasks, kanban, board, backlog, sprint, project management, work items, priorities, blockers, or wants to track, create, list, move, edit, or delete tasks. Also use for standup, status update, sprint planning, triage, or…
review-checklist
Creates a local checklist for code review notes provided in the current task.
document-formatter
Formats Markdown headings, tables, and links supplied by the user.