Error Handling Patterns
Skill Verifiziert AktivMaster error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.
Master error handling patterns across languages to build resilient applications by understanding exceptions, Result types, error propagation, and graceful degradation.
Funktionen
- Explains error handling philosophies (exceptions vs. Result types)
- Details error categories (recoverable vs. unrecoverable)
- Provides language-specific patterns (Python, TS/JS, Rust, Go)
- Illustrates universal patterns (circuit breaker, error aggregation, graceful degradation)
- Offers best practices and common pitfalls
Anwendungsfälle
- Implementing error handling in new features
- Designing error-resilient APIs
- Debugging production issues
- Improving application reliability and creating better error messages
Nicht-Ziele
- Implementing specific error handling for frameworks not explicitly mentioned
- Providing runtime error handling for the skill itself
- Covering all possible edge cases for every language and scenario
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add wshobson/agents/plugin install developer-essentials@claude-code-workflowsQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Csharp Async
100Get best practices for C# async programming
Circuit Breaker Pattern
100Implement circuit breaker logic for agentic tool calls — tracking tool health, transitioning between closed/open/half-open states, reducing task scope when tools fail, routing to alternatives via capability maps, and enforcing failure budgets to prevent error accumulation. Separates orchestration (deciding what to attempt) from execution (calling tools), following the expeditor pattern. Use when building agents that depend on multiple tools with varying reliability, designing fault-tolerant agentic workflows, recovering gracefully from tool outages mid-task, or hardening existing agents against cascading tool failures.
Neon Postgres
100Anleitungen und Best Practices für die Arbeit mit Neon Serverless Postgres. Beinhaltet den Einstieg, lokale Entwicklung mit Neon, Auswahl einer Verbindungsmethode, Neon-Funktionen, Authentifizierung (@neondatabase/auth), PostgREST-ähnliche Daten-API (@neondatabase/neon-js), Neon CLI und die Neon Platform API/SDKs. Zur Beantwortung aller Neon-bezogenen Fragen.
Sdk Dx
100Design SDKs that developers love to use—APIs that feel native, error messages that guide, and experiences that reduce friction. This skill covers creating SDKs that drive adoption through exceptional developer experience rather than aggressive marketing. Trigger phrases: "SDK design", "developer experience", "API design", "SDK DX", "error messages", "type safety", "IDE integration", "SDK versioning", "migration guides", "client library design", "making SDKs feel native", "SDK best practices"
Dart Matcher Best Practices
100Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
Golang Concurrency Patterns
100Go concurrency patterns for production services: context cancellation, errgroup, worker pools, bounded parallelism, fan-in/fan-out, and common race/deadlock pitfalls