Files
2025-11-30 08:34:28 +08:00

18 lines
629 B
JSON

{
"name": "payment-processing",
"description": "Payment gateway integration with Stripe, PayPal, checkout flow implementation, subscription billing, and PCI compliance",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"skills": [
"./plugins/payment-processing/skills/billing-automation",
"./plugins/payment-processing/skills/paypal-integration",
"./plugins/payment-processing/skills/pci-compliance",
"./plugins/payment-processing/skills/stripe-integration"
],
"agents": [
"./plugins/payment-processing/agents/payment-integration.md"
]
}