vendure-developing

Create and review Vendure plugins, GraphQL API extensions, database entities, and Admin UI components.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/meriley/claude-code-skills --skill vendure-developing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vendure-developing
Source: https://github.com/meriley/claude-code-skills/tree/main/skills/vendure-developing
Command: npx skills add https://github.com/meriley/claude-code-skills --skill vendure-developing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development of custom e-commerce features for the Vendure platform, covering plugins, GraphQL APIs, database entities, and the Admin UI.

Core Features & Use Cases

  • Plugin Development: Create and review custom Vendure plugins.
  • API Extension: Define and extend GraphQL schemas and resolvers for both shop and admin interfaces.
  • Database Management: Define and manage custom entities and their migrations.
  • Admin UI Customization: Build and integrate custom components into the Vendure Admin UI.
  • Use Case: You need to add a new shipping provider integration to your Vendure store. This Skill will guide you through creating the necessary plugin, defining new entities for shipping methods, and extending the GraphQL API to select shipping options.

Quick Start

Use the vendure-developing skill to create a new Vendure plugin for custom product pricing rules.

Frequently Asked Questions about vendure-developing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a custom Vendure plugin for an e-commerce store?

To extend the Vendure GraphQL API, you define and expand schemas and resolvers for both shop and admin interfaces. This allows you to integrate custom e-commerce functionalities and data structures directly into your store's API layer.

Can I build custom Admin UI components in Vendure?

Yes, you can build and integrate custom components into the Vendure Admin UI. This allows you to tailor the administrative interface to manage your specific e-commerce functionalities and custom database entities effectively.

What is the best way to manage database entities and migrations in Vendure?

The best way to manage database entities in Vendure is to define custom entities and their migrations directly within a dedicated plugin. This ensures your custom e-commerce data structures are properly maintained and tracked within the framework.

Does Vendure support adding complex custom product pricing rules?

Yes, Vendure supports adding custom product pricing rules by developing a specialized plugin. You can define the necessary database entities and extend the GraphQL API to implement and expose your specific pricing logic to the storefront.

How do I add a new shipping provider integration to Vendure?

To add a new shipping provider integration to Vendure, you create a custom plugin that defines new entities for shipping methods and extends the GraphQL API. This enables customers to select your custom shipping options during checkout.