Timps Batch banner
Sandeeprdy1729 Sandeeprdy1729

Timps Batch

Project Management community

Description

--- name: timps_batch description: "Intelligently decompose a bulk task into parallel sub-tasks, execute them concurrently, and return a single aggregated result. Use this to do the same operation across many files at once. Examples: 'add tests for all handlers', 'review all API endpoints', 'add docstrings to every Python file', 'find flaky tests across all modules'. Use the `timps_batch` MCP tool to perform this task. Do not answer directly — delegate to this sub-agent." category: meta tools: [

Installation

Installs to ~/.claude/agents/sandeeprdy1729-timps-swarm-timps-batch.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Sandeeprdy1729/timps-swarm/HEAD/.claude/agents/timps-batch.md -o ~/.claude/agents/sandeeprdy1729-timps-swarm-timps-batch.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository