From guidewire-pack
Manages Guidewire Cloud API rate limits, quotas, and throttling for high-volume integrations using exponential backoff, batch APIs, and bulk endpoints.
How this skill is triggered — by the user, by Claude, or both
Slash command
/guidewire-pack:guidewire-rate-limitsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cloud API enforces per-tenant rate limits. Batch operations use the batch API endpoint. Implement exponential backoff on 429 responses. Use API Gateway throttling in GCC. Optimize with bulk endpoints for batch processing.
Cloud API enforces per-tenant rate limits. Batch operations use the batch API endpoint. Implement exponential backoff on 429 responses. Use API Gateway throttling in GCC. Optimize with bulk endpoints for batch processing.
For detailed implementation, see: implementation guide
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin guidewire-packOptimizes Guidewire Cloud costs: manage licenses, reduce API calls with caching/bulk endpoints, right-size compute, schedule batches off-peak, monitor via GCC.
Tracks quotas, monitors thresholds, records usage, and enables graceful degradation for rate-limited API services with token/request limits.
Implements Clerk Backend API rate limit handling with TypeScript retry logic, batching, and header monitoring. Use when hitting 429 errors or scaling API usage.