Utility Pm Skill Builder
Skill Verified ActiveGuides 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.
To empower product managers and developers to easily create consistent, high-quality PM skills following established conventions, accelerating the development of AI-assisted product management capabilities.
Features
- Guides skill creation from idea to implementation packet
- Performs gap analysis against existing skills
- Validates ideas through a 'Why Gate'
- Classifies skills by type and phase
- Generates draft files (SKILL.md, TEMPLATE.md, EXAMPLE.md, command.md)
Use Cases
- When you have an idea for a new PM skill
- When you want to add a domain, foundation, or utility skill to the pm-skills library
- When a contributor needs guided skill creation that follows repo conventions
Non-Goals
- Modifying an existing skill (use a future validation/iteration utility)
- Creating a skill for a non-pm-skills context
- Creating a workflow directly (workflows are authored directly)
Installation
First, add the marketplace
/plugin marketplace add product-on-purpose/pm-skills/plugin install pm-skills@pm-skills-marketplaceQuality Score
VerifiedTrust Signals
Similar Extensions
Context Mode Ops
100Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.
Skill Creator
100Guide for creating effective skills
Claude Code Skill Builder
98Interactive skill creator for Claude Code and Agent Skills ecosystem. Build SKILL.md files with proper frontmatter, triggers, and structure. Triggers on creating skills, building skills, skill templates, skill frontmatter, allowed-tools, npx add-skill, agent skills.
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Fixflow
100Execute coding tasks with a strict delivery workflow: build a full plan, implement one step at a time, run tests continuously, and commit by default after each step (`per_step`). Support explicit commit policy overrides (`final_only`, `milestone`) and optional BDD (Given/When/Then) when users ask for behavior-driven delivery or requirements are unclear.
Kotlin Mcp Server Generator
100Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.