Manage AI Agent Skills with Ease
A powerful CLI tool to discover, install, and manage skills for Claude Code, Codex CLI, and more AI coding assistants.
skilluse.dev
~$welcome
____ _ _ _ _ _ _ / ___|| | _(_) | | | | |___ ___ \___ \| |/ / | | | | | / __|/ _ \ ___) | <| | | | |_| \__ \ __/ |____/|_|\_\_|_|_|\___/|___/\___|
~$help
login- authenticate with GitHub
repo add- add a skill repository
install- install a skill
list- list installed skills
~$skilluse install code-review
✔ Installed code-review to .claude/skills/
~$
▌Why SkillUse?
Everything you need to manage AI agent skills.
GitHub Auth
Secure OAuth Device Flow authentication for private repositories.
Repo Management
Add public and private repos as skill sources.
Quick Install
One command to install skills locally or globally.
Easy Updates
Keep your skills up to date with simple commands.
How It Works
Get started in three simple steps.
1
Authenticate
Connect your GitHub account.
$ skilluse login2
Add Repos
Register skill repositories.
$ skilluse repo add owner/repo3
Install Skills
Install with one command.
$ skilluse install skill-name