By mareurs
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.
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
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mareurs/claude-plugins --plugin codescout-companionSpecification-Driven Development: governance, workflow commands, and enforcement hooks for Claude Code projects
Rich, color-coded terminal status line showing model, context %, rate limits, git info, cost, and more.
Companion plugin for code-explorer MCP server. Injects system-prompt.md into all agents, warns on Read/Grep/Glob misuse, auto-reindexes stale projects, and surfaces drift warnings.
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Commands for syncing CLAUDE.md, permissions allowlist, and refreshing context. Hooks for marketplace-to-plugin sync.
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
Collection of Claude Code skills, MCP servers, and hooks for enhanced productivity
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.