vendure-delivery-plugin
✓Build delivery and fulfillment plugins for Vendure with idempotency, capacity management, timezone handling, and N+1 prevention. Covers ShippingCalculator, FulfillmentHandler, and slot reservation patterns. Use when implementing delivery features.
Installation
SKILL.md
Guide creation of delivery and fulfillment features in Vendure with production-grade patterns for concurrency, performance, and reliability.
For detailed Shop API patterns (IDOR prevention, customer-facing resolvers) and Entity patterns, see references/API-ENTITY-PATTERNS.md.
| Race condition on booking | Missing pessimistic lock | Use setLock('pessimisticwrite') | | Wrong date in different TZ | Storing local time | Always convert to UTC for storage | | Slow slot availability | N+1 queries | Use batch counting with GROUP BY | | Duplicate reservations | Missing idempotency | Implement X-Idempotency-Key handling |
Build delivery and fulfillment plugins for Vendure with idempotency, capacity management, timezone handling, and N+1 prevention. Covers ShippingCalculator, FulfillmentHandler, and slot reservation patterns. Use when implementing delivery features. Source: meriley/claude-code-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/meriley/claude-code-skills --skill vendure-delivery-plugin- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is vendure-delivery-plugin?
Build delivery and fulfillment plugins for Vendure with idempotency, capacity management, timezone handling, and N+1 prevention. Covers ShippingCalculator, FulfillmentHandler, and slot reservation patterns. Use when implementing delivery features. Source: meriley/claude-code-skills.
How do I install vendure-delivery-plugin?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/meriley/claude-code-skills --skill vendure-delivery-plugin Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/meriley/claude-code-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01