From jeremylongshore-claude-code-plugins-plus-skills
Provides step-by-step guidance and code generation for implementing retry logic patterns in API integrations, including exponential backoff and error handling.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:retry-logic-helperThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for retry logic helper tasks within the API Integration domain.
This skill provides automated assistance for retry logic helper tasks within the API Integration domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with retry logic helper" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the API Integration skill category. Tags: integration, webhooks, sdk, oauth, third-party
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin ejentum-reasoningProvides step-by-step guidance and best practices for implementing and managing webhook retry handlers in API integration workflows.
Generates system-to-system API connectors with authentication (OAuth, API key, JWT), rate limit handling, data mapping, error recovery with circuit breakers, and sync monitoring.
Standardizes API error handling with typed error classes, consistent error response formats, retry strategies, circuit breaker patterns, and monitoring integration. Useful for building resilient APIs or debugging production error patterns.