alfredolopez80alfredolopez80Community·33 Agent Skills Included

multi-agent-ralph-loop

Multi-agent coding orchestration with memory, quality gates, and security

Orchestrates autonomous coding workflows by splitting tasks across specialized coder, reviewer, tester, and security teammates. Enforces blocking quality gates for correctness, types, security scans, and tests before any task is marked complete. Removes manual coordination overhead with batch task execution, iterative fix loops, and a persistent memory system that reuses lessons from past sessions.
npx skills add alfredolopez80/multi-agent-ralph-loop --all -g -y
Available:

Tells the agent how to route tasks to the specialized teammates, enforce quality gates and security hooks, and use the layered memory system when executing the skills in this repository.

All Skills in This Repository (33)

Pure Emerald Level Indicators
📦 In Repo
alfredolopez80alfredolopez80

skill

Create, validate, and orchestrate YAML-based skills in Ralph's ecosystem.

Community
Advanced
📦 In Repo
alfredolopez80alfredolopez80

kaizen

Plan, execute, and review structured continuous improvement cycles for teams.

Community
Intermediate
📦 In Repo
alfredolopez80alfredolopez80

context7-usage

Resolve library IDs and query Context7 documentation with fallback to MiniMax or WebSearch.

Community
Intermediate
📦 In Repo
alfredolopez80alfredolopez80

gates

Run linting, formatting, type checking, and tests across multiple programming languages.

Community
Advanced
📦 In Repo
alfredolopez80alfredolopez80

codex-cli

Orchestrate OpenAI Codex CLI tasks for multi-agent software development.

Community
Advanced
📦 In Repo
alfredolopez80alfredolopez80

sec-context-depth

Identify security vulnerabilities in AI-generated code using 27 sec-context anti-patterns.

Community
Advanced
📦 In Repo
alfredolopez80alfredolopez80

parallel

Coordinate parallel Ralph loops with isolated state and aggregate results.

Community
Advanced
📦 In Repo
alfredolopez80alfredolopez80

compact

Save conversation ledgers and handoffs manually before starting fresh sessions.

Community
Intermediate
📦 In Repo
alfredolopez80alfredolopez80

stop-slop

Remove AI tells and writing slop from prose while preserving meaning and voice.

Community
Intermediate
📦 In Repo
alfredolopez80alfredolopez80

testing-anti-patterns

Identify and document testing anti-patterns in Claude-style skills.

Community
Intermediate
📦 In Repo
alfredolopez80alfredolopez80

security

Identify security vulnerabilities and generate JSON findings with CWE and OWASP references.

Community
Advanced
📦 In Repo
alfredolopez80alfredolopez80

clarify

Plan and execute structured requirement clarification using the AskUserQuestion workflow.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Multi-Agent Ralph Loop?â–¼

Run `npx skills add alfredolopez80/multi-agent-ralph-loop --all -g -y` in your terminal to install all skills globally.

What does Multi-Agent Ralph Loop do?â–¼

It turns a single coding session into a coordinated team of specialized agents that plan, implement, review, test, and security-audit your code. Every task must pass blocking quality gates before it is marked done.

How do I run a task with multiple agents?â–¼

Invoke the /orchestrator skill with your task description, and it will clarify requirements, plan the work, spawn coder, reviewer, and tester teammates, and validate the result automatically.

Can it run a whole backlog of tasks autonomously?â–¼

Yes. The /task-batch skill reads a PRD or task list and executes every task with fresh context, auto-commits, and completion criteria until all tasks are verified done.

Does it work without deep coding knowledge?â–¼

You still need a development project to work on, but you describe goals in plain English and the agents handle implementation, testing, and security checks for you.

Related Repositories in Software Engineering

View All in Software Engineering→