skills-cli

Installation
SKILL.md

Skills CLI

Use bunx skills commands to manage skills.

Workflow

  1. Inspect current state with bunx skills list for project scope and bunx skills list -g for global scope.
  2. Use bunx skills find <query> or bunx skills add <source> --list to discover options.
  3. Install with explicit scope and agent targeting:
    • For this repository's published skills, use https://github.com/sjunepark/custom-skills/tree/main/skills rather than the repo root or current working tree so installs can update across machines without exposing repo-local .agents/ and .claude/ skills.
    • For this repo's normal machine-global setup, use --copy -g -a claude-code -a pi so the skills live directly in ~/.claude/skills and ~/.pi/agent/skills and skills list -g reports Agents: Claude Code, Pi.
    • Shared ~/.agents/skills installs are for intentional universal multi-harness sharing; they can make skills list -g report many agents for one skill.
    • Project setup: omit -g.
  4. Verify install with the matching scope command and test a prompt that should trigger the skill.
  5. For generic updates, run bunx skills check then bunx skills update. For this repo's published skills, prefer reinstall-from-remote when converting from shared ~/.agents/skills installs to Claude Code + Pi only.
  6. For cleanup, use bunx skills remove ... with matching scope/agent flags.

Key commands

Installs
56
GitHub Stars
1
First Seen
Mar 5, 2026
skills-cli — sjunepark/custom-skills