career-superskills
v1.0.4
Published
20 AI skills for job search, resume optimization, and career development. Works with Claude Code, GitHub Copilot, and 6 more AI platforms.
Downloads
687
Maintainers
Readme
career-superskills v1.0.1
Universal installer for the career-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 career-superskills
# Auto smart update/install
npx career-superskills -y -q
# Install curated bundles
npx career-superskills --bundle essential -y
npx career-superskills --bundle content -y
npx career-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 career-superskills --list-bundlesSearch
npx career-superskills --search "planning"
npx career-superskills --search "resume"
npx career-superskills --search "research"Example Commands
npx career-superskills
npx career-superskills -y -q
npx career-superskills --bundle essential -y
npx career-superskills up -y
npx career-superskills package-cowork
npx career-superskills status
npx career-superskills uninstall -y
npx career-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
career-superskillsplugin in Cowork, then upload the new zip.
