A Claude Code skill for detecting sequential independent HTTP/API calls and refactoring them to parallel execution.
See skill for the full skill definition, documentation, and copy-pasteable patterns.
# Install via npx
npx skills install zagi/parallel-requests
# Or manually
ln -s $(pwd)/skill ~/.agents/skills/parallel-requestsMIT