Claude Code plugins by Marius - SDD and more
npx claudepluginhub mareurs/claude-pluginsSpecification-Driven Development: governance, workflow commands, and enforcement hooks for Claude Code projects
Companion plugin for codescout MCP server. Injects system-prompt.md into all agents, warns on Read/Grep/Glob misuse, auto-reindexes stale projects, and surfaces drift warnings.
Rich, color-coded terminal status line showing model, context %, rate limits, git info, cost, and more.
An opinionated collection of Claude Code plugins, primarily developed for internal team use. Public so colleagues and collaborators can install directly.
These plugins reflect specific workflows and tool choices -- they may not suit every setup. Feel free to fork and adapt.
/plugin marketplace add mareurs/sdd-misc-plugins
/plugin install sdd@sdd-misc-plugins
/plugin install codescout-companion@sdd-misc-plugins
| Plugin | Version | Description |
|---|---|---|
| sdd | 2.4.0 | Specification-Driven Development: governance, workflow commands, and enforcement hooks |
| codescout-companion | 1.8.8 | Companion plugin for codescout MCP server: injects tool guidance, redirects Read/Grep/Glob/Edit/Write to symbol-aware tools, GitHub context injection, auto-reindex + drift warnings, worktree shared-asset symlinking |
| claude-statusline | 1.0.1 | Rich, color-coded terminal status line: model, context %, rate limits, git info, cost, duration |
| Plugin | Additional Requirements |
|---|---|
| sdd | None (core workflow). Serena MCP for /drift and /document. |
| codescout-companion | codescout MCP server configured in .mcp.json or globally. |
A methodology where code follows specifications. Every feature starts with a clear definition of what before diving into how.
Commands: /specify, /plan, /review, /drift, /document, /bootstrap-docs, /sdd-init
Skills: sdd-flow (full lifecycle orchestration)
Hooks: spec-guard, review-guard, subagent-inject, session-start
See sdd/README.md for full documentation.
Companion plugin for codescout MCP server. Routes Claude to use codescout's symbol-aware tools instead of Read/Grep/Glob. Auto-detects codescout from .mcp.json, ~/.claude/.claude.json, ~/.claude/settings.json, or ~/.claude.json.
Hooks:
See codescout-companion/README.md for details and configuration.
Add to your project's .claude/settings.json so all team members get the plugins automatically:
{
"extraKnownMarketplaces": {
"sdd-misc-plugins": {
"source": {
"source": "github",
"repo": "mareurs/sdd-misc-plugins"
}
}
},
"enabledPlugins": {
"sdd@sdd-misc-plugins": true,
"codescout-companion@sdd-misc-plugins": true
}
}
When team members trust the repository folder, Claude Code automatically installs the marketplace and plugins.
MIT
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
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations