vendure-plugin-writing
✓Create production-ready Vendure plugins with @VendurePlugin decorator, NestJS dependency injection, lifecycle hooks, and configuration patterns. Use when developing new Vendure plugins or extending existing ones.
Installation
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 |
Create production-ready Vendure plugins with @VendurePlugin decorator, NestJS dependency injection, lifecycle hooks, and configuration patterns. Use when developing new Vendure plugins or extending existing ones. 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-plugin-writing- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is vendure-plugin-writing?
Create production-ready Vendure plugins with @VendurePlugin decorator, NestJS dependency injection, lifecycle hooks, and configuration patterns. Use when developing new Vendure plugins or extending existing ones. Source: meriley/claude-code-skills.
How do I install vendure-plugin-writing?
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-plugin-writing 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