s-niftypm

s-niftypm is a skill for Claude Code, Codex from cmdaltctr/niftypm-mcp. It costs 172 tokens per session (7,831 once invoked), scanned A, original, MIT.

A project-management guide for AI assistants using NiftyPM, a tool for organizing projects, tasks, documents, files, goals, and deadlines. It explains NiftyPM’s hierarchy from workspace and portfolio down to projects, task lists, tasks, subtasks, and checklists.

In plain words
What is it for?
Use it to create, find, update, and organize NiftyPM portfolios, projects, task lists, tasks, subtasks, milestones, documents, files, dependencies, and goals.
Why use it?
It prevents project-management actions from being placed in the wrong part of NiftyPM’s hierarchy. This helps the assistant use the required parent records and follow consistent workflows.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Good fit Use it to create, find, update, and organize NiftyPM portfolios, projects, task lists, tasks, subtasks, milestones, documents, files, dependencies, and goals.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cmdaltctr/niftypm-mcp/s-niftypm
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.

Any agent
npx skills add cmdaltctr/niftypm-mcp --skill s-niftypm
Clone the repo
git clone --depth 1 https://github.com/cmdaltctr/niftypm-mcp

Made for: Claude Code, Codex.

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 s-niftypm

README.md
[![agentmods](https://agentmods.dev/badge/skills/cmdaltctr/niftypm-mcp/s-niftypm.svg)](https://agentmods.dev/skills/cmdaltctr/niftypm-mcp/s-niftypm)
Your own site
<a href="https://agentmods.dev/skills/cmdaltctr/niftypm-mcp/s-niftypm"><img src="https://agentmods.dev/badge/skills/cmdaltctr/niftypm-mcp/s-niftypm.svg" alt="Measured on agentmods" height="20"></a>
Per session 172 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,831 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00172 $0.07831
Opus 5 $0.00086 $0.03915
Sonnet 5 $0.00034 $0.01566
Haiku 4.5 $0.00017 $0.00783

Measured 7d ago against content hash 99befdb35716, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

s-niftypm 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 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/reverse-sync.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/s-niftypm/SKILL.md · 550 lines

How it starts

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

s-niftypm

Reference skill for any AI agent acting as a Project Manager or assistant in NiftyPM. Teaches the NiftyPM hierarchy, best practices, and exact MCP tool sequences for common project management workflows.

NIFTYPM HIERARCHY (CRITICAL — MEMORISE THIS)

Every operation in NiftyPM sits within this hierarchy. All create/list/update calls need parent IDs from the level above:

Workspace
 └── Portfolio (subteam)        ← create with: niftypm_create_subteam
      └── Folder (optional)      ← create with: niftypm_create_folder
      └── Project                ← create with: niftypm_create_project
           ├── Task List/Group   ← create with: niftypm_create_taskgroup
           │    └── Task         ← create with: niftypm_create_task
            │         └── Subtask ← create with: niftypm_create_task (with task_id)
            │              └── Checklist ← create with: niftypm_create_checklist + niftypm_create_checklist_items
           ├── Milestone         ← promote a Task List via niftypm_create_milestone
           ├── Doc               ← create with: niftypm_create_document
           ├── File              ← upload with: niftypm_upload_files
           ├── Discussion        ← create messages with: niftypm_create_message
           └── Goal              ← UI-only at this time

Discovery order (always follow this): List existing → find IDs → create/update.

MANDATORY WORKFLOW RULES

Rule 0: Discover Before You Create

Always list existing resources first. Never assume IDs.

niftypm_list_projects() → find project_id
niftypm_list_taskgroups(project_id="...") → find taskgroup_id
niftypm_list_subteams() → find portfolio_id

Rule 0a: Reconcile Default Task Lists AND Milestones

A newly created or template-based project ALWAYS ships with auto-generated default task lists AND milestones (e.g., "To Do", "In Progress", "Done" for task groups; an unnamed "Untitled List" for milestones). Before you create any custom lists or milestones, you MUST list the existing ones and decide: delete the defaults you won't use, or rename/reuse them.

Read the full file on GitHub · 550 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. 7d ago First seen · 550 lines · 172 tokens per session scan A 99befdb35716

Subscribe to this mod's changes

s-niftypm is a skill published in the GitHub repository cmdaltctr/niftypm-mcp (0 stars, last pushed 2mo ago), licensed MIT. It adds 172 tokens to every session and 7,831 once invoked, about $0.0009 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.