scaffolding-marketplace-integrations
Installation
SKILL.md
Marketplace Integration Helper
When to use this skill
- User asks to integrate with WooCommerce or Shopify
- User needs webhook handlers for orders or products
- User mentions Bol.com, Etsy, or marketplace APIs
- User wants rate-limited API clients
- User asks about product synchronization
Workflow
- Identify target marketplace(s)
- Generate API client with auth
- Add rate limiting and retry logic
- Create webhook handlers
- Add TypeScript types
- Implement error recovery