equilateral-agents

Orchestrate 22 AI agents for security, code quality, deployment, and infrastructure checks.

60|11|Updated Sep 8, 2025
One-click install
npx skills add https://github.com/Equilateral-AI/equilateral-agents-open-core --skill equilateral-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: equilateral-agents
Source: https://github.com/Equilateral-AI/equilateral-agents-open-core/tree/main/.claude/skills/equilateral-agents
Command: npx skills add https://github.com/Equilateral-AI/equilateral-agents-open-core --skill equilateral-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

EquilateralAgents Open Core provides 22 production-ready AI agents with database-driven orchestration to execute security reviews, code quality analysis, deployment validation, infrastructure checks, and compliance questions. This skill auto-activates for security concerns, deployment tasks, code reviews, quality checks, and compliance inquiries, offering an auditable workflow and governance without manual overhead.

Core Features & Use Cases

  • Automated security reviews with vulnerability scanning and posture assessment
  • Comprehensive code quality analysis and standards enforcement
  • Deployment validation and rollback-readiness checks
  • IaC infrastructure validation with lightweight cost estimation
  • Background workflow execution with complete audit trails
  • Use Case: When working on a codebase, trigger automated security, quality, and deployment checks, collect results in a centralized audit log, and surface actionable recommendations.

Quick Start

  1. Activate Open Core workflows via Claude: /ea:security-review, /ea:code-quality, /ea:deploy-feature, /ea:infrastructure-check, or /ea:list to view all.
  2. Or in your project, initialize the orchestrator and run a workflow:
    • Start orchestrator
    • Execute workflow: orchestrator.start(); orchestrator.executeWorkflow('security-review', { projectPath: './my-project' })
  3. Review results stored in .equilateral/workflow-history.json for an auditable trail.

Frequently Asked Questions about equilateral-agents

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

FAQPage Schema
How do I automate security reviews and vulnerability scanning in my codebase?

Security reviews identify vulnerabilities and assess posture automatically. Equilateral agents orchestrate scanning workflows that execute across your project, log findings to a database-driven audit trail, and surface actionable recommendations without manual intervention.

Can I validate deployments and check rollback readiness automatically?

Deployment validation checks ensure your release is ready and can roll back if needed. The orchestrator executes pre-deployment agents, verifies infrastructure state, and records all validation results in an auditable workflow history for compliance.

What's the best way to enforce code quality standards across a project?

Code quality analysis applies standards enforcement and best-practice checks automatically. Orchestrated agents analyze your codebase, compare against defined standards, and generate a centralized audit log with specific, actionable improvements.

How do I validate infrastructure-as-code and estimate infrastructure costs?

IaC infrastructure validation checks your configuration files for correctness and provides lightweight cost estimation. Agents execute validation workflows, flag issues, and log results in the audit trail for compliance and governance tracking.

Does this support long-running workflows and background task execution?

Background workflow execution handles long-running tasks without blocking. The orchestrator manages sequential agent activation, persists state to the database, and maintains complete audit trails so you can retrieve results asynchronously.

What compliance assessments and auditable reporting does this provide?

Compliance assessments execute agents that verify regulatory requirements and security posture. Database-driven audit trails record every step, decision, and evidence, creating governance-ready reports that demonstrate compliance without manual documentation.