rightskills

Manage agent skills via the skills.sh registry with the npx skills CLI.

34|4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/onsails/right-agent --skill rightskills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rightskills
Source: https://github.com/onsails/right-agent/tree/main/skills/rightskills
Command: npx skills add https://github.com/onsails/right-agent --skill rightskills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating and maintaining the set of skills available to this Right Agent is error-prone without a centralized manager.

Core Features & Use Cases

  • Discover and install skills from skills.sh, track installed skills, and remove outdated ones.
  • Validate compatibility and maintain a persistent installed.json registry for traceability.
  • Use in workflows to keep the agent's skillset aligned with evolving capabilities.

Quick Start

Install, search, update, or remove skills for this agent using the skills.sh registry with the npx skills CLI.

Frequently Asked Questions about rightskills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and manage agent skills from a registry?

You can install and manage agent skills by interfacing with the skills.sh registry using the npx skills CLI to search, install, remove, and list skills for your agent.

What is the best way to keep installed agent skills up to date?

The best way to keep installed agent skills up to date is by using a centralized manager to discover new skills, remove outdated ones, and update the installed.json registry for traceability.

How does the skills.sh registry validate compatibility before installing a skill?

The skills.sh registry validates compatibility by enforcing pre-install domain checks and policy gates before updating the installed.json registry, ensuring safe and auditable skill management.

Can I track which skills are installed on my agent for auditing purposes?

Yes, you can track installed skills for auditing through a persistent installed.json registry that records the current skillset and validates compatibility for your Right Agent.

How do I remove unused capabilities from my agent's skillset?

You can remove unused capabilities and prune outdated skills by running the remove command through the skills.sh CLI, which updates the installed.json registry to reflect the changes.