Skills for PMs, designers, and product-minded builders using agents to shape, decide, create, and ship.
This repo is a public catalog of agent skills. It is not just for developers: the skills here are built for product work, design work, planning, writing, decision-making, and vibe-coding as a product builder.
Install one skill globally so it is available in every project:
npx skills@latest add manansuneja/skills --skill workflow-create -g
npx skills@latest add manansuneja/skills --skill pm-os-setup -gOr list everything available:
npx skills@latest add manansuneja/skills --listIf npx is not recognized, install Node.js and try again.
- Workflow Creator turns a repeatable process into a reusable skill family: one coordinator plus focused child skills, linked with run tracking and validation.
Install:
npx skills@latest add manansuneja/skills --skill workflow-create -g- PM OS Setup scaffolds a Product Management operating system with a Chief PM coordinator, specialist agents, reusable skills, product docs, and workspace memory.
Install:
npx skills@latest add manansuneja/skills --skill pm-os-setup -gFor Claude desktop or web, download this repo as a ZIP from GitHub. Upload only the specific nested skill folder you want:
skills/agent-workflows/workflow-createskills/product-management/pm-os-setup
In Claude, go to Customize > Skills, choose + Create skill, upload the folder, and turn the skill on.
Every public skill in this repo must be listed in the root README, its category README, .claude-plugin/plugin.json, and skills.sh.json.
Every public skill README must include the exact install command and a bottom section named What This Skill Does And How To Use It.
Local plans, tests, announcements, and unpublished skills live outside this public repo in the surrounding skills-to-publish workspace.