From stripe
Explains Stripe error codes or messages — lists common causes, provides solutions, and generates error handling code in the project's language.
How this command is triggered — by the user, by Claude, or both
Slash command
/stripe:explain-error error_code or error_messageThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 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 project's language showing: - How to catch this specific error - User-friendly error messages - Whether retry is appropriate 6. Mention related error codes the developer should be aware of 7. Include a link to the relevant Stripe...
Provide a comprehensive explanation of the given Stripe error code or error message:
Focus on actionable solutions and production-ready error handling patterns.
npx claudepluginhub backuprksbpl001/claude-plugins-official --plugin stripe/explain-errorExplains Stripe error codes or messages — lists common causes, provides solutions, and generates error handling code in the project's language.
/explain-errorAnalyzes an error message or exception with root cause analysis, contextual clues, common triggers, and concrete correction strategies.
/implement-error-handlingGenerates standardized API error handling middleware with custom error classes, consistent HTTP status codes, and production-ready logging for Node.js and Python backends.
/explain-errorExplains Better Auth error codes, generating plain English explanations, common causes, solutions, and TypeScript error handling code with retry strategies.
/error-analysisAnalyzes errors across the full application lifecycle, from local development to production incidents. Classifies errors by severity, type, and observability, then identifies root causes and proposes fixes.
/fix-errorAnalyzes error messages to identify root cause, predict resolution time, and suggest proven solutions. Supports deep analysis, preventive focus, and quick-fix modes.