Skip to content

Releases: Kamalnrf/claude-plugins

[email protected]

02 Jan 11:19

Choose a tag to compare

What's Changed

  • Fix normalizeGithubPath to handle root-level skills (#45)
  • Fix issue with default branch master (#29)

First release of skills-installer CLI tool.

24 Dec 13:32

Choose a tag to compare

Features

  • Install agent skills globally or locally
  • Update existing skills seamlessly
  • List all installed skills
  • Support for claude-code, open code, codex, and many more clients

Install:

  npm install -g skills-installer

Usage:

  skills-installer install @anthropics/skills/frontend-design
  skills-installer list

Browse skills: https://claude-plugins.dev/skills

v0.2.0

30 Oct 09:36
24b5999

Choose a tag to compare

Release Notes - v0.2.0

Features

  • Skills install command - Install skills directly from the Claude Plugins Registry using a single command
    • Currently indexing 900+ skills from GitHub

Example

npx claude-plugins skills install @anthropics/claude-cookbooks/analyzing-financial-statements
npx claude-plugins skills install @anthropics/claude-cookbooks/analyzing-financial-statements –local

What's Changed

  • Implement claude-plugins skills install in #12

Full Changelog: v0.1.5...v0.2.0

v0.1.5

20 Oct 15:17

Choose a tag to compare

Release Notes - v0.1.5

Features

  • Plugin Installation - Install any Claude Code plugin from claude-plugins registry
    • Currently indexing 1300+ plugins from GitHub
  • Plugin Management
    • list - View all installed plugins grouped by marketplace
    • enable - Enable previously disabled plugins
    • disable - Temporarily disable plugins without uninstalling

Learn More