A collection of high-quality plugins for Claude Code that extend its capabilities with specialized tools and workflows.
Adversarial code analysis using cleave — identify bugs, security issues, and code quality problems in full codebases or branch changes.
Features:
/cleave:full— Full codebase analysis/cleave:branch— Branch change analysis- Configurable severity thresholds (baseline → potential → likely → hostile)
- Auto-aggregation of findings with prioritized fix recommendations
- Security-first prioritization with effort estimates
Installation:
claude plugins marketplace add https://github.com/phaedrus1992/claude-plugins
claude plugins install cleave-code-analysisQuick Start:
/cleave:full --threshold likely
/cleave:branch --base develop
See cleave-code-analysis/README.md for full documentation.
Each plugin includes:
.claude-plugin/plugin.json— Manifest with metadataskills/— Knowledge and guidance skillscommands/— Slash commands (e.g.,/cleave:full)agents/— Autonomous subagents (e.g., issue aggregator)scripts/— Helper scripts (binary checks, data processing)README.md— Full documentation
git clone https://github.com/phaedrus1992/claude-plugins.git
cd claude-plugins
claude --plugin-dir ./cleave-code-analysisThe marketplace is available at: https://github.com/phaedrus1992/claude-plugins
The marketplace.json file lists all available plugins with metadata for discovery and installation.
Schema:
{
"version": "1.0.0",
"plugins": [
{
"id": "plugin-id",
"name": "Plugin Name",
"version": "1.0.0",
"description": "...",
"category": "analysis|automation|integration|productivity",
"tags": ["tag1", "tag2"],
"path": "./plugin-directory",
"components": {
"skills": ["skill-name"],
"commands": ["command-name"],
"agents": ["agent-name"]
}
}
]
}To add a new plugin:
- Create a new directory:
./my-plugin/ - Follow the plugin structure
- Add entry to
marketplace.json - Update this README with plugin description
- Open a PR with your plugin
Plugins are licensed individually. See each plugin's LICENSE file for details.
- Cleave Code Analysis: Apache 2.0 (matches cleave)
For issues or questions:
- Check the plugin's README.md
- Review cleave documentation: https://codeberg.org/atomdrift/cleave
- Open an issue in this repository
Marketplace Version: 1.0.0
Last Updated: 2026-05-01