The repository is a Python-based open-source marketplace for Claude Code plugins and skills, with a CLI and npm-backed ecosystem. It catalogs 471 plugins, 3,179 skills, and 347 agents, and provides install/search workflows via ccpi. Repository activity shows latest push on 2026-08-04 and multiple releases in mid-2026.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Claude Code Plugins Marketplace repository containing a catalog of plugins and skills for Claude Code, validated against open standards and executable via a CLI (ccpi) or Claude's built-in commands. The project promotes a canonical marketplace data model used by Claude Code CLI reads (marketplace.extended.json vs marketplace.json).
How it works
The catalog is generated to maintain 8-field marketplace frontmatter and validation against the AgentSkills.io specification, with scripts used for validation. Plugins can be installed via a CLI (ccpi) or Claude built-in commands. Example CLI flow:
pnpm add -g @intentsolutionsio/ccpi # Install the CLI
ccpi search devops # Find plugins by keyword
ccpi install devops-automation-pack
ccpi list --installed # See what's installed
ccpi update # Pull latest versions
Or Claude built-in commands:
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install devops-automation-pack@claude-code-plugins-plus
Getting started
- Install the CLI:
pnpm add -g @intentsolutionsio/ccpi. - Use
ccpi searchto locate plugins, thenccpi installto install a pack. - Explore via marketplace URL or local
plugins/directory (catalog). The README also shows how to switch to the new slug if upgrading.
Recent releases
The latest releases (latest 5) include:
- @intentsolutionsio/intent-labs-pack@0.1.0 (2026-07-23) with npm link and source path
plugins/productivity/intent-labs-pack. - @intentsolutionsio/klaviyo-pack@1.0.4 (2026-07-18) with npm link and source path
plugins/saas-packs/klaviyo-pack. - @intentsolutionsio/intercom-pack@1.0.3 (2026-07-18) with npm link and source path
plugins/saas-packs/intercom-pack. - @intentsolutionsio/groq-pack@1.0.2 (2026-07-18) with npm link and source path
plugins/saas-packs/groq-pack. - @intentsolutionsio/freshie-inventory-manager@1.1.0 (2026-07-18) with npm link and source path
plugins/database/freshie-invento.
These entries show npm package versions and the respective source locations within the repo.
Traction
- GitHub stars: 2596
- Forks: 377
- Open issues: 19
Behind the repo
- Organization/author: jeremylongshore
- Marketplace/CLI integration via
@intentsolutionsio/ccpiand Claude Code CLI
Caveats
- License: MIT
- Created: 2025-10-10
- Last push: 2026-08-04
- Language: Python
- 471 plugins, 3,179 skills, 347 agents, 30 community contributors






