pm-help

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

A command reference for MDPM, a Markdown-based project manager that stores project tasks in a repository. It lists the available commands and briefly explains each one.

In plain words
What is it for?
Use it to see commands for setup, task tracking, planning, searching, maintenance, status updates, and optional Jira synchronisation.
Why use it?
It removes the need to remember or search for MDPM command names and their purposes.

Skill for Claude CodeCodex

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-help
Any agent
npx skills add Hank95/mdpm --skill pm-help
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-help

README.md
[![agentmods](https://agentmods.dev/badge/skills/hank95/mdpm/pm-help.svg)](https://agentmods.dev/skills/hank95/mdpm/pm-help)
Your own site
<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>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 456 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.00010 $0.00456
Opus 5 $0.00005 $0.00228
Sonnet 5 $0.00002 $0.00091
Haiku 4.5 $0.00001 $0.00046

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

Security

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.

skills/pm-help/SKILL.md · 54 lines

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.

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. 3d ago First seen · 54 lines · 10 tokens per session scan A 116bbddd51f7

Subscribe to this mod's changes

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.