Vendure Graphql Writing
Helps with GraphQL, writing as part of developing backend services and APIs workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add vendure-graphql-writing npx -- -y @trustedskills/vendure-graphql-writing
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"vendure-graphql-writing": {
"command": "npx",
"args": [
"-y",
"@trustedskills/vendure-graphql-writing"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to write GraphQL queries and mutations for Vendure, a headless commerce platform. It understands Vendure's schema and can generate code snippets to fetch product data, create orders, or perform other common operations within the Vendure ecosystem. The generated code is tailored to Vendure’s specific API structure and conventions.
When to use it
- Automated Data Extraction: Generate queries to pull specific product information (e.g., price, inventory) for reporting or analysis.
- Order Management: Create mutations to programmatically place orders or update order statuses within a Vendure store.
- Integration Development: Quickly prototype GraphQL interactions when building integrations with Vendure’s API.
- Schema Exploration: Generate queries to explore the Vendure schema and understand available data structures.
Key capabilities
- Vendure GraphQL Schema Awareness
- Query Generation
- Mutation Generation
- Code Snippet Creation
Example prompts
- "Write a GraphQL query to fetch all active products with their prices."
- "Generate a mutation to create a new order for customer ID 123, with items [product_id: 456, quantity: 2]."
- “Show me the schema for product search.”
Tips & gotchas
- Requires familiarity with GraphQL concepts. While the skill generates code, understanding GraphQL syntax will help you refine and debug it.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.