@webdevtodayjason/sub-agents
GOLDEN RULE: Execute ALL related operations concurrently in a single message for 2-3x performance improvement.
Install
Add @webdevtodayjason/sub-agents to Claude Code with the PolySkill CLI: polyskill add @webdevtodayjason/sub-agents
Instructions
# Claude Sub-Agents Configuration ## 🚨 CRITICAL: Concurrent Execution for Maximum Performance **GOLDEN RULE**: Execute ALL related operations concurrently in a single message for 2-3x performance improvement. ### 🔴 MANDATORY Concurrent Patterns: 1. **File Operations**: Batch ALL reads/writes/edits in ONE message 2. **Agent Spawning**: Launch ALL related agents simultaneously 3. **Command Execution**: Run ALL bash commands together 4. **Memory Operations**: Store/retrieve ALL data in parallel ### ⚡ Concurrent Execution Examples: **✅ CORRECT - Single Message with Multiple Operations:** ```jav…
Keywords: github, concurrent-execution, performance-optimization, coding-efficiency, task-parallelism, automation, software-development, programming-tips, dev-tools