docs: rename next-create-campaign skill to next-campaigns-create - #57
Merged
Merged
Conversation
The skills repo renamed the directory in NextCommerceCo/skills#67, so the AI Skills page link 404'd. Updates the table row and both capability map references. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
developer-docs | 1fdf5dd | Commit Preview URL Branch Preview URL |
Sep 14 2026, 09:16 AM |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Reviewed by minimax-m3 · Input: 0 · Output: 0 · Cached: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The campaign-creation skill was renamed in the skills repo, so the AI Skills page was linking to a folder that no longer exists. This updates the name and link on that page, plus the 2 places in the capabilities file that list the skill. The capability map generator checks skill names against the skills page, so all 3 have to change together.
···
What changed
content/docs/skills/index.mdx: the table row name and GitHub link now usenext-campaigns-createcontent/capabilities.yaml: the campaigns capability and theagent-skillscapability now listnext-campaigns-createWhy
NextCommerceCo/skills#67 renamed
next-create-campaigntonext-campaigns-create, matching the naming of the othernext-campaigns-<verb>skills. The old tree URL now returns a 404.Verification
npm ci && npm run build && npm run check: build OK, check-agent-surfaces OK, check-frontmatter OK, link validation found 0 errorsnext-create-campaignreferences are left in the repo🤖 Generated with Claude Code