diff --git a/content/capabilities.yaml b/content/capabilities.yaml index b4592ff..44d6a40 100644 --- a/content/capabilities.yaml +++ b/content/capabilities.yaml @@ -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 @@ -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 diff --git a/content/docs/skills/index.mdx b/content/docs/skills/index.mdx index 6266c0c..c158d17 100644 --- a/content/docs/skills/index.mdx +++ b/content/docs/skills/index.mdx @@ -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 |