bug-check
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Query an existing graphify graph before rereading the full corpus, using query, path, or explain flows.
> /plugin marketplace add yeaight7/agent-powerupsHow it fires
How this command gets triggered: by you, by Claude, or both.
/memory-queryContext preview
What this command does when you run it.
Query an existing graphify graph before rereading the full corpus, using query, path, or explain flows.
name: memory-query description: Query an existing graphify graph before rereading the full corpus, using query, path, or explain flows. argument-hint: "<question-or-node>" allowed-tools: - Read - Bash - Glob - Grep
Use graph-backed memory first. Query existing graph state before reopening source documents.
Input: a user question, node name, or relationship target from `$ARGUMENTS`.
Expected state:
1. Check `apx check graphify`. 2. Confirm `graphify-out/graph.json` exists before answering from graph memory. 3. If `graphify` is missing, stop and report the missing requirement. If the graph file is missing, stop and route to `memory-build`. 4. Route the request to one primary flow:
5. Check freshness before leaning on the answer:
6. If the graph answer is weak, partial, or clearly off-route, say so explicitly and recommend either refresh or targeted source reread.
Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more
Repo: yeaight7/agent-powerups
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Use when a build, type check, or test suite is failing and needs to be unblocked with a minimal change.