Plugin Claude Code
Plugin marketplace listing 1 plugin: goodvibes.
Plugin Claude Code
Plugin marketplace listing 1 plugin: goodvibes.
Plugin Claude Code
Structure-aware code intelligence, token/cost analytics with a self-contained HTML report, and registered HTTP/database access under an explicit trust boundary — 25 tools across three MCP servers (intel 15, analytics 7, connect 3).
MCP server Claude CodeCodexCursor +2
MCP server "intel" as configured in mgd34msu/goodvibes-plugin. Runs ${CLAUDE_PLUGIN_ROOT}/server/intel/index.cjs with node. Needs 2 environment variables to run.
MCP server Claude CodeCodexCursor +2
MCP server "analytics" as configured in mgd34msu/goodvibes-plugin. Runs ${CLAUDE_PLUGIN_ROOT}/server/analytics/index.cjs with node. Needs 2 environment variables to run.
MCP server Claude CodeCodexCursor +2
MCP server "connect" as configured in mgd34msu/goodvibes-plugin. Runs ${CLAUDE_PLUGIN_ROOT}/server/connect/index.cjs with node. Needs 2 environment variables to run.
Agent
Architecture, planning, and codebase-onboarding specialist. Use to design an approach, break a task into a plan other agents can execute, or map an unfamiliar codebase before work starts.
Agent
Full-stack engineer for backend and frontend implementation. APIs, databases, authentication, UI components, styling. Delegate concrete implementation work here once the approach is decided.
Agent
Refutation-based code reviewer. Actively tries to disprove that a change works, rather than confirming it looks fine. Use after implementation work to get an honest defect list before merging.
Agent
Testing specialist. Writes and runs tests that verify real behavior. Use after implementation work to establish honest, risk-based coverage rather than a coverage-percentage target.
Command
View session analytics, generate the HTML analytics report, manage budgets, export data, manage tags, and sync sessions.
Command
Entry point for the Write-Review-Fix-Confirm (WRFC) workflow template: reviews the current diff with grounded checks first and a refutation-based defect list, fixes confirmed high/critical findings, and re-reviews the fix before reporting.
Command
Manage the goodvibes plugin installation (intel / analytics / connect servers, hooks, and native dependencies).
Command
Manage the connect service registry. Register API services and database connections, store credentials, set read-only vs write access, manage the destination allowlist, and report trust status.
Command
Re-run the goodvibes native dependency install in the foreground. The manual repair path when the automatic background install did not finish.
Hook
Runs when a session starts, executing session-start.mjs and session-start-open-mode.mjs via node (2 commands). From mgd34msu/goodvibes-plugin.
Hook
Runs once when the project is set up for init tool calls, executing setup.mjs via node. From mgd34msu/goodvibes-plugin.
Hook
Runs when a subagent starts, executing subagent-start.mjs via node. From mgd34msu/goodvibes-plugin.
Hook
Runs when a tool call fails for Bash tool calls, executing post-tool-use-failure.mjs via node. From mgd34msu/goodvibes-plugin.
Hook
Runs before the agent uses a tool for Bash tool calls, executing commit-guard.mjs via node. From mgd34msu/goodvibes-plugin.
Hook
Runs when a session ends, executing session-end.mjs via node. From mgd34msu/goodvibes-plugin.
Hook
Runs when the agent finishes a response, executing stop.mjs via node. From mgd34msu/goodvibes-plugin.
Hook
Runs when a subagent finishes, executing subagent-stop.mjs via node. From mgd34msu/goodvibes-plugin.
Hook
Runs before the context is compacted, executing pre-compact.mjs via node. From mgd34msu/goodvibes-plugin.
Skill Claude CodeCodex
Documents the .goodvibes/memory/ cross-session memory files (decisions, patterns, failures, preferences): what's written automatically, what you should read and write, and the exact JSON shape of each file. Load at the start of a task to check prior context, and before finishing to record what you learned.