handling-api-errors

|

Content Preview
---
name: handling-api-errors
description: |
  Implement standardized error handling with proper HTTP status codes and error responses.
  Use when implementing standardized error handling.
  Trigger with phrases like "add error handling", "standardize errors", or "implement error responses".
  
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(api:error-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Handlin
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/handling-api-errors.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/api-development/api-error-handler/skills/handling-api-errors/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/api-development/api-error-handler/skills/handling-api-errors/SKILL.md

Related Skills