equilateral-agents-refactored

Coordinate subagents to perform security reviews and code quality analysis.

Updated Nov 5, 2025
One-click install
npx skills add https://github.com/wollfoo/claude-setup --skill equilateral-agents-refactored
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: equilateral-agents-refactored
Source: https://github.com/wollfoo/claude-setup/tree/main/skills/equilateral-agents
Command: npx skills add https://github.com/wollfoo/claude-setup --skill equilateral-agents-refactored

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a self-contained multi-agent orchestration framework that uses Claude subagents from the agents/ directory to perform security reviews, code quality analysis, deployment validation, and infrastructure checks. It auto-activates with an orchestrator-worker pattern and extended thinking mode, reducing manual coordination.

Core Features & Use Cases

  • Orchestrated Claude subagents: Dispatches specialized agents for security, code quality, testing, andDevOps tasks.
  • Parallel execution & synthesis: Executes tasks in parallel and synthesizes results into a final report.
  • Auto-activation: Triggered by an orchestrator-worker pattern and extended thinking mode for complex tasks.
  • Use Case: Run a security review and code quality analysis on a new codebase with a single command, then get a consolidated risk assessment.

Quick Start

Use the equilateral-agents-refactored Skill to orchestrate subagents for a security review of a codebase. The orchestrator will decompose tasks, spawn subagents in parallel, and synthesize the final report.

Frequently Asked Questions about equilateral-agents-refactored

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multiple Claude agents to perform security reviews and code quality checks in parallel?

Multi-agent orchestration coordinates specialized Claude subagents to execute security reviews, code quality analysis, and infrastructure checks simultaneously, then synthesizes results into a consolidated report. This Skill uses an orchestrator-worker pattern with extended thinking to automate task decomposition and parallel execution.

Can I use Claude agents for automated security auditing and code review workflows?

Yes. This Skill deploys Claude subagents to perform security auditing, code review, testing, and DevOps validation in a single coordinated workflow. The orchestrator decomposes complex tasks, spawns specialized agents in parallel, and produces a unified risk assessment.

What's the difference between manual code review and agent-based orchestration for security checks?

Agent-based orchestration eliminates manual coordination by automatically dispatching specialized subagents for security, code quality, and deployment validation in parallel, then synthesizing results. Manual review requires sequential effort; orchestration handles decomposition and synthesis automatically.

How does extended thinking mode improve multi-agent security analysis?

Extended thinking enables Claude subagents to reason through complex security and code quality problems with deeper analysis before responding. Combined with parallel execution, it allows agents to handle nuanced infrastructure checks, architecture validation, and risk synthesis more thoroughly.

Can this orchestrator handle infrastructure checks and deployment validation alongside security reviews?

Yes. The orchestrator-worker pattern supports specialized subagents for security reviews, code quality analysis, testing, performance optimization, and infrastructure checks. Results from all agents are synthesized into an auditable workflow suitable for complex systems requiring parallel validation.

Do I need to set up individual agent components, or does this Skill auto-activate?

This Skill auto-activates with the orchestrator-worker pattern and extended thinking mode, eliminating manual agent setup. It reads from the agents/ directory and automatically spawns specialized subagents for security, code quality, and DevOps tasks without additional configuration.