Claude Code Plugins

Community-maintained marketplace

Feedback

error-handling

@Anveio/conveaux
0
0

Error-handling conventions (error mapping/presentation, what to throw vs return, user-facing output). Use when adding errors or changing failure behavior.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name error-handling
description Error-handling conventions (error mapping/presentation, what to throw vs return, user-facing output). Use when adding errors or changing failure behavior.

Error Handling

When to use

Use this when the task mentions:

  • error mapping, user-facing messages, exit codes
  • “how should this failure be surfaced”
  • standardizing error shapes across packages

Canonical repo doc

Read your repo’s error-handling conventions doc (commonly docs/error-handling.md).