Dispatching Parallel Agents
Skill Verifiziert AktivUse when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
To significantly speed up debugging and development workflows by allowing multiple independent tasks to be investigated and resolved in parallel by dedicated agents.
Funktionen
- Parallel dispatch of agents for independent tasks
- Clear identification of independent problem domains
- Focused agent tasks with specific scope and goals
- Verification step for integrating parallel fixes
- Guidance on effective agent prompt structuring
Anwendungsfälle
- When multiple test files fail with different root causes.
- When multiple subsystems are broken independently.
- When each problem can be understood and fixed without context from others.
- When agents would not interfere with each other due to lack of shared state.
Nicht-Ziele
- Use when failures are related and fixing one might fix others.
- Use when understanding the full system state is required.
- Use when agents would interfere with each other by sharing state.
- Use for exploratory debugging where the problem is not yet identified.
Workflow
- Identify Independent Domains
- Create Focused Agent Tasks
- Dispatch in Parallel
- Review and Integrate
Trust
- info:Issues Attention17 issues opened and 4 closed in the last 90 days, indicating a closure rate below 50% and moderate attention.
Installation
npx skills add davila7/claude-code-templatesFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Notion Spec To Implementation
100Wandelt Produkt- oder Technikspezifikationen in konkrete Notion-Aufgaben um, die Claude-Code implementieren kann. Zerlegt Spezifikationsseiten in detaillierte Implementierungspläne mit klaren Aufgaben, Akzeptanzkriterien und Fortschrittsverfolgung, um die Entwicklung vom Anforderungs- bis zum Abschlussstadium zu leiten.
Use My Browser
100Verwenden Sie dies, wenn die Arbeit von den Live-Browsersitzungs- oder gerenderten Zustand des Benutzers abhängt und nicht von statischen Abrufen, insbesondere für Browser-Debugging-Kontexte oder von DevTools ausgewählte Elemente oder Anfragen, angemeldeten Dashboards oder CMS-Flows, localhost-Apps, Formularen, Uploads, Downloads, Medieninspektion, DOM- oder iframe-Inspektion, Shadow DOM oder Browserfehlern, die wie Soft-404s, Authentifizierungswände, Anti-Bot-Prüfungen oder Ratenbegrenzungen aussehen.
Node Connect
100Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
Openclaw Debugging
100Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.
Ctx Doctor
100Führt Diagnosen für den Kontextmodus aus. Überprüft Laufzeiten, Hooks, FTS5, Plugin-Registrierung sowie npm- und Marktplatzversionen. Auslöser: /context-mode:ctx-doctor
Systematic Debugging
100Systematic debugging methodology emphasizing root cause analysis over quick fixes