Agent skill · Code Review & Quality

utility-pm-skill-builder

Guides contributors from a PM skill idea to a complete Skill Implementation Packet aligned with pm-skills conventions. Runs gap analysis, validates through a Why Gate, classifies by type and phase, generates draft files, and writes to a staging area for review before promotion.

product-on-purposegithub.com/product-on-purposeGitHub ↗
claude-codecodexApache-2.0
Install
npx skills add product-on-purpose/pm-skills --skill utility-pm-skill-builder --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 19 KB
Bundled scripts: none
Version: 1.2.0
Declared author: product-on-purpose
Path: skills/utility-pm-skill-builder/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 518
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 --> # PM Skill Builder This skill creates new PM skills for the pm-skills library. It produces a Skill Implementation Packet - a complete design document with draft files in a staging area for review before promotion to canonical locations. ## When to Use - When you have an idea for a new PM skill - When you want to add a domain skill (phase-specific), foundation skill (cross-cutting), or utility skill (meta/tooling) to the pm-skills library - When a contributor needs guided skill creation that follows repo conventions ## When NOT to Use - To modify or improve an existing skill → use `utility-pm-skill-iterate` - To audit an existing skill against conventions → use `utility-pm-skill-validate` - To create a skill for a non-pm-skills context → use a general agent skill builder - To create a workflow → workflows are authored directly, not via this builder ## Instructions When asked to create a new PM skill, follow these steps: ### Step 1: Understand the Idea Accept the idea in either form: - **Problem-first**: "What PM problem does this skill solve? Who runs into this problem, and what do they currently produ

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Instructions
  4. Step 1: Understand the Idea
  5. Step 2: Gap Analysis
  6. Step 3: Scope Check
  7. Step 4: Classification + Repo-Fit
  8. Step 4.5: Eval Readiness (the eval contract)
  9. Step 5: Generate Skill Implementation Packet
  10. Step 6: Write to Staging Area
  11. Step 7: Promote (on confirmation)
  12. Current Library Reference
  13. Output Contract
  14. Quality Checklist
Ships with 3 files
  • HISTORY.md
  • references/EXAMPLE.md
  • references/TEMPLATE.md
More from pm-skills
All skills →
About this skill
What does the utility-pm-skill-builder skill do?

Guides contributors from a PM skill idea to a complete Skill Implementation Packet aligned with pm-skills conventions. Runs gap analysis, validates through a Why Gate, classifies by type and phase, generates draft files, and writes to a staging area for review before promotion.

How do I install it?

Run `npx skills add product-on-purpose/pm-skills --skill utility-pm-skill-builder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From product-on-purpose/pm-skills, a repository with 518 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going