πŸ“‹
AutomationPython

Project Manager

by wei63w

Project Manager is an Automation skill for Claude Code, published by wei63w in pm-manager.

83 stars0 forkson wei63w/pm-managerAdded 2026/08/11+20% in starsRepository updated 2026/08/04
agent-skillsai-agentsclaude-codecursorproject-managementskillsskills-sh
Install in seconds
Install Project Manager
Copy Project Manager into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/wei63w/pm-manager/tree/main/adapters/cursor/skills/pm-done ~/.claude/skills/pm-done

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/wei63w/pm-manager.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
adapters/cursor/skills/pm-done/SKILL.md in wei63w/pm-manager
Installs to
~/.claude/skills/pm-done
Collection
One of 12 skills cataloged from this repository
Category
Automation β€” 1523 skills

What Project Manager does

Closes a TODO item, syncs the completed tasks list, and refreshes the overview with today's top priorities. Use this skill when you need to update project status after completing a task.

Project Manager is cataloged under Automation on DirSkills. Project Manager comes from a repository tagged agent-skills, ai-agents, claude-code, cursor and project-management.

Documentation

README


description: Close a todo (TODO-xxx), sync completed.md, refresh overview Top3. handoffs:

  • label: Status agent: pm.status prompt: Refresh status after closing todo send: true

User Input

$ARGUMENTS

Usage: TODO-001 | TODO-001 --note "..." | TODO-001 --start (only in_progress).

Outline

  1. Parse TODO id. Require it exists in state/todo.md.
  2. --start β†’ in_progress only.
  3. Else β†’ done, append to state/completed.md and module completed.md, remove/mark done in state todo.
  4. If linked finding has no other open todos β†’ resolved.
  5. Refresh overview; confirm item left Top3.

Shared Workflow (all /pm-* commands)

Follow this order when the command mutates .pm/ state:

This is the opening of the README. Read the full README on GitHub.

Commands Project Manager provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /pm-
  • /pm-init
  • /pm-fix

Frequently asked about Project Manager

  • What else does wei63w publish alongside Project Manager?

    Project Manager is one of 12 skills that DirSkills catalogs from wei63w/pm-manager, the repository it ships in. Its siblings there include PM Charter, PM Export and PM Manager. Each one is a separate skill with its own page in this directory, installs the same way Project Manager does, and is maintained by wei63w in that same repository. The rest of the collection is listed on the wei63w/pm-manager page.

  • How does Project Manager compare to other Automation skills?

    Project Manager ranks #1413 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Project Manager against them. Open each page to compare what they document and how they install.