Back to authors
mgd34msu

mgd34msu

6 Skills published on GitHub.

goodvibes-memory

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.

UncategorizedView skill →

intel-mastery

Usage guide for the goodvibes intel server's 15 structure-aware tools (code_read, code_grep, code_glob, code_surface, code_safe_delete, api_routes, api_spec, api_validate, db_schema, component_tree, hook_dependencies, client_boundary, layout_analysis, scaffold, structural_edit). Load when working in a codebase and deciding between intel tools and native Read/Grep/Glob/Edit.

UncategorizedView skill →

project-onboarding

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.

UncategorizedView skill →

review-scoring

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.

UncategorizedView skill →

service-integration

How to reach authenticated APIs and project databases through the connect trust boundary. Register a service or connection, store credentials safely, then call api_request or db_query. Load when a task needs an authenticated HTTP call or a live database query (not a public URL; use native WebFetch for that).

UncategorizedView skill →

task-orchestration

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.

UncategorizedView skill →