NEW Browse AI tools across categories — updated daily. See what's new →
★ Featured Product Management

to-prd

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

This skill ships only metadata — no inline instructions. See the source repo for details.

Install this skill

1

One command (all agents)

Runs the npx skills CLI which auto-detects every AI coding agent you have installed (Claude Code, Cursor, Codex, OpenCode, Windsurf, Copilot, and 51 more).

npx skills add https://github.com/mattpocock/skills
Alternative: shorthand form
npx skills add mattpocock/skills
2

Install to a specific agent

Pick the agent you use. The CLI writes the skill to that agent's standard skill directory.

npx skills add mattpocock/skills --agent claude-code
npx skills add mattpocock/skills --agent cursor
npx skills add mattpocock/skills --agent codex
npx skills add mattpocock/skills --agent opencode
npx skills add mattpocock/skills --agent github-copilot
npx skills add mattpocock/skills --agent windsurf
3

Manual install (no CLI)

Prefer to skip the CLI? Clone the repo and drop the skill folder into your agent's skills directory.

git clone https://github.com/mattpocock/skills.git
cp -r skills ~/.claude/skills/

For other agents, replace ~/.claude/skills/ with their skill directory — see the full list.

4

Use it

Once installed, ask your agent to "use the to-prd skill" or describe what you want (e.g. "Turn the current conversation context into a PRD and publish it to the project i"). Most agents auto-discover the skill from its SKILL.md description — no slash command needed.

Requires: Node.js 18+ for npx skills. Skill files are MIT-style permissive by default — check the source repo for the actual license.

SKILL.md source

---
name: to-prd
description: Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
---

Related skills 3