stripe/explain-error

Explain Stripe error codes and provide solutions with code examples

Content Preview
---
description: Explain Stripe error codes and provide solutions with code examples
argument-hint: [error_code or error_message]
---

# Explain Stripe Error

Provide a comprehensive explanation of the given Stripe error code or error message:

1. Accept the error code or full error message from the arguments
2. Explain in plain English what the error means
3. List common causes of this error
4. Provide specific solutions and handling recommendations
5. Generate error handling code in the projec
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/stripe/explain-error.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/external_plugins/stripe/commands/explain-error.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/anthropics/claude-plugins-official

Then reference at external_plugins/stripe/commands/explain-error.md

Related Skills