Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.
Dispatching Parallel Agents
Summary
Run two or more genuinely independent tasks concurrently, with the briefing and isolation that makes it safe.
Features
- Identifies genuinely independent work safe to parallelise
- Briefs each agent so results come back usable
- Avoids shared-state collisions between agents
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
When several tasks share no state and no ordering dependency, running them sequentially is just slower. This skill covers doing it properly.
The hard part is judging independence correctly. The skill provides the test — do these tasks touch the same files, does one need the other's output, do they share a resource — and the discipline to fall back to sequential execution when the answer is unclear.
It also covers briefing each agent with enough context to work alone, structuring results so they can be merged, and reviewing the combined output rather than assuming parallel work composes cleanly.
Part of the Superpowers collection.
Related Skills
Redis' own guidance for FT.CREATE schema design, FT.SEARCH / FT.AGGREGATE / FT.HYBRID, HNSW vector similarity and RAG retrieval pipelines.
Supabase's official skill covering Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron and Queues — with a hard rule to verify against the live changelog before writing code.
GreenSock's official ScrollTrigger skill — scroll-linked animation, pinning, scrub and trigger positioning, with the exact start/end syntax agents get wrong.