pm-config

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

A setup and configuration skill for MDPM, a project task-tracking system that stores work items and planning documents in a repository.

In plain words
What is it for?
It configures task ID prefixes, default owners, stakeholder audiences, and optional Jira or Wrike syncing.
Why use it?
It guides first-time setup and checks whether the repository is already configured, so project-tracking settings do not have to be created manually.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/hank95/mdpm/pm-config.svg)](https://agentmods.dev/skills/hank95/mdpm/pm-config)
Your own site
<a href="https://agentmods.dev/skills/hank95/mdpm/pm-config"><img src="https://agentmods.dev/badge/skills/hank95/mdpm/pm-config.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,443 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.00016 $0.01443
Opus 5 $0.00008 $0.00722
Sonnet 5 $0.00003 $0.00289
Haiku 4.5 $0.00002 $0.00144

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

Security

Grade A, and why

pm-config 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 4d 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-config/SKILL.md · 113 lines

How it starts

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

/pm-config

First-time setup (or reconfiguration) for MDPM in the current repo.

Steps

  1. Check existing state. Look for:

    • tasks/ directory with backlog/, active/, done/, inbox/ subdirectories
    • docs/ROADMAP.md, docs/DECISIONS.md, docs/CHANGELOG.md
    • .mdpm/config.json
    • A CLAUDE.md at the repo root that references project tracking

    If everything exists, tell the user "MDPM is already initialized. Run /pm-config to modify settings, or start with /pm-status."

  2. Walk through setup. Ask only what you need, one question at a time:

    a. ID prefix. What prefix should tasks use? Examples: PRJ-, ENG-, a project abbreviation. Default: PRJ-.

    b. Default assignee. Who's the primary owner for new tasks? (Name, not email.)

    c. Stakeholder audiences. (Optional.) For /pm-standup customization — names/titles of people who'll read the output. Skip if just for personal use.

    d. Sync layer. Do you plan to sync to Jira, Wrike, both, or neither? If one is selected:

    • For Jira: ask for the default project key (e.g. ENG).
    • For Wrike: ask for a default folder (can be filled later via /pm-sync-wrike).
    • Remind them they still need an MCP server configured for the sync to work automatically.

    e. Kanban board. The board is available two ways:

    • Recommended: run it from the plugin directly (python3 ${CLAUDE_PLUGIN_ROOT}/board/serve.py --root .). Always current after /plugin update mdpm.
    • Local copy: drop board.html and serve.py into board/ in the repo. Self-contained but goes stale after plugin updates — requires recopying.

    Default to the plugin-path approach (don't copy anything). Only copy the files if the user explicitly asks for a self-contained local install.

  3. Create the layout:

    tasks/
      backlog/.gitkeep
      active/.gitkeep
      done/.gitkeep
      inbox/.gitkeep
      archive/.gitkeep   # for /pm-archive to move aged done tasks into
    docs/
      ROADMAP.md       (if missing)
      DECISIONS.md     (if missing)
      CHANGELOG.md     (if missing)
    .mdpm/
      config.json
    

Read the full file on GitHub · 113 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. 4d ago First seen · 113 lines · 16 tokens per session scan A a560952084f1

Subscribe to this mod's changes

pm-config is a skill published in the GitHub repository Hank95/mdpm (3 stars, last pushed 4mo ago), licensed MIT. It adds 16 tokens to every session and 1,443 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