skills/smithery.ai/batching-patterns

batching-patterns

Installation
SKILL.md

Batching Patterns

Version: 1.0.0 Purpose: The Golden Rule of Claude Code execution -- batch operations for maximum parallelism Status: Production Ready

Overview

The Golden Rule of Claude Code performance:

"1 MESSAGE = ALL RELATED OPERATIONS"

Every tool call within a single message executes in parallel (when no dependencies exist). Every separate message introduces a sequential round-trip. This distinction is the difference between a 2-minute workflow and a 10-minute one.

Installs
1
First Seen
Apr 2, 2026
batching-patterns from smithery.ai