batch

Execute coordinated parallel file operations across glob-matched files.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/uniQuk/Claudex-cli --skill batch-uniquk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: batch
Source: https://github.com/uniQuk/Claudex-cli/tree/main/packages/core/src/skills/bundled/batch
Command: npx skills add https://github.com/uniQuk/Claudex-cli --skill batch-uniquk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates batch operations across multiple files by discovering, chunking, and executing tasks in parallel, dramatically reducing manual boilerplate in large codebases.

Core Features & Use Cases

  • Automated discovery and filtering: Finds target files via glob patterns while automatically excluding noise and irrelevant files.
  • Chunked parallel execution: Splits results into balanced chunks and runs up to five worker agents concurrently.
  • Result aggregation and reporting: Provides per-file status and a final summary, handling partial failures gracefully.

Quick Start

Describe the target files and operation, then run the batch to process them in parallel.

Frequently Asked Questions about batch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run parallel file operations across multiple files in a codebase?

Parallel file operations are executed by discovering target files through glob patterns, splitting matches into balanced chunks, and orchestrating concurrent worker agents to process edits, transforms, and checks simultaneously.

What is the best way to automate batch edits on a large repository?

Automating batch edits on a large repository requires chunked parallel execution, where matched files are divided into balanced groups and processed concurrently by up to five worker agents to reduce manual boilerplate.

How does chunking work when processing files in parallel?

Chunking splits glob-discovered files into balanced groups so parallel worker agents can execute operations concurrently, preventing resource overload while maintaining coordinated execution and aggregated reporting across the entire collection.

Can I use glob pattern discovery for batch transforms on any project size?

Yes, glob-based discovery automatically finds and filters target files across projects of any size, excluding irrelevant noise while enabling coordinated batch transforms to run in parallel across the matched collection.

How are partial failures handled during parallel batch execution?

Partial failures during parallel batch execution are handled gracefully through result aggregation, providing per-file status tracking and a final summary so successful operations complete while failed ones are reported independently.

Why should I use parallel batch processing instead of sequential file operations?

Parallel batch processing orchestrates concurrent worker agents across chunked file groups, dramatically reducing execution time and manual boilerplate compared to sequential operations when applying edits or transforms across large codebases.