Login
Download
Skill UI
Browse and discover
15857+
curated skills
All
Development
Artificial Intelligence
Design & Creative
Product & Business
Data Science
Marketing
Soft Skills
Productivity
Engineering
Languages
Search
Queue
, found
91
results
Default
Newest
Most Downloaded
Attio API Rate Limit Handling Techniques
attio-rate-limits
jeremylongshore/claude-code-plugins-plus-skills
177
A comprehensive guide for handling API rate limits when interacting with the Attio platform. It covers advanced techniques including parsing the `Retry-After` header, implementing exponential backoff with jitter, and using queue-based throttling. The guide also introduces best practices like Circuit Breakers and batch operations to ensure reliable, high-performance, and resilient API integrations.
View Details
Robust Canva API Rate Limit Handling
canva-rate-limits
jeremylongshore/claude-code-plugins-plus-skills
483
This guide provides advanced patterns for managing rate limits when integrating with the Canva Connect API. It covers implementing exponential backoff with jitter for retries, using queue-based throttling to control request throughput, and building proactive rate limit trackers. Ideal for building stable, production-grade integrations that must handle 429 errors and quotas gracefully.
View Details
Implementing Rate Limit Handling Strategies
castai-rate-limits
jeremylongshore/claude-code-plugins-plus-skills
161
This guide provides essential best practices for building resilient applications that interact with rate-limited APIs, specifically addressing the CAST AI REST API. It details the implementation of exponential backoff with jitter and utilizing request queuing mechanisms (like p-queue) to gracefully handle HTTP 429 errors. Use this pattern to optimize API call patterns and ensure system stability when making batch or frequent requests.
View Details
Implementing Robust API Rate Limit Handling
cohere-rate-limits
jeremylongshore/claude-code-plugins-plus-skills
422
This guide details advanced patterns for managing API rate limits, particularly for external AI services like Cohere. It covers implementing exponential backoff with jitter for handling transient 429 errors, utilizing concurrency-limited request queues, and building proactive rate limit trackers. These techniques ensure highly reliable and optimized API throughput in production systems.
View Details
Flexport API Performance Tuning Techniques
flexport-performance-tuning
jeremylongshore/claude-code-plugins-plus-skills
279
A guide to optimizing API interactions with Flexport for logistics data. This skill implements advanced techniques including maximizing page sizes for bulk fetching, implementing LRU caching for frequently accessed data (e.g., product details), managing rate limits using parallel request queues (p-queue), and utilizing webhook-driven cache invalidation to ensure data freshness and high throughput.
View Details
Handling API Rate Limits with Backoff
flexport-rate-limits
jeremylongshore/claude-code-plugins-plus-skills
499
This module provides robust patterns for managing rate limits and throttling when integrating with external APIs (e.g., Flexport). It covers three key strategies: monitoring rate limit headers (X-RateLimit-*), implementing exponential backoff with jitter for transient 429 or 5xx errors, and utilizing queue-based throttling for safe, controlled bulk operations. It ensures resilient and reliable API communication.
View Details
Flexport Supply Chain Integration Architecture
flexport-reference-architecture
jeremylongshore/claude-code-plugins-plus-skills
59
A comprehensive reference architecture for building robust and scalable supply chain integrations with Flexport's logistics API. It outlines a structured pipeline using Ingest (webhooks/polling), Core (business logic services), and Expose (REST API/Dashboard layers), ensuring reliable data flow, caching, and queueing best practices.
View Details
Handling Hootsuite API Rate Limits
hootsuite-rate-limits
jeremylongshore/claude-code-plugins-plus-skills
367
This skill provides best practices for managing API rate limits when interacting with the Hootsuite platform. It demonstrates implementing robust retry logic, incorporating exponential backoff using the `Retry-After` header, and using queue-based scheduling to ensure stable, high-throughput API calls while respecting platform constraints.
View Details
HubSpot Integration Architecture Patterns
hubspot-architecture-variants
jeremylongshore/claude-code-plugins-plus-skills
294
A comprehensive guide detailing three scalable architecture patterns for integrating applications with HubSpot CRM. It helps developers choose the optimal design based on project scale, ranging from simple embedded clients for MVPs, to robust Service Layers with caching and async queues, up to dedicated, enterprise-grade API Gateways for multiple services. Essential for planning complex, high-volume integrations.
View Details
Implementing HubSpot Resilience Patterns
hubspot-reliability-patterns
jeremylongshore/claude-code-plugins-plus-skills
127
A comprehensive guide to implementing production-grade reliability patterns for HubSpot CRM integrations. Learn to build fault-tolerant systems using Circuit Breakers, advanced retry strategies, graceful degradation, and Dead Letter Queues (DLQ). Essential for maintaining high availability when connecting to external APIs.
View Details
Robust API Rate Limit Management
intercom-rate-limits
jeremylongshore/claude-code-plugins-plus-skills
67
Provides advanced techniques for handling API rate limits, specifically targeting 429 errors. Implementations cover exponential backoff with jitter, queue-based request throttling, and proactive monitoring of rate limit headers (X-RateLimit-Remaining, X-RateLimit-Reset). Ideal for optimizing API request throughput and ensuring high reliability when integrating with services like Intercom.
View Details
Linktree Integration Reference Architecture
linktree-reference-architecture
jeremylongshore/claude-code-plugins-plus-skills
488
A comprehensive architectural blueprint for building a high-read, optimized integration layer with the Linktree link-in-bio platform. This design utilizes a two-tier caching strategy (Redis), event queues (RabbitMQ/SQS), and webhooks to handle extreme traffic ratios. It ensures profile data remains fresh, while providing real-time click analytics and robust scalability considerations for production environments.
View Details
Prev
1
2
3
4
5
6
7
8
Next
Language
简体中文
English