design-superskills
v1.0.4
Published
9 AI skills for UI/UX design, brand identity, design systems, component styling, diagrams, presentations, and banner design. Works with Claude Code, GitHub Copilot, and 6 more AI platforms.
Maintainers
Readme
design-superskills v1.0.1
Universal installer for the design-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 design-superskills
# Auto smart update/install
npx design-superskills -y -q
# Install curated bundles
npx design-superskills --bundle essential -y
npx design-superskills --bundle content -y
npx design-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 design-superskills --list-bundlesSearch
npx design-superskills --search "planning"
npx design-superskills --search "resume"
npx design-superskills --search "research"Example Commands
npx design-superskills
npx design-superskills -y -q
npx design-superskills --bundle essential -y
npx design-superskills up -y
npx design-superskills package-cowork
npx design-superskills status
npx design-superskills uninstall -y
npx design-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
design-superskillsplugin in Cowork, then upload the new zip.
