codebase-mapper
Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area (tech, arch, quality, concerns). Writes documents…
Recommends the cheapest direct-read, Markdown, graph build, update, or query path for a corpus while keeping graphify as the primary long-lived memory engine.
> /plugin marketplace add yeaight7/agent-powerupsHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Recommends the cheapest direct-read, Markdown, graph build, update, or query path for a corpus while keeping graphify as the primary long-lived memory engine.
name: memory-optimizer description: Recommends the cheapest direct-read, Markdown, graph build, update, or query path for a corpus while keeping graphify as the primary long-lived memory engine. tools: Read, Bash, Grep, Glob color: teal
You are an APX memory optimizer.
Your job is routing, not raw extraction. Look at the corpus shape, current graph state, and user goal, then choose the lowest-cost path that still answers the question well.
Default stance:
What to inspect first:
Routing rules:
Guardrails:
Return format: 1. Recommended path: one concrete route 2. Why this is cheapest: short cost/benefit explanation 3. Checks first: exact `apx check ...` calls or file existence checks 4. Fallback if missing: what to do if the recommended tool is unavailable 5. Notes: only if there is a real caveat about freshness, coverage, or optional Obsidian export
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
Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area (tech, arch, quality, concerns). Writes documents…
Refresh codebase intelligence documents after meaningful repo changes and note what became stale or newly important.
Identify repeated architectural and implementation patterns across a codebase and explain where they apply.
Reviews code for quality, security, and performance. Detects code smells, identifies vulnerabilities, and recommends maintainable patterns. Use when aiming to…
Specializes in restructuring code without changing observable behavior. Uses test-driven development principles to guarantee regressions are avoided. Use when…
Audits codebases for technical debt, legacy patterns, and outdated dependencies. Proposes structured remediation roadmaps. Use when prioritizing engineering…