Domains
Forms
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When the user asks "how do I do X", "find a skill for X", or expresses interest in extending agent capabilities with specialized functionality.
npx skills find [query] to search the open skills ecosystem by keywordnpx skills add <pkg> -g -ynpx skills initUser discovers and installs relevant agent skills, extending capabilities; or gets fallback help and skill-creation guidance.
Use Cases
A developer asks the agent "how do I do PR reviews better?". The agent invokes find-skills, runs `npx skills find pr review`, and finds a relevant skill. It presents the skill with install command and link. The user installs it and gains a structured PR review workflow, improving code quality and review speed.
A user says "I wish I had help with changelogs". The agent uses find-skills to search `npx skills find changelog`, presents a matching skill from skills.sh, and offers to install it globally with `-g -y`. The user gets automated changelog generation, saving manual effort in releases.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File