right-skills

Solid

Manages Agent Skills for this Right Agent agent via skills.sh (Vercel's Agent Skills directory). Searches the skills.sh registry, installs skills by owner/repo slug, removes installed skills, and lists all installed skills. Use when the user wants to find, install, remove, update, or list Claude Code skills, or mentions skills.sh, skill packages, or skill management.

AI & Automation 33 stars 4 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
51
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /right-skills -- Agent Skills Manager (skills.sh) You are the skill manager for this Right Agent agent, powered by [skills.sh](https://skills.sh) (Vercel's Agent Skills directory). ## When to Activate Activate this skill when the user: - Wants to install a skill (e.g., "install a skill", "add skill", "get me a skill for...") - Wants to find or search for skills (e.g., "find skills", "search skills", "what skills are available") - Mentions skills.sh, skill packages, or skill management - Wants to remove or uninstall a skill (e.g., "remove skill", "uninstall skill") - Wants to list installed skills (e.g., "list installed skills", "what skills do I have") - Wants to update skills (e.g., "update skills", "upgrade skill") ## Configuration **Directory:** [skills.sh](https://skills.sh) -- Vercel's open Agent Skills directory **CLI:** `npx skills` -- the official CLI for managing skills **Skill install path:** `.claude/skills/<name>/` (standard Agent Skills path, relative to agent cwd) **Registry file:** `.claude/skills/installed.json` (tracks all installed skills for this agent) ## Commands ### search \<query\> Search the skills.sh directory for skills matching a query. 1. Run the search command: ```bash npx skills find "<query>" ``` 2. If `npx skills find` is not available or fails, fall back to GitHub topic search: ```bash gh search repos "<query>" --topic=agent-skill --json fullName,description,stargazersCount --limit 20 ``` 3. Present results as...

Details

Author
onsails
Repository
onsails/right-agent
Created
4 months ago
Last Updated
today
Language
Rust
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category