Salvo Error Handling
Salvo Error Handling gracefully manages and logs errors within your backend applications for improved stability and debugging.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add salvo-error-handling npx -- -y @trustedskills/salvo-error-handling
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"salvo-error-handling": {
"command": "npx",
"args": [
"-y",
"@trustedskills/salvo-error-handling"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The salvo-error-handling skill provides robust error handling capabilities within Salvo applications. It allows for graceful recovery from errors, detailed logging of error events, and custom error responses to clients. This ensures a more stable and user-friendly experience even when unexpected issues arise during request processing.
When to use it
- Building APIs: Implement consistent error reporting across your API endpoints.
- Handling User Input: Validate user input and provide informative error messages if validation fails.
- Complex Workflows: Manage errors that may occur within multi-step processes or asynchronous operations.
- Production Environments: Ensure reliable operation by catching and logging unexpected exceptions.
Key capabilities
- Customizable error responses
- Detailed error logging
- Graceful error recovery
- Integration with Salvo framework
Example prompts
- "Implement error handling for the
/usersendpoint to return a 404 if the user is not found." - "Log all errors encountered during order processing, including request details and stack traces."
- "Create a custom error response for invalid API keys with a specific error code and message."
Tips & gotchas
This skill requires familiarity with the Salvo framework. Ensure your application is properly configured to utilize Salvo's routing and middleware features for optimal integration.
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.