skills/smithery.ai/1k-error-handling

1k-error-handling

Installation
SKILL.md

Error Handling

Best practices for error handling in OneKey codebase.

Core Principles

  • Use try/catch blocks for async operations that might fail
  • Provide appropriate error messages and fallbacks
  • Use useAsyncCall hook for operations needing loading/error states
  • Never swallow errors silently

Quick Reference

Installs
1
First Seen
Mar 22, 2026
1k-error-handling from smithery.ai