Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/capabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ capabilities:
- /docs/campaigns/admin-api
api_operations: [tag:campaigns]
webhooks: []
skills: [next-create-campaign, next-campaigns-setup]
skills: [next-campaigns-create, next-campaigns-setup]
status: available
last_verified: 2026-09-14

Expand Down Expand Up @@ -426,6 +426,6 @@ capabilities:
- /docs/skills
api_operations: []
webhooks: []
skills: [next-theme-figma, next-theme-dev, next-create-campaign, next-campaigns-setup, next-bulk-fulfill, next-bulk-move, next-bulk-subscription, next-ops-scan]
skills: [next-theme-figma, next-theme-dev, next-campaigns-create, next-campaigns-setup, next-bulk-fulfill, next-bulk-move, next-bulk-subscription, next-ops-scan]
status: available
last_verified: 2026-09-14
2 changes: 1 addition & 1 deletion content/docs/skills/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Tell it which skill you want, or ask it to inspect [`skills.json`](https://githu
| --- | --- | --- |
| [**next-theme-figma**](https://github.com/NextCommerceCo/skills/tree/main/next-theme-figma) | Prepare Figma storefront designs for Spark theme implementation — validates source structure, classifies sections and assets, records Spark divergences, and generates a low-inference handoff for `next-theme-dev` | You have a Figma storefront design (PDP, homepage, etc.) you want to turn into a Next Commerce theme |
| [**next-theme-dev**](https://github.com/NextCommerceCo/skills/tree/main/next-theme-dev) | Build and customize storefront themes — DTL templates, ntk CLI, Tailwind CSS, settings, side cart | You're editing theme files, setting up a new storefront, or debugging template issues |
| [**next-create-campaign**](https://github.com/NextCommerceCo/skills/tree/main/next-create-campaign) | Provision a launch-ready Campaigns App campaign over the Admin API — reads the store's catalogue, gateways, and shipping methods, recommends a structure, then creates the campaign, packages, shipping methods, and tier/voucher offers behind an approval gate; hands back the campaign `api_key` and package IDs | A new campaign needs to exist on a store before funnel work starts — creates new campaigns only, it can't edit an existing one |
| [**next-campaigns-create**](https://github.com/NextCommerceCo/skills/tree/main/next-campaigns-create) | Provision a launch-ready Campaigns App campaign over the Admin API — reads the store's catalogue, gateways, and shipping methods, recommends a structure, then creates the campaign, packages, shipping methods, and tier/voucher offers behind an approval gate; hands back the campaign `api_key` and package IDs | A new campaign needs to exist on a store before funnel work starts — creates new campaigns only, it can't edit an existing one |
| [**next-campaigns-setup**](https://github.com/NextCommerceCo/skills/tree/main/next-campaigns-setup) | End-to-end CPK campaign setup — scaffolds the project, copies a starter template, seeds `campaigns.json`, wires up the API key, store details, and analytics in one pass | Starting a new CPK campaign for a brand — after the campaign exists in the Campaigns App |
| [**next-bulk-fulfill**](https://github.com/NextCommerceCo/skills/tree/main/next-bulk-fulfill) | Update orders to **Fulfilled** with tracking numbers from a CSV | A fulfillment provider shipped orders but tracking didn't sync back — orders stuck in *Processing* |
| [**next-bulk-move**](https://github.com/NextCommerceCo/skills/tree/main/next-bulk-move) | Move fulfillment orders between warehouse locations in bulk — by order-number file or by Product ID / SKU list | Switching fulfillment providers, or moving every FO containing a given SKU/product to a new location |
Expand Down