·vendure-delivery-plugin
</>

vendure-delivery-plugin

meriley/claude-code-skills

冪等性、容量管理、タイムゾーン処理、N+1 防止を備えた Vendure 用の配信およびフルフィルメント プラグインを構築します。 ShippingCalculator、FulfillmentHandler、スロット予約パターンをカバーします。配信機能を実装するときに使用します。

2インストール·0トレンド·@meriley

インストール

$npx skills add https://github.com/meriley/claude-code-skills --skill vendure-delivery-plugin

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 |

冪等性、容量管理、タイムゾーン処理、N+1 防止を備えた Vendure 用の配信およびフルフィルメント プラグインを構築します。 ShippingCalculator、FulfillmentHandler、スロット予約パターンをカバーします。配信機能を実装するときに使用します。 ソース: meriley/claude-code-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/meriley/claude-code-skills --skill vendure-delivery-plugin
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

vendure-delivery-plugin とは?

冪等性、容量管理、タイムゾーン処理、N+1 防止を備えた Vendure 用の配信およびフルフィルメント プラグインを構築します。 ShippingCalculator、FulfillmentHandler、スロット予約パターンをカバーします。配信機能を実装するときに使用します。 ソース: meriley/claude-code-skills。

vendure-delivery-plugin のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/meriley/claude-code-skills --skill vendure-delivery-plugin インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/meriley/claude-code-skills