CoCart SDK setup and integration guidance for headless WooCommerce. Add 'use CoCart' to any prompt to get the correct SDK install, adapter config, and code patterns for your framework.
CoCart Swift SDK patterns for headless WooCommerce. Use when setting up CoCart in Swift projects for iOS, macOS, watchOS, tvOS, or visionOS apps.
Generate Content-Security-Policy headers for headless storefronts using CoCart. Detects the user's framework, payment gateways, and third-party services to produce a tailored CSP.
CoCart Flutter/Dart SDK patterns for headless WooCommerce. Use when setting up CoCart in Flutter or Dart projects for iOS, Android, web, or desktop apps.
CoCart Go SDK patterns for headless WooCommerce. Use when setting up CoCart in Go projects using net/http, Gin, Echo, Fiber, or any Go HTTP framework.
CoCart TypeScript/JavaScript SDK patterns for headless WooCommerce. Use when setting up CoCart in JS/TS projects including Astro, Next.js, Nuxt, SvelteKit, Remix, Hono, Elysia.js, Fastify, Deno, Framer, or Webflow.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of skills for AI coding agents following the Agent Skills format — compatible with Claude Code, GitHub Copilot, Gemini CLI, Cursor, OpenAI Codex, Windsurf, Cline, and any agent that supports the Agent Skills standard.
Add use CoCart to any prompt in your AI coding agent to get accurate SDK installation, adapter configuration, and code patterns for your framework.
After installing, just append use CoCart to any prompt:
Set up CoCart in my Next.js App Router project. use CoCart
Add a cart page to my Astro site with CoCart. use CoCart
Install the CoCart SDK and show me how to list products and handle auth. use CoCart
Your AI coding agent of choice will automatically apply the correct SDK, adapter, and patterns for your framework.
You can also invoke skills directly:
| Command | Description |
|---|---|
/cocart:setup | Main CoCart API setup and integration guidance |
/cocart:js | TypeScript / JavaScript SDK patterns |
/cocart:go | Go SDK patterns |
/cocart:php | PHP SDK patterns |
/cocart:python | Python SDK patterns |
/cocart:flutter | Flutter / Dart SDK patterns |
/cocart:swift | Swift SDK patterns (iOS, macOS, etc.) |
/cocart:csp | Generate Content-Security-Policy headers for your storefront |
# From the marketplace
/plugin install cocart
# Or from this repo directly
/plugin marketplace add cocart-headless/cocart-skills
/plugin install cocart@cocart-headless
Clone this repo into your project's .github/skills/ directory, or add the .agents/skills/ path to your VS Code chat.skillsLocations setting. Ensure chat.useAgentSkills is enabled.
Skills are auto-discovered from .agents/skills/ when this repo is cloned as a project dependency or placed in ~/.gemini/skills/.
# From the marketplace (when available)
/plugin install cocart
# Or from this repo directly
/plugin marketplace add cocart-headless/cocart-skills
/plugin install cocart@cocart-headless
Also detected automatically via .cursor-plugin/plugin.json when this repo is cloned into your project.
Detected automatically via .codex-plugin/plugin.json when this repo is cloned into your project.
Any agent that supports the Agent Skills standard will discover skills from .agents/skills/. Clone this repo and the skills are ready to use.
git clone https://github.com/cocart-headless/cocart-skills.git
# Skills are in skills/ and .agents/skills/
| Directory | Platforms |
|---|---|
skills/ | Canonical source — all skills live here |
.agents/skills/ | GitHub Copilot, Gemini CLI, Cline, Windsurf, OpenCode, and other Agent Skills-compatible agents |
.claude-plugin/ | Claude Code |
.cursor-plugin/ | Cursor |
.codex-plugin/ | OpenAI Codex |
Always edit skills in the skills/ directory. The .agents/skills/ directory is an auto-synced copy maintained by a GitHub Actions workflow — do not edit it directly. Changes pushed to skills/ on the main branch will be synced automatically.
| Language | Package |
|---|---|
| TypeScript / JavaScript | @cocartheadless/sdk |
| PHP | cocart-headless/cocart-php |
| Python | cocart-headless/cocart-python |
| Go | cocart-headless/cocart-go |
| Flutter | cocart-headless/cocart-flutter-sdk |
| Swift | cocart-headless/cocart-swift-sdk |
npx claudepluginhub cocart-headless/cocart-skills --plugin cocartExpert subagent and skills for WooCommerce development — plugin/extension creation, hooks/filters, REST API, checkout blocks, payment gateways, shipping methods, HPOS, catalog, admin UI, testing, deployment, and PHP 8.x patterns.
Guidelines for UI text and copy in WooCommerce. Use when writing user-facing text, labels, buttons, messages, or documentation in WooCommerce projects.
Claude Code skill pack for Shopify (30 skills)
Complete Shopify development reference covering Liquid templating, theme development (OS 2.0), GraphQL/REST APIs, app development, Shopify Functions, Hydrogen, performance optimisation, and debugging. Single unified skill with progressive disclosure via 11 reference files. API version 2026-01.
Storefront-specific skills and commands for building, bootstrapping, and auditing Vercel Shop projects.
Shopify developer tools for Claude Code — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code