SDLC Plugins for Claude Code
npx claudepluginhub dvideby0/claude-pluginsComprehensive, language-aware repository audit with composable sub-commands. Run /audit for full analysis or /audit-quick, /audit-security, /audit-deps, /audit-arch, /audit-patterns, /audit-coverage for targeted scans.
A collection of Claude Code plugins distributed as a plugin marketplace.
| Plugin | Command | Description |
|---|---|---|
| repo-audit | /audit | Full repository audit — auto-detects languages, runs your existing linters and tools, spawns per-module sub-agents, and generates reports in sdlc-audit/. Supports 15 languages, incremental mode, variant analysis, and programmatic dependency/risk scoring. Non-destructive — never modifies your code. |
In Claude Code, run:
/plugin marketplace add dvideby0/claude-plugins
/plugin install repo-audit
Or browse all available plugins:
/plugin
Then navigate to Discover to see everything in this marketplace.
After installing a plugin, its commands are available immediately:
/audit # Run repo-audit
/repo-audit:audit # Namespaced version (if there's a name conflict)
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json ← Indexes all plugins for discovery
├── plugins/
│ ├── repo-audit/ ← Each plugin is self-contained
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── commands/
│ │ │ └── audit.md
│ │ ├── lang/
│ │ │ ├── typescript.md
│ │ │ ├── python.md
│ │ │ ├── go.md
│ │ │ └── ... (15 language guides)
│ │ ├── README.md
│ │ └── LICENSE
│ ├── example-plugin/ ← Your next plugin goes here
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── commands/
│ │ │ └── hello.md
│ │ └── ...
│ └── another-plugin/ ← And the next one here
│ └── ...
└── README.md
plugins/:mkdir -p plugins/my-new-plugin/{.claude-plugin,commands}
// plugins/my-new-plugin/.claude-plugin/plugin.json
{
"name": "my-new-plugin",
"version": "1.0.0",
"description": "What this plugin does"
}
.claude-plugin/):plugins/my-new-plugin/
├── .claude-plugin/
│ └── plugin.json ← Only manifest goes here
├── commands/ ← Slash commands at root level
├── agents/ ← Sub-agents at root level
├── skills/ ← Skills at root level
├── hooks/ ← Hooks at root level
└── README.md
.claude-plugin/marketplace.json:{
"name": "my-new-plugin",
"description": "What this plugin does",
"path": "plugins/my-new-plugin"
}
/plugin uninstall repo-audit
This removes the plugin and its commands from your Claude Code environment. Your project files (e.g., sdlc-audit/ output) are not affected.
/plugin marketplace remove dvideby0/claude-plugins
This removes the marketplace and all plugins installed from it. You can re-add it at any time with the install command above.
Each plugin can include any combination of:
| Component | Location | Purpose |
|---|---|---|
| Commands | commands/ | Slash commands (.md files) |
| Agents | agents/ | Specialized sub-agents (.md files) |
| Skills | skills/ | Auto-discovered capabilities (SKILL.md) |
| Hooks | hooks/ | Event handlers (hooks.json) |
| MCP | .mcp.json | External tool connections |
| Scripts | scripts/ | Helper scripts for hooks/commands |
MIT
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage