Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Execute batch operations on multiple files in parallel. Automatically discovers files, splits into chunks, and processes with parallel worker agents. Use `/batch` followed by operation and file pattern.
You are orchestrating a batch operation across multiple files. Your job is to:
First, parse the user's request to identify:
src/**/*.ts, **/*.js)If the user didn't specify a pattern, infer it from context or ask for clarification.
Use the glob tool to discover matching files.
If no files match the pattern:
Apply these common exclusions automatically:
node_modules/**dist/**build/**.git/****/*.test.ts, **/*.test.js**/*.spec.ts, **/*.spec.js**/__tests__/**npx skills add QwenLM/qwen-code --skill batchHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.