@skill-pack/claude-plugin
v0.2.0
Published
Claude Code plugin for skill-pack: contributes the /skillpack slash command + meta-skills.
Readme
@skill-pack/claude-plugin
Claude Code plugin for skill-pack.
What it contributes
- The
/skillpackslash command (commands/skillpack.md), which shells out tonpx -y skill-pack@latest scaffold .... - The meta-skills (
skill-creator,skill-migrator(v0.2),boilerplate-creator(v0.3)) and the vendored Anthropic skill-creator, declared via the repo-root.claude-plugin/marketplace.json.
Install
/plugin marketplace add github.com/JoniBR/skillpack
/plugin install skill-packCLI dependency
The slash command shells out to the skill-pack CLI on PATH, falling back
to npx -y skill-pack@latest. Install standalone with:
npm i -g @skill-pack/cli # or pnpm / yarn / bun add -gLicense
MIT (vendored Anthropic skill-creator remains Apache-2.0; see root LICENSE).
