Add next-create-campaign skill and update campaign documentation - #56
Conversation
next-create-campaign (v0.3.0) shipped in NextCommerceCo/skills but was missing from the docs, so there was no way to discover it. - Add the table row, placed above next-campaigns-setup since it is the upstream half of the pair: it provisions the campaign over the Admin API and hands back the api_key and package ids that the CPK scaffold then consumes. - Clarify next-campaigns-setup's "when to use it" cell so the two campaigns skills don't read as alternatives. - Register the skill in the campaigns and agent-skills capability records so /capabilities.json and the llms bundles list it, and bump their last_verified. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012Q12RTvLPkvmxxZEBMjKfY
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
developer-docs | 040be47 | Commit Preview URL Branch Preview URL |
Sep 14 2026, 12:22 AM |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge The PR cleanly adds the new Files Reviewed (2 files)
Reviewed by minimax-m3 · Input: 0 · Output: 0 · Cached: 0 |
Summary
This PR introduces a new AI agent skill for provisioning campaigns via the Admin API and clarifies the relationship between campaign creation and setup workflows.
Key Changes
next-create-campaign— provisions launch-ready Campaigns App campaigns over the Admin API, handling catalogue/gateway/shipping method discovery, campaign structure recommendations, and creation of campaigns, packages, shipping methods, and tier/voucher offersnext-campaigns-setupnow operates on campaigns that already exist in the Campaigns App (post-provisioning workflow)next-create-campaignto the campaigns capability skills listnext-create-campaignto the AI agent skills capabilitylast_verifiedtimestamps from 2026-09-03 to 2026-09-14 for affected capabilitiesImplementation Details
The changes establish a clear two-step campaign workflow:
next-create-campaign): Creates the campaign infrastructure in the Campaigns App via Admin APInext-campaigns-setup): Configures the local project, seeds configuration files, and wires up API credentials and analyticsThis separation allows agents to handle campaign creation independently before developers begin funnel work.
https://claude.ai/code/session_012Q12RTvLPkvmxxZEBMjKfY