Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Install Agent Skills to your AI coding agent. Supports Claude Code, Goose, OpenCode, Cursor, and other harnesses.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 51% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 17% | 0% |
Use this skill to install Agent Skills from local directories or the catalog to your preferred harness.
| Harness | Install Path | Status | |---------|--------------|--------| | Claude Code | ~/.claude/skills/{name}/ | Supported | | Goose | ~/.config/goose/skills/{name}/ | Supported | | OpenCode | .opencode/skill/{name}/ | Supported | | Cursor | .cursor/skills/{name}/ | Supported |
Install from local directory:
bashpython3 install_skill.py /path/to/my-skill --harness claude-code python3 install_skill.py ./my-skill --harness goose
Install from catalog:
bashpython3 install_skill.py anthropic/document-skills --harness claude-code python3 install_skill.py anthropic/document-skills --harness goose
Auto-detect harness:
bashpython3 install_skill.py /path/to/my-skill # Detects installed harnesses and prompts for selection
List installed skills:
bashpython3 install_skill.py --list python3 install_skill.py --list --harness claude-code
Uninstall a skill:
bashpython3 install_skill.py --uninstall my-skill --harness claude-code
Installing skill: document-skills
Source: /path/to/document-skills
Target: ~/.claude/skills/document-skills/
Copying files...
SKILL.md
scripts/pdf_tools.py
references/templates/
Success! Skill installed to Claude Code.
To use: The skill will be available in your next Claude Code session.Install to Claude Code:
User: Install the skill at ./my-pdf-tool to Claude Code
Agent: Installing skill to Claude Code...
Installed: my-pdf-tool
Location: ~/.claude/skills/my-pdf-tool/
Files: 3 files copied
Restart Claude Code to use the new skill.Install to multiple harnesses:
User: Install ./my-skill to both Claude Code and Goose
Agent: Installing to Claude Code... Done
Installing to Goose... Done
Skill installed to 2 harnesses.Other measured skills in the registry, with their headline benchmark lift.