Handle errors reliably
| ID | ap-handle-errors-reliably |
| Kind | skill |
| Selection | recommended |
| Category | Engineering foundations |
| Targets | claude, codex, cursor |
Design explicit error boundaries, cleanup, retries, timeouts, and observable failures.
When to use
Section titled “When to use”Use when designing explicit error contracts, retries, timeouts, cleanup, and failure-path tests.
How it is selected
Section titled “How it is selected”Included in the recommended selection. After init, install or confirm with the CLI if it is missing.
Install
Section titled “Install”agents-pack install ap-handle-errors-reliably --dry-runagents-pack install ap-handle-errors-reliably --yesHow to invoke
Section titled “How to invoke”Ask your coding agent in natural language, or name it explicitly:
Use ap-handle-errors-reliably to …