Fähigkeiten parallel-agents
📦

parallel-agents

Sicher

Orchestrate Multiple Specialized Agents in Parallel

Auch verfĂĽgbar von: DMJGilbert

Complex tasks require diverse expertise that single agents cannot provide. This skill enables coordinated multi-agent workflows through Claude Code's native agent system for comprehensive analysis.

UnterstĂĽtzt: Claude Codex Code(CC)
🥉 74 Bronze
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

Einschalten und loslegen

Teste es

Verwendung von "parallel-agents". Run a comprehensive review of the user authentication system

Erwartetes Ergebnis:

  • Security-auditor identified missing rate limiting on login endpoint
  • Backend-specialist flagged inconsistent error handling across auth routes
  • Test-engineer found 40% coverage gap in password reset flow
  • Synthesis: Critical rate limiting fix needed, error handling standardization recommended, additional test coverage required

Verwendung von "parallel-agents". Analyze the React component library for accessibility issues

Erwartetes Ergebnis:

  • Frontend-specialist identified 12 components missing ARIA labels
  • Explorer-agent mapped 47 interactive components across 8 directories
  • Recommendations: Add ARIA labels to form inputs, implement keyboard navigation for dropdowns, add screen reader announcements for dynamic content

Sicherheitsaudit

Sicher
v1 • 2/24/2026

This skill is documentation-only content teaching users how to orchestrate Claude Code's built-in agents. Static analyzer flagged 32 false positives for markdown code block delimiters (```) misidentified as Ruby shell backticks, and 3 false positives for 'weak cryptography' in YAML descriptions and table cells. No executable code exists in this skill. All findings dismissed as false positives.

1
Gescannte Dateien
178
Analysierte Zeilen
0
befunde
1
Gesamtzahl Audits
Keine Sicherheitsprobleme gefunden
Auditiert von: claude

Qualitätsbewertung

38
Architektur
100
Wartbarkeit
87
Inhalt
50
Community
100
Sicherheit
91
Spezifikationskonformität

Was du bauen kannst

Comprehensive Code Review

Run security-auditor, backend-specialist, frontend-specialist, and test-engineer agents in sequence to review a pull request from multiple perspectives, then synthesize all findings into a single actionable report.

Feature Implementation

Orchestrate database-architect for schema design, backend-specialist for API implementation, frontend-specialist for UI components, and test-engineer for coverage verification in a coordinated workflow.

Security Audit Pipeline

Execute security-auditor for configuration review, penetration-tester for vulnerability assessment, and synthesize prioritized remediation steps for development teams.

Probiere diese Prompts

Beginner: Single Agent Task
Use the security-auditor agent to review the authentication module for common vulnerabilities and report findings.
Intermediate: Sequential Chain
First, use the explorer-agent to map the project structure. Then, have the backend-specialist review all API endpoints. Finally, ask the test-engineer to identify test coverage gaps based on those findings.
Advanced: Parallel Analysis with Synthesis
Run the security-auditor, performance-optimizer, and test-engineer agents in parallel on the checkout module. Synthesize all findings into a prioritized action plan with critical issues first.
Expert: Resume and Extend
Resume the previous agent session and continue with additional requirements: add mobile compatibility review using the mobile-developer agent and update the synthesis report accordingly.

Bewährte Verfahren

  • Follow logical agent order: discovery first, then analysis, implementation, and testing last
  • Pass relevant context between agents to avoid redundant analysis and maintain coherence
  • Always include a synthesis step to consolidate findings into actionable recommendations

Vermeiden

  • Using multiple agents for simple single-domain tasks that one agent can handle efficiently
  • Running agents in parallel without planning how to synthesize their potentially conflicting outputs
  • Skipping the test-engineer agent when implementing code modifications

Häufig gestellte Fragen

What is the difference between built-in agents and custom agents?
Built-in agents (Explore, Plan, General-purpose) are native to Claude Code with fixed capabilities. Custom agents like security-auditor or backend-specialist provide domain-specific expertise and can be orchestrated together for complex workflows.
Can I run multiple agents simultaneously?
Yes, you can invoke multiple agents in parallel for independent tasks. However, for sequential workflows where later agents need earlier findings, use a chain pattern with explicit context passing.
How do I resume an interrupted agent session?
Use the resume command with the agent ID to continue from where the previous session ended. All context from the prior session is preserved and available for continuation.
When should I use orchestration instead of a single agent?
Use orchestration for complex tasks requiring multiple expertise domains, comprehensive reviews from different perspectives, or feature implementations spanning backend, frontend, and database work.
What happens if agents produce conflicting recommendations?
The synthesis step consolidates all findings and resolves conflicts by prioritizing based on severity. Security issues typically take precedence, followed by functional correctness, then performance optimizations.
Is there a limit to how many agents I can orchestrate?
There is no hard limit on agent count, but practical limits exist due to session token constraints. For large orchestrations, consider grouping related agents and synthesizing in stages.

Entwicklerdetails

Dateistruktur

đź“„ SKILL.md