product-superskills
v1.0.4
Published
8 AI skills for product management, strategy, and GTM — product discovery, delivery, architecture, ABX, and startup growth. Works with Claude Code, GitHub Copilot, and 6 more AI platforms.
Downloads
678
Maintainers
Readme
product-superskills v1.0.1
Universal installer for the product-superskills library. Install 64 reusable AI skills across GitHub Copilot CLI, Claude Code, OpenAI Codex, OpenCode, Gemini CLI, Antigravity, Cursor IDE, and AdaL CLI from one command.
If Claude Desktop is detected, the installer can also generate a Claude Cowork plugin zip for manual upload.
Quick Start
# Interactive smart installation
npx product-superskills
# Auto smart update/install
npx product-superskills -y -q
# Install curated bundles
npx product-superskills --bundle essential -y
npx product-superskills --bundle content -y
npx product-superskills --bundle career -ySee Installation Guide for full setup and troubleshooting.
What It Does
- Detects installed AI tools and IDEs.
- Downloads the matching skills release into a local cache.
- Compares installed skill versions with the current installer version.
- Recommends smart updates for outdated or missing skills.
- Copies skills into each platform's global skills directory.
- If Claude Cowork is detected and selected, generates a plugin zip and prints manual upload instructions.
Installation is always global. Local repository scope is no longer supported.
Supported Platforms
- GitHub Copilot CLI:
~/.github/skills/ - Claude Code:
~/.claude/skills/ - OpenAI Codex:
~/.codex/skills/ - OpenCode:
~/.agent/skills/ - Gemini CLI:
~/.gemini/skills/ - Antigravity:
~/.gemini/antigravity/skills/ - Cursor IDE:
~/.cursor/skills/ - AdaL CLI:
~/.adal/skills/
Claude Cowork is supported as a packaging target, not as a direct copy target. The installer generates a zip for manual upload in Claude Desktop / Cowork.
Support status:
- macOS: detected and validated locally
- Windows: detection implemented with common install/data path heuristics, not yet validated end-to-end
- Linux: detection implemented with desktop-entry/config path heuristics, not yet validated end-to-end
Available Commands
install,i- Install skills (default)list,ls- List installed skillsstatus,st- Show installed status and version diffupdate,up- Smart update outdated and missing skillspackage-cowork,cowork- Generate a Claude Cowork plugin zipuninstall,rm- Remove installed skillsdoctor,doc- Check installation health
Options
--bundle NAME- Install a curated bundle--search KEYWORD- Search for matching skills--list-bundles- Show available bundles--all,-a- Install for all detected platforms--yes,-y- Skip prompts--quiet,-q- Minimal output--help,-h- Show help--version,-v- Show version
Bundles
essential- Core workflow skills for discovery, orchestration, planning, and prompt optimizationplanning- Pre-implementation design and structured executionresearch- Deep research and resource discoverycontent- YouTube, audio, document conversion, CloudConvert, and storytelling workflowsproduct- Product strategy, discovery, architecture, delivery, leadership, and AI-native product workcareer- Resume, job search, interview, negotiation, and portfolio workflowsdeveloper- Skill creation workflowsorchestration- Resource discovery and planningall- All 64 available skills
npx product-superskills --list-bundlesSearch
npx product-superskills --search "planning"
npx product-superskills --search "resume"
npx product-superskills --search "research"Example Commands
npx product-superskills
npx product-superskills -y -q
npx product-superskills --bundle essential -y
npx product-superskills up -y
npx product-superskills package-cowork
npx product-superskills status
npx product-superskills uninstall -y
npx product-superskills doctorNotes
- The installer downloads skills from GitHub and caches them locally before copying them into platform directories.
- The installer compares installed skill versions with
v1.21.7and recommends updates automatically. - Skills are authored in the repository
skills/directory only; platform directories are installation targets, not source directories. - Claude Cowork updates are manual by design: generate the zip, remove the previous
product-superskillsplugin in Cowork, then upload the new zip.
