By mareurs
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
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mareurs/claude-plugins --plugin claude-statuslineSpecification-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.
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.
Real-time statusline HUD for Claude Code - displays context usage, tool activity, agent tracking, and todo progress
A minimal, opinionated and non-configurable, Claude Code status line
Status line with context window, cost, and model info
Unified status line for Claude Code with multi-CLI (Claude, Codex, Gemini, z.ai) usage monitoring, context, rate limits, and cost tracking
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.