
How to Use Claude Code Subagents to Parallelize Development - zach …
Sep 9, 2025 · With sub-agents, you can parallelize this work. An orchestrating agent, given the Stripe API documentation, can spin up multiple specialists at once: backend -specialist: Reads the docs …
How I’m Using Claude Code Parallel Agents to Blow Up My Workflows
Aug 22, 2025 · Using parallel agents is a simple but effective approach to have one Claude Code instance write code while another reviews and another tests it. This is the same traditional way of …
Multi-Agent Orchestration: Running 10+ Claude Instances in Parallel ...
Aug 2, 2025 · In Parts 1 and 2, we explored Claude's capabilities and hook system. Now, let's tackle the ultimate productivity multiplier: running multiple Claude instances in parallel. But first, a warning: This …
Mastering Claude Code: The Sub-agent Pattern - enting.org
Jul 5, 2025 · Instead of editing 1 file at a time, multiple sub-agents can be deployed at the same time, each editing its own files. Depending on how dependency and granularity of the tasks, I sometimes …
Claude Code Plugins: Orchestration and Automation - GitHub
A comprehensive production-ready system combining 99 specialized AI agents, 15 multi-agent workflow orchestrators, 107 agent skills, and 71 development tools organized into 67 focused, single-purpose …
multi-agent-coordination - Agent Skills - claude-plugins.dev
Multi-agent coordination is the foundation of sophisticated Claude Code workflows. This skill provides battle-tested patterns for orchestrating multiple specialized agents to accomplish complex tasks that …
Claude Code Subagents - by Khang Nguyen
Claude Code (CC) has gained a lot of traction among developers recently. I would say it is establishing itself as the gold standard of a coding agent. Among its features, I found subagents to be quite …
How I use Claude Code | Christian B. B. Houmann
Jun 22, 2025 · Agentic coding gives the obvious benefit of taking on throwaway projects that you’d like to explore for fun. Just yesterday, I downloaded all my medical records from the Danish health …
A practical guide to subagents in Claude Code - eesel.ai
Nov 14, 2025 · Basically, subagents are specialized, independent AI assistants you can create inside Claude Code to tackle specific jobs. Instead of having one AI trying to do everything, you can …
The creator of Claude Code just revealed his workflow, and developers ...
6 days ago · Claude Code creator Boris Cherny reveals his viral workflow for running multiple AI agents simultaneously—transforming how developers build software with Anthropic's coding tool.