vendure

Centralize Vendure development docs, examples, and tooling for AI agents.

7|3|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/niko91i/Skills-Vendure --skill vendure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vendure
Source: https://github.com/niko91i/Skills-Vendure/tree/main
Command: npx skills add https://github.com/niko91i/Skills-Vendure --skill vendure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, bash, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill consolidates Vendure development knowledge and tooling, giving AI agents a ready-made, discoverable source of guidance to accelerate Vendure work.

Core Features & Use Cases

  • Centralized Vendure docs and examples spanning GraphQL APIs, orders, payments, channels, plugins, and dashboard extensions.
  • On-demand access to scripts (scripts/), references (references/), and assets (assets/) to support deterministic tasks, in-depth information, and document storage.
  • Supports guiding AI sessions in tasks like plugin creation, GraphQL queries, and storefront integration.

Quick Start

Copy the skill into Claude Code's skills directory, load it in a Claude Code session, and use the provided scripts (login.sh, query.sh) to authenticate and run GraphQL queries against a Vendure instance. Refer to the references/ docs for practical guidance and examples, and extend the toolset with your own scripts.

Frequently Asked Questions about vendure

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

FAQPage Schema
How do I run GraphQL queries against a Vendure instance using bash?

You can run Vendure GraphQL queries by using provided bash scripts like login.sh and query.sh to authenticate and send requests to the Admin or Shop API endpoints.

What is needed to start developing Vendure plugins and extending the admin dashboard?

Developing Vendure plugins and dashboard extensions requires referencing centralized documentation and examples, using bash, curl, and jq to interact with the GraphQL APIs.

Can I use curl and jq to manage Vendure ecommerce orders and catalogs?

Yes, you can manage Vendure ecommerce orders and catalogs by sending GraphQL mutations via curl and parsing the JSON responses with jq within your bash environment.

Does this approach support both Vendure Shop API and Admin API workflows?

Yes, the centralized references and scripts support both Vendure Shop API and Admin API workflows, guiding tasks like storefront integration and backend order management.

What's the best way to centralize Vendure development guidance for AI agents?

The best way to centralize Vendure development guidance is using a structured skill directory with organized references and scripts that are loaded deterministically upon activation.

Why do I need jq when working with Vendure GraphQL APIs in bash?

You need jq to parse the JSON formatted responses returned by Vendure GraphQL APIs, allowing you to extract specific data fields from queries executed via curl in bash scripts.