Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

handle-all-error-cases-explicitly

Every error that could occur must be handled explicitly. Don't assume operations succeed. Wrap risky operations in try-catch blocks or use error checking. Propagate errors upward with context.

Resumen

Every error that could occur must be handled explicitly. Don't assume operations succeed. Wrap risky operations in try-catch blocks or use error checking. Propagate errors upward with context.

Comando de instalación
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill handle-all-error-cases-explicitly

Copia y pega este comando en Claude Code para instalar la habilidad

Estrellas0
Forks0
Actualizado14 de abril de 2026, 05:15
SKILL.md
readonly