Products 2 min read
Skillry
Install curated agent skills and subagents across your AI coding tools.
Status: live. Skillry is a multi-platform installer that brings curated agent skills and subagents to Claude Code, GitHub Copilot, Codex and Gemini. One command installs, validates, and keeps your skill library in sync.
Install
npx skillry init
This sets up a local skill library and detects which AI coding tools you have.
Core concepts
- Skill — a packaged capability (instructions, prompts, optional scripts) that an AI coding tool can load.
- Subagent — a focused agent definition bound to a role and a set of tools.
- Library — your local, versioned collection of skills and subagents.
Common commands
skillry list # show installed skills
skillry add <skill-name> # install a skill into the library
skillry sync # reconcile the library across all detected tools
skillry validate # check skills for schema and binding errors
See the Skillry CLI reference for the full command set.
Where skills are installed
Skillry writes to each tool’s expected location and keeps a manifest so sync and
validate can reason about the whole set at once. It never overwrites your own files
without recording a backup first.