Self-hosted, zero-dependency dashboard server that tracks which coding-agent sessions are waiting on you, for any agent that reports to it
A marketplace of Claude Code plugins for software development teams.
| Plugin | Description |
|---|---|
| guardrails-git | Git/GitHub safety: branch protection, boilerplate blocking, timeout enforcement |
| guardrails-bash | Shell safety: blocks rm -rf, /tmp, cat/echo file writes, cd outside repo |
| guardrails-docker | Enforces timeout on docker build |
| guardrails-xcode | Enforces timeout on xcodebuild |
| notifications | macOS notifications when Claude completes tasks or needs attention |
| audit-trail | Logs every tool call to ~/.claude/logs/ for debugging and auditing |
| dev-workflow | Role-based development subagents with pluggable PM and notes adapters |
/plugin marketplace add MechanicalTyler/claude-quest
/plugin install <plugin-name>@claude-quest
Matches all tools
Hooks run on every tool call, not just specific ones
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mechanicaltyler/claude-quest --plugin attention-hubBash and shell safety guards for Claude: blocks rm -rf, /tmp usage, and unsafe gradle commands
Skills and utilities for maintaining and integrating with the claude-quest plugin marketplace
Logs every Claude Code tool call (input and output) to JSON files in ~/.claude/logs/ for auditability and debugging
Docker safety guards for Claude: enforces timeout on docker build commands
Passively watches every session for moments the agent didn't meet expectations, logs them, nudges /reflect at session end, and synthesizes root-cause-attributed improvement reports
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.