Usage guide for the goodvibes intel server's 15 structure-aware tools (coderead, codegrep, codeglob, codesurface, codesafedelete, apiroutes, apispec, apivalidate, dbschema, componenttree, hookdependencies, clientboundary, layoutanalysis, scaffold, structuraledit). Load when working in a codebase and deciding between…
Step-by-step approach to mapping an unfamiliar codebase's architecture using the goodvibes intel server's analyzers before making changes to it. Load when starting work in a codebase you haven't worked in before.
The refutation-based review rubric used by the refutation-reviewer agent and the Write-Review-Fix-Confirm (WRFC) workflow template. A defect list with severity, not a single pass/fail score. Load when reviewing a change or deciding whether a review's findings clear the bar to merge.
How to reach authenticated APIs and project databases through the connect trust boundary. Register a service or connection, store credentials safely, then call apirequest or dbquery. Load when a task needs an authenticated HTTP call or a live database query (not a public URL; use native WebFetch for that).
Decomposing work into parallel subagent tasks using native Workflow/Task tooling and the Write-Review-Fix-Confirm (WRFC) template. No background daemon, no runtime engine. Load when planning how to split work across multiple agents.
MCP server "goodvibes-tools" as configured in mgd34msu/goodvibes-gemini. Runs ./tools/implementations/tool-search-server/dist/index.cjs with node. Needs 2 environment variables to run.
Use PROACTIVELY when user mentions: review, code review, audit, quality, assess, evaluate, critique, feedback, score, rate, check my code, how does this look, is this good, technical debt, code smell, best practices, clean code, code quality, maintainability, refactor review, PR review, pull request, merge request…
Meta-agent that creates specialized Claude Code subagents. Use when you need to build a new agent for a specific domain. Researches thoroughly, applies SDK patterns, and generates production-ready agent files. For skills, delegates to skill-creator.
Creates high-quality Agent Skills and Claude Code slash commands. Use PROACTIVELY when users want to create, update, or improve skills/slash commands that extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use PROACTIVELY when user mentions: plan, planning, breakdown, break down, complex task, multi-step, multiple steps, architecture plan, implementation plan, roadmap, task list, task breakdown, work breakdown, project plan, how should I approach, where do I start, what's the best approach, step by step, phases…
Runs before the agent uses a tool for mcp__plugin_goodvibes_goodvibes-tools__detect_stack, mcp__plugin_goodvibes_goodvibes-tools__get_schema, mcp__plugin_goodvibes_goodvibes-tools__run_smoke_test, mcp__plugin_goodvibes_goodvibes-tools__check_types, mcp__plugin_goodvibes_goodvibes-tools__validate_implementation and…
Runs when a tool call fails for mcp__plugin_goodvibes_goodvibes-tools__* tool calls, executing post-tool-use-failure.js via node. From mgd34msu/goodvibes-gemini.
Runs after a tool call finishes for mcp__plugin_goodvibes_goodvibes-tools__detect_stack, mcp__plugin_goodvibes_goodvibes-tools__recommend_skills, mcp__plugin_goodvibes_goodvibes-tools__search_*, mcp__plugin_goodvibes_goodvibes-tools__validate_implementation, mcp__plugin_goodvibes_goodvibes-tools__run_smoke_test…
Runs when the agent asks permission for an action for mcp__plugin_goodvibes_goodvibes-tools__* tool calls, executing permission-request.js via node. From mgd34msu/goodvibes-gemini.