skills-cli
Installation
SKILL.md
Skills CLI
Use bunx skills commands to manage skills.
Workflow
- Inspect current state with
bunx skills listfor project scope andbunx skills list -gfor global scope. - Use
bunx skills find <query>orbunx skills add <source> --listto discover options. - Install with explicit scope and agent targeting:
- For this repository's published skills, use
https://github.com/sjunepark/custom-skills/tree/main/skillsrather 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 piso the skills live directly in~/.claude/skillsand~/.pi/agent/skillsandskills list -greportsAgents: Claude Code, Pi. - Shared
~/.agents/skillsinstalls are for intentional universal multi-harness sharing; they can makeskills list -greport many agents for one skill. - Project setup: omit
-g.
- For this repository's published skills, use
- Verify install with the matching scope command and test a prompt that should trigger the skill.
- For generic updates, run
bunx skills checkthenbunx skills update. For this repo's published skills, prefer reinstall-from-remote when converting from shared~/.agents/skillsinstalls to Claude Code + Pi only. - For cleanup, use
bunx skills remove ...with matching scope/agent flags.