
from agentic-commerce-skills-plugins29
Guides implementation of Medusa v2 payment module and provider integrations (Stripe, PayPal): sessions, authorization/capture/refund lifecycle, webhooks, and be
Medusa v2 Payments is a technical guidance skill that instructs an agent how to implement the Medusa v2 payment module and provider integrations. It documents entity relationships (payment collections, sessions, payments), the provider abstraction (AbstractPaymentProvider), common workflows (initiate/authorize/capture/refund), admin routes, and practical guidance for webhooks, security, and testing. The skill emphasizes fetching live Medusa docs for exact method signatures and provider interfaces.
Use when building or extending e-commerce backends on Medusa v2 that require payment provider support, when integrating Stripe or PayPal, or when implementing provider-specific workflows (3DS, webhooks, idempotency). Also useful for reviewing or planning payment-related architecture.
Best with agents that can perform web-fetch/search for live documentation and generate TypeScript/Node.js code (Claude Code, Codex, Copilot-style agents, Gemini CLI).
Medusa v2 payment processing skill — guides implementing payment module, provider abstraction, Stripe/PayPal integration, webhooks, and lifecycle management. No scripts to run; purely a reference/guide SKILL.md. Well-structured with entity relationships, status tables, method references, and security best practices. Relies heavily on web searches to fill in live docs rather than bundling static references.
Clean skill, no security concerns. Strong documentation structure with tables and clear sections. Could improve by bundling key reference docs in a references/ directory instead of relying entirely on web searches.