alfredolopez80

60 mods across 1 repository, 146 stars between them.

autoresearch

49

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'.

146 4d ago A 61 tokens

browser-test

50

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…

146 4d ago A 83 tokens

bugs

51

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.

146 4d ago B 42 tokens

clarify

53

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.…

146 4d ago B 86 tokens

clean-slop

54

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.

146 4d ago B 43 tokens

code-reviewer

55

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.

146 4d ago A 43 tokens

codex-cli

56

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…

146 4d ago B 237 tokens

context-engineer

57

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…

146 4d ago A 97 tokens

create-task-batch

60

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'.

146 4d ago A 86 tokens