project-manager

Installation
SKILL.md

Project Manager

Use this skill for repo-local project management.

Automation Preference

  • Prefer Node scripts for repo-local automation.
  • If a script needs dependencies, add them as repo devDependencies and invoke them through pnpm or node.
  • Avoid Python for repo-local skill automation unless a Python-native library is clearly worth the extra runtime dependency.

Canonical Locations

  • Treat GitHub Issues and PRs as the public source of truth.
  • Treat .local/work-items.yaml as a derived repo-local cross-reference map that can be regenerated from the project board.
  • Put temporary issue writeups only in .local/issue-drafts/.
  • Do not create parallel scratch directories or alternate tracker files for the same purpose.
  • Read repo-specific values from .agents/project-manager.config.json before taking action.

Expected config shape:

Related skills
Installs
1
Repository
pwrdrvr/ghcrawl
GitHub Stars
14
First Seen
Mar 24, 2026