Practical agent skills for PMs, designers, operators, small business owners, and product builders.
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 -g
npx skills@latest add manansuneja/skills --skill workspace-os-setup -gOr list everything available:
npx skills@latest add manansuneja/skills --listIf npx is not recognized, install Node.js and try again.
Using Claude Code too? Add -a claude-code to the install command so the skill is installed or
linked under Claude Code's .claude/skills location. For example:
npx skills@latest add manansuneja/skills --skill pm-os-setup -g -a claude-codeTo install every published skill in this catalog into Claude Code:
npx skills@latest add manansuneja/skills --skill '*' -g -a claude-code- Workflow Creator connects multiple skills into a reusable workflow: one coordinator runs them in sequence, while every skill also works on its own.
Install:
npx skills@latest add manansuneja/skills --skill workflow-create -g- PM OS Setup builds a PM workspace that gives your agent lasting context about your product, users, decisions, meetings, and PRDs.
Install:
npx skills@latest add manansuneja/skills --skill pm-os-setup -g- Workspace OS Setup builds a plain-file workspace that gives your agent lasting context about your studio, business, team, or client project.
Install:
npx skills@latest add manansuneja/skills --skill workspace-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-setupskills/business/workspace-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.