vendure-plugin-writing
✓@VendurePlugin デコレータ、NestJS 依存関係注入、ライフサイクル フック、構成パターンを使用して、本番環境に対応した Vendure プラグインを作成します。新しい Vendure プラグインを開発する場合、または既存のプラグインを拡張する場合に使用します。
SKILL.md
Guide creation of Vendure plugins following official best practices and production patterns.
| Service not found | Not in providers array | Add to @VendurePlugin({ providers: [] }) | | Entity not created | Not in entities array | Add to @VendurePlugin({ entities: [] }) | | Options undefined | init() not called | Call MyPlugin.init() in vendure-config.ts | | Circular dependency | Improper imports | Use forwardRef() or restructure modules |
| Strategy not initialized | Missing init() call | Implement OnApplicationBootstrap |
@VendurePlugin デコレータ、NestJS 依存関係注入、ライフサイクル フック、構成パターンを使用して、本番環境に対応した Vendure プラグインを作成します。新しい Vendure プラグインを開発する場合、または既存のプラグインを拡張する場合に使用します。 ソース: meriley/claude-code-skills。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/meriley/claude-code-skills --skill vendure-plugin-writing- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
vendure-plugin-writing とは?
@VendurePlugin デコレータ、NestJS 依存関係注入、ライフサイクル フック、構成パターンを使用して、本番環境に対応した Vendure プラグインを作成します。新しい Vendure プラグインを開発する場合、または既存のプラグインを拡張する場合に使用します。 ソース: meriley/claude-code-skills。
vendure-plugin-writing のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/meriley/claude-code-skills --skill vendure-plugin-writing インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/meriley/claude-code-skills
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01