error-handling
✓Global error handling for the 3SC widget host. Covers exception handling, crash reporting, user-friendly error surfaces, and recovery strategies.
Installation
SKILL.md
Provide consistent, user-safe error handling across the shell, widgets, and background services. Users should never see stack traces or cryptic error messages.
| Log before showing user message | Capture full context for debugging | | Include correlation ID | Enables support to find logs | | Sanitize sensitive data | Protect user privacy in reports | | Isolate widget errors | Don't let plugins crash the host | | Use structured exception types | Easier to handle specifically |
| Provide actionable messages | Help users resolve issues |
Global error handling for the 3SC widget host. Covers exception handling, crash reporting, user-friendly error surfaces, and recovery strategies. Source: yosrbennagra/3sc.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yosrbennagra/3sc --skill error-handling- Source
- yosrbennagra/3sc
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is error-handling?
Global error handling for the 3SC widget host. Covers exception handling, crash reporting, user-friendly error surfaces, and recovery strategies. Source: yosrbennagra/3sc.
How do I install error-handling?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yosrbennagra/3sc --skill error-handling Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yosrbennagra/3sc
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01