Effect Errors Retries
This skill automatically re-rolls failed effect attempts, streamlining gameplay and reducing frustration for quicker results.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add effect-errors-retries npx -- -y @trustedskills/effect-errors-retries
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"effect-errors-retries": {
"command": "npx",
"args": [
"-y",
"@trustedskills/effect-errors-retries"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to handle errors and implement retry logic when performing actions. It enables graceful degradation in situations where an action fails initially, automatically attempting the operation again with configurable parameters. This improves robustness and reliability of agent workflows by mitigating transient failures.
When to use it
- API calls: Retry failed API requests after a short delay, especially for rate-limited or temporarily unavailable services.
- Database operations: Automatically retry database writes if they fail due to connection issues or temporary locking.
- File uploads/downloads: Handle intermittent network errors during file transfers by retrying the process.
- Complex workflows: Ensure critical steps in a multi-stage workflow are completed even if individual actions encounter temporary problems.
Key capabilities
- Error detection and classification
- Configurable retry attempts
- Exponential backoff for retry delays
- Customizable error handling logic
Example prompts
- "Retry the API call to get weather data up to 3 times with a 5-second delay between attempts."
- "If the database write fails, try again twice before logging an error."
- "Implement exponential backoff when uploading this file; retry at least 3 times."
Tips & gotchas
This skill requires careful configuration of retry parameters to avoid infinite loops or excessive resource consumption. Ensure that errors are genuinely transient and not indicative of a permanent problem before implementing automatic retries.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.