A collection of plugins for Claude Code including skills, MCP servers, hooks, and slash commands.
| Plugin | Type | Description |
|---|---|---|
| kit-cli | skill | Run focused kit CLI commands for fast codebase exploration |
| piglet | skill | Manage PostHog feature flags, cohorts, dashboards, and insights |
/plugin CommandAdd this marketplace to Claude Code:
/plugin marketplace add cased/claude-code-plugins
Install a plugin:
/plugin install kit-cli
Alternatively, clone and copy files directly:
git clone https://github.com/cased/claude-code-plugins.git
cp -r claude-code-plugins/plugins/kit-cli/skills/kit-cli ~/.claude/skills/
Each plugin follows the Claude Code plugin specification:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/ # Skills (optional)
│ └── skill-name/
│ ├── SKILL.md
│ └── reference.md
├── commands/ # Slash commands (optional)
├── hooks/ # Hooks (optional)
├── .mcp.json # MCP server config (optional)
└── README.md # Plugin documentation
See CONTRIBUTING.md for guidelines on submitting plugins.
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimManage PostHog feature flags, cohorts, dashboards, and insights from the command line
Run focused kit CLI commands for fast codebase exploration, symbol extraction, and dependency analysis
npx claudepluginhub cased/claude-code-plugins --plugin sentryUse when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`. Originally from OpenAI's curated skills catalog.
Skills for using the Sentry CLI to interact with Sentry from the command line
Sentry Plugin for Claude Code to help with debugging including MCP, commands, and skill capabilities.
Talk to your Faultline error tracker from Claude Code — query error groups, occurrences, captured locals, and APM traces while debugging.
Sentry error tracking and performance monitoring via MCP
Bugsnag API integration: view and manage errors, organizations, projects