Debug specialist for complex issues. Uses Opus for reasoning.
npx ai-builder add agent alfredolopez80/debuggerBug hunting with Codex CLI Use when: (1) /bugs is invoked, (2) task relates to bugs functionality.
npx ai-builder add skill alfredolopez80/bugsEval-Driven Development (EDD) Framework v2.64 - Define-before-implement pattern with structured evals. Provides workflow: Define specifications → Implement features → Verify against evals. Components: TEMPLATE.md for eval definitions, edd.sh CLI script, /edd skill invocation. Check types: CC- (Capability), BC- (Behavior), NFC- (Non-Functional). Integrates with orchestrator workflow for quality-first development. Keywords: evals, define, implement, verify, capability checks, behavior checks, non-functional checks, template, quality assurance, test-driven, specification. Use when: defining new features with structured evals, implementing with verification requirements, creating quality specifications, TDD-style workflow with evals.
npx ai-builder add skill alfredolopez80/eddExecute task with Ralph Loop pattern: Execute -> Validate -> Iterate until VERIFIED_DONE. Enforces iteration limits per model (Claude: 25, MiniMax: 50, MiniMax-lightning: 100). Use when: (1) iterative fixes needed, (2) running until quality passes, (3) automated task completion. Triggers: /loop, 'loop until done', 'iterate', 'keep trying', 'fix until passing'.
npx ai-builder add skill alfredolopez80/loopWhen the user wants to create or update a README.md file for a project. Also use when the user says "write readme," "create readme," "document this project," "project documentation," or asks for help with README.md. This skill creates absurdly thorough documentation covering local setup, architecture, and deployment.
npx ai-builder add skill alfredolopez80/readmeGenerate usage report for MiniMax and token optimization Use when: (1) /audit is invoked, (2) task relates to audit functionality.
npx ai-builder add skill alfredolopez80/auditA skill for removing AI-generated writing patterns ('slop') from prose. Eliminates telltale signs of AI writing like filler phrases, excessive hedging, overly formal language, and mechanical sentence structures. Use when: writing content that should sound human and natural, editing AI-generated drafts, cleaning up prose for publication, or any content that needs to sound authentic rather than AI-generated. Triggers: 'stop-slop', 'remove AI tells', 'clean up prose', 'make it sound human', 'edit AI writing'.
npx ai-builder add skill alfredolopez80/stop-slopManually trigger context save when auto-compact fails in VSCode/Cursor extensions. Use when context is high and you need to preserve state before starting fresh.
npx ai-builder add skill alfredolopez80/compactManage git worktrees with PR workflow and multi-agent review (Claude + Codex). Use when developing features in isolation with easy rollback.
npx ai-builder add skill alfredolopez80/worktree-prMulti-level iterative security audit until zero vulnerabilities
npx ai-builder add command alfredolopez80/security-loop