Full guide
Follow the sections in order, then adapt commands to your current environment.
Universal Installers Guide
Universal installers provide a consistent way to manage Agent Skills across different AI coding platforms from a single command.
OpenSkills (Recommended)
OpenSkills is the most comprehensive universal installer with exact Claude Code compatibility and cross-platform support.
Quick Start
bash
# Install OpenSkills globally
npm install -g openskills
# Install Anthropic's official skills
openskills install anthropics/skills
openskills syncKey Commands
openskills install user/repo: Install from any GitHub repoopenskills list: List installed skills across all platformsopenskills sync: Update all skills and ensure they are available everywhereopenskills uninstall skill-name: Remove a skill
Installation Targets
OpenSkills supports targeted installation:
bash
# Install to Claude Code only
openskills install user/repo --target ~/.claude/skills
# Universal mode (creates .agent/skills for cross-platform)
openskills install user/repo --universalFeatures & Benefits
- Exact Compatibility: Same folder structure as Claude Code
- Progressive Loading: Optimized metadata loading
- Private Skills: Support for private repositories via SSH
- Team Sync: Easy to share skills within a development team