alfredolopez80/multi-agent-ralph-loop
Skill Claude CodeCodex
Autonomous experiment loop: modifies code, runs experiments, evaluates metrics, keeps improvements. Inspired by karpathy/autoresearch + pi-autoresearch + autoexp. Triggers: /autoresearch, 'auto research', 'optimize continuously', 'experiment loop', 'autonomous optimization'.
alfredolopez80/multi-agent-ralph-loop
Skill Claude CodeCodex
Browser testing using Chrome DevTools MCP and Playwright for visual verification. Start dev server, navigate, screenshot, Lighthouse audit, console errors, network check. Use when: (1) verifying frontend changes, (2) accessibility auditing, (3) performance testing, (4) visual regression. Triggers: /browser-test, 'test…
alfredolopez80/multi-agent-ralph-loop
Skill Claude CodeCodex
Evidence-first bug hunting driven by Claude subagents. Use when: (1) /bugs is invoked, (2) task relates to finding bugs in code, a diff, or a failing behavior.
alfredolopez80/multi-agent-ralph-loop
Skill Claude CodeCodex
Session checkpoint management: save, restore, list, clear state snapshots.
alfredolopez80/multi-agent-ralph-loop
Skill Claude CodeCodex
Intensive requirement clarification using structured AskUserQuestion workflow. Gathers MUSTHAVE (blocking) and NICETOHAVE (optional) information before implementation. Use when: (1) starting new feature implementation, (2) requirements are ambiguous, (3) multiple approaches possible, (4) before writing any code.…
alfredolopez80/multi-agent-ralph-loop
Skill Claude CodeCodex
Remove AI-generated code slop from a branch. Use when cleaning up AI-generated code, removing unnecessary comments, defensive checks, or type casts. Checks diff against main and fixes style inconsistencies.
alfredolopez80/multi-agent-ralph-loop
Skill Claude CodeCodex
Automated code review using official Claude Code plugin with parallel agents. Integrates ralph-security for OWASP validation and ralph-frontend for accessibility checks. Uses LSP for efficient code navigation.
alfredolopez80/multi-agent-ralph-loop
Skill Claude CodeCodex
OpenAI Codex CLI orchestration for AI-assisted development using gpt-5.3-codex model family. Model variants: gpt-5.3-codex (medium), gpt-5.3-codex-high, gpt-5.3-codex-xhigh. Capabilities: code generation, refactoring, automated editing, parallel task execution, session management, code review, architecture analysis…
alfredolopez80/multi-agent-ralph-loop
Skill Claude CodeCodex
Determines WHAT context an agent needs and packages it optimally. Actions: analyze (identify needed context), load (assemble from sources), prune (trim to token budget), inject (write to .claude/context-payload.md). Use when: (1) before spawning teammates, (2) context window is limited, (3) multi-source context…
alfredolopez80/multi-agent-ralph-loop
Skill Claude CodeCodex
Patterns for using Context7 MCP for library documentation (v2.25).
alfredolopez80/multi-agent-ralph-loop
Skill Claude CodeCodex
Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
alfredolopez80/multi-agent-ralph-loop
Skill Claude CodeCodex
Interactive wizard to create PRD or task lists for /task-batch. Uses /clarify and /ask-questions-if-underspecified for precise task definition. Use when: (1) preparing batch execution, (2) creating PRDs, (3) defining task lists with dependencies. Triggers: /create-task-batch, 'create tasks', 'new batch', 'prepare PRD'.