Back to Discover

claude-code-plugins

connector

cased

A marketplace for Claude Code plugins including skills, MCP servers, hooks, and commands

View on GitHub
8 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add cased/claude-code-plugins

README

Claude Code Plugins

A collection of plugins for Claude Code including skills, MCP servers, hooks, and slash commands.

Available Plugins

PluginTypeDescription
kit-cliskillRun focused kit CLI commands for fast codebase exploration
pigletskillManage PostHog feature flags, cohorts, dashboards, and insights

Installation

Using the /plugin Command

  1. Add this marketplace to Claude Code:

    /plugin marketplace add cased/claude-code-plugins
    
  2. Install a plugin:

    /plugin install kit-cli
    

Manual Installation

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/

Plugin Structure

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

Contributing

See CONTRIBUTING.md for guidelines on submitting plugins.

License

MIT

Rendered live from cased/claude-code-plugins's GitHub README — not stored, always reflects the source repo.

3 Plugins

NameDescriptionCategorySource
kit-cliRun focused kit CLI commands for fast codebase exploration./plugins/kit-cli
pigletManage PostHog feature flags, cohorts, dashboards, and insights./plugins/piglet
sentryFetch Sentry error context and diagnose bugs with root cause analysis./plugins/sentry

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.