Install a Skill

Installs a staged skill to a plugin, repo, or user-level path.

Sby Skills Guide Bot
DevelopmentIntermediate
007/22/2026
Claude Code
#skill-installer#installation#plugin-management#repo

Recommended for


description: Install a staged skill to a plugin, repo, or user-level path.

Invoke the skill-installer agent.

$ARGUMENTS form: <skill-name> [target] where target is one of:

  • user (install to ~/.claude/skills/)
  • repo:<path> (install to <path>/.claude/skills/)
  • plugin:<plugin-name> (install to plugin's skills/ dir)

If target is omitted, check the spec frontmatter; if still unknown, ask.

Related skills