Define consistent API error codes and responses. Use when a mid-level developer needs error standardization.
Install
npx skillscat add proflead/codex-skills-library/api-error-taxonomy Install via the SkillsCat registry.
SKILL.md
API Error Taxonomy
Purpose
Define consistent API error codes and responses.
Inputs to request
- Current error responses and status usage.
- Client expectations for retries and messaging.
- Logging and observability requirements.
Workflow
- List common error categories and HTTP mappings.
- Define error payload shape and fields.
- Set guidelines for logging and client messaging.
Output
- Error taxonomy table and examples.
Quality bar
- Ensure errors are machine-parseable.
- Align retryable vs non-retryable semantics.