parallel-agents_skill

This skill coordinates multiple specialized agents to perform comprehensive, multi-domain analysis and implementation tasks within Antigravity.
  • TypeScript

5.7k

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill vudovn/antigravity-kit --skill parallel-agents

  • SKILL.md5.2 KB

Overview

This skill coordinates multiple specialized agents to run in parallel or sequence for multi-domain tasks. It keeps orchestration native to the system so agents share context in a single session. Use it to combine discovery, domain analysis, testing, and synthesis into one cohesive workflow.

How this skill works

You invoke built-in or custom agents by trigger phrases or explicit agent IDs, then define an orchestration pattern (parallel, sequential, or context-passing). The explorer agent can map the codebase, domain agents perform focused analyses, and a final synthesis step consolidates findings into prioritized recommendations and action items. Sessions can be resumed and context passed from one agent to the next to maintain continuity.

When to use it

  • When a task needs expertise from multiple domains (security, backend, frontend, testing).
  • For comprehensive reviews: architecture, security, performance, and test coverage.
  • When implementing features that touch several layers (API, UI, database).
  • When you need a unified, prioritized remediation plan from multiple perspectives.
  • For coordinated penetration testing followed by remediation planning.

Best practices

  • Start with an explorer or discovery agent to map scope before invoking specialists.
  • Follow a logical order: discovery → analysis → implementation → testing → synthesis.
  • Pass relevant findings as context to downstream agents to avoid duplication and drift.
  • Use a single synthesis step to produce a unified report with prioritized action items.
  • Include a test-engineer whenever code changes are proposed to verify fixes and add coverage.

Example use cases

  • Comprehensive codebase audit: explorer-agent → security-auditor → performance-optimizer → synthesis.
  • Feature rollout review: identify affected domains, run backend-specialist and frontend-specialist in parallel, then have test-engineer validate.
  • Security program: security-auditor → penetration-tester → synthesis with prioritized fixes and remediation steps.
  • Database migration: explorer-agent maps schema, database-architect plans migrations, devops-engineer prepares CI/CD deployment, synthesis documents steps.
  • Bug triage: debugger analyzes failing areas while backend and frontend specialists propose fixes; test-engineer confirms resolution.

FAQ

Agents can be orchestrated to run independently and share context within the same session; actual concurrency depends on the platform, but results are combined in synthesis.

How do I get a single consolidated report?

Use the synthesis protocol: collect agent outputs, consolidate findings into categories (critical/important/nice-to-have), and list action items with ownership and priority.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
parallel-agents skill by vudovn/antigravity-kit | VeilStrat