From guidewire-pack
Manages Guidewire Cloud API rate limits, quotas, and throttling for high-volume integrations using exponential backoff, batch APIs, and bulk endpoints.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin guidewire-packThis skill is limited to using the following tools:
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.
Optimizes 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.
Share bugs, ideas, or general feedback.
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