Skip to content

Repository files navigation

Skills for Builders

Practical agent skills for PMs, designers, operators, small business owners, and product builders.

Install

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 -g

Or list everything available:

npx skills@latest add manansuneja/skills --list

If 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-code

To install every published skill in this catalog into Claude Code:

npx skills@latest add manansuneja/skills --skill '*' -g -a claude-code

Skills

Agent Workflows

  • 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

Product Management

  • 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

Business

  • 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 -g

No Terminal

For 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-create
  • skills/product-management/pm-os-setup
  • skills/business/workspace-os-setup

In Claude, go to Customize > Skills, choose + Create skill, upload the folder, and turn the skill on.

Catalog Rules

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.

About

A PM workspace your AI agent can navigate, plus reusable workflow and business-context skills.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages