By cased
Run focused kit CLI commands for fast codebase exploration, symbol extraction, and dependency analysis
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
Fetch Sentry error context and diagnose bugs with root cause analysis
npx claudepluginhub cased/claude-code-plugins --plugin kit-cliSemantic code search for Claude Code. Automatically indexes your project and provides intelligent search capabilities.
Smart codebase exploration with dependency mapping and structure analysis
Lightweight knowledge graph for AI-assisted development. Impact analysis, code search, dependency tracking, and context generation.
Code graph navigation and semantic search for LLM coding agents
AI-powered codebase understanding assistant. Learn design patterns, analyze impact, trace code flows, and understand any codebase through information theory principles. Includes 6 Agent Skills for automatic analysis triggering.
Codebase intelligence — semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode