claude-superskills
v1.25.0
Published
55 Reusable AI CLI skills for GitHub Copilot, Claude Code, and 6 more AI platforms
Maintainers
Readme
claude-superskills v1.22.0
Universal installer for the claude-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 claude-superskills
# Auto smart update/install
npx claude-superskills -y -q
# Install curated bundles
npx claude-superskills --bundle essential -y
npx claude-superskills --bundle content -y
npx claude-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 claude-superskills --list-bundlesSearch
npx claude-superskills --search "planning"
npx claude-superskills --search "resume"
npx claude-superskills --search "research"Example Commands
npx claude-superskills
npx claude-superskills -y -q
npx claude-superskills --bundle essential -y
npx claude-superskills up -y
npx claude-superskills package-cowork
npx claude-superskills status
npx claude-superskills uninstall -y
npx claude-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
claude-superskillsplugin in Cowork, then upload the new zip.
