Unified strategy for catching and displaying API and network errors. Use throughout the application logic.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: handling-global-errors
description: Unified strategy for catching and displaying API and network errors. Use throughout the application logic.
---
# Global Error Handling System
## When to use this skill
- Wrapping server actions.
- Client-side API calls.
- Handling 404/500 pages.
## Workflow
- [ ] Use `try-catch` blocks.
- [ ] Parse Appwrite errors (code 401, 404, etc.).
- [ ] Trigger Toast notification with user-friendly message.
- [ ] Log technical errors to a service (optional).
## Instructions
- **User Friendly**: Never show "Internal Server Error" to a user; show "Something went wrong on our end, please try again."
- **Specifics**: Distinguish between "Wrong Password" and "Server Unreachable".
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.