Skip to main content
Execute qualquer Skill no Manus
com um clique

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.

Visão geral

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 instalação
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill handle-all-error-cases-explicitly

Copie e cole este comando no Claude Code para instalar a skill

Estrelas0
Forks0
Atualizado14 de abril de 2026 às 05:15
SKILL.md
readonly