Skip to main content
Run any Skill in Manus
with one click

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.

Overview

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.

Install command
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill handle-all-error-cases-explicitly

Copy and paste this command into Claude Code to install the skill

Stars0
Forks0
UpdatedApril 14, 2026 at 05:15
SKILL.md
readonly