Agent skill · Content & Marketing

pm-skill-creator

Design a new PM skill through guided conversation. Use when you have raw content or an idea and want to shape it into a compliant skill.

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill pm-skill-creator --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 14 KB
Bundled scripts: none
Path: .claude/skills/pm-skill-creator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

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

From the SKILL.md

## Purpose Walk through the full skill design process interactively — from raw idea or content to a structured, repo-compliant SKILL.md draft. Asks adaptive questions to determine skill type, scope, structure, and content, then generates a ready-to-validate draft. This skill sits with you and figures out *what* to build before you build it — shaping a raw idea or content into the right structure through conversation, then generating a draft you can validate. ## Key Concepts ### The Three Skill Types (Decision Criteria) - **Component**: One artifact or template. Self-contained. Gets referenced by other skills. Ask: "Is this a thing someone creates?" - **Interactive**: Guided conversation with adaptive questions and enumerated recommendations. Ask: "Does this require back-and-forth to be useful?" - **Workflow**: Multi-phase orchestration referencing other skills. Ask: "Does this coordinate multiple activities across steps?" ### Skill Anatomy (Non-Negotiable Sections) Every skill requires these sections in order: 1. **Purpose** — What it does + when to use it (outcome-focused) 2. **Key Concepts** — Frameworks, definitions, mental models 3. **Application** — Step-by-step instructions a

What's inside
Steps it walks through
  1. Purpose
  2. Key Concepts
  3. The Three Skill Types (Decision Criteria)
  4. Skill Anatomy (Non-Negotiable Sections)
  5. Metadata Constraints
  6. Facilitation Protocol
  7. Application
  8. Step 0: Session Start
  9. Question 1: What's the Raw Material? (Q1/5)
  10. Question 2: Skill Type Decision (Q2/5)
  11. Question 3: Scope and Naming (Q3/5)
  12. Question 4: Key Content (Q4/5)
  13. Question 5: Pitfalls and Edge Cases (Q5/5)
  14. Draft Generation
More from dev-gtm-claude-skills
All skills →
About this skill
What does the pm-skill-creator skill do?

Design a new PM skill through guided conversation. Use when you have raw content or an idea and want to shape it into a compliant skill.

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill pm-skill-creator --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 Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 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