vendure-delivery-plugin
Installation
SKILL.md
Vendure Delivery Plugin
Purpose
Guide creation of delivery and fulfillment features in Vendure with production-grade patterns for concurrency, performance, and reliability.
When NOT to Use
- Generic plugin structure (use vendure-plugin-writing)
- Simple CRUD operations (use vendure-entity-writing)
- Standard GraphQL endpoints (use vendure-graphql-writing)