chore: rename marketplace cc -> claude-code-tips (single source of truth) - #91
#91Merged
github-actions[bot] merged 1 commit intoApr 28, 2026
mainanipotts/claude-code-tips:mainfrom
chore/rename-marketplace-cc-to-claude-code-tipsanipotts/claude-code-tips:chore/rename-marketplace-cc-to-claude-code-tipsCopy head branch name to clipboard
Merged
chore: rename marketplace cc -> claude-code-tips (single source of truth)#91github-actions[bot] merged 1 commit intomainanipotts/claude-code-tips:mainfrom chore/rename-marketplace-cc-to-claude-code-tipsanipotts/claude-code-tips:chore/rename-marketplace-cc-to-claude-code-tipsCopy head branch name to clipboard
github-actions[bot] merged 1 commit into
mainanipotts/claude-code-tips:mainfrom
chore/rename-marketplace-cc-to-claude-code-tipsanipotts/claude-code-tips:chore/rename-marketplace-cc-to-claude-code-tipsCopy head branch name to clipboard
Conversation
…uth)
Three things were named 'cc' (marketplace internal name, plugin name, and a stale standalone github repo). Renamed the marketplace internal name to claude-code-tips so only the plugin keeps the cc name.
- .claude-plugin/marketplace.json: name "cc" -> "claude-code-tips"
- bulk replace `<plugin>@cc` -> `<plugin>@claude-code-tips` across READMEs (en + 5 translated), plugin READMEs, docs/tips/plugins.md, time skill calibrate doc, root plugin.json description
- CLAUDE.md / AGENTS.md inline phrase: "marketplace name: cc (install via anipotts@cc)" -> "marketplace: anipotts/claude-code-tips"
- CHANGELOG.md: new 2026-04-28b entry documenting the rename + breaking-change note for users with the marketplace already added
Plugin names unchanged (cc, lore, time still install the same way; only the @marketplace suffix changed).
Followup: archive the stale anipotts/cc github repo (predates v3.1, last push 2026-04-07).
verified locally: bun test -> 35/35, claude plugin validate {cc,lore,time} -> all pass, npx markdownlint-cli2 -> 0 errors.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
quality gate: all checks passed
automated check -- see CLAUDE.md for conventions. |
Contributor
|
@claude @codex please review this pr per .github/AI_REVIEW_RUBRIC.md. lanes:
output one pr comment each in the exact shape from the rubric. if an app is not installed on this repo, the mention sits unanswered and ci stays green. |
|
To use Codex here, create a Codex account and connect to github. |
5 tasks
pithy-name
pushed a commit
to pithy-forks/claude-code-tips
that referenced
this pull request
Jun 10, 2026
Claude Code registers a github-sourced marketplace under the github OWNER segment as the local identifier, not the marketplace.json 'name' field. The 'name' field is display metadata only. PR anipotts#91 documented the wrong install syntax which broke installs for anyone who tried it. - bulk swap @claude-code-tips -> @anipotts across README (en + 5 translated), plugin READMEs, docs/tips/plugins.md, root plugin.json description, plus a reference in plugins/time/skills/time-calibrate/SKILL.md - CHANGELOG.md: new 2026-04-28c entry corrects the syntax + recovery steps for users who tried the broken form; 2026-04-28b kept (per do-not-rewrite-history) with a pointer to the correction - marketplace.json 'name' field intentionally left at 'claude-code-tips' since it's metadata-only and the repo identity is coherent Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
three things were named `cc`:
renames the marketplace internal name to `claude-code-tips` so only the plugin keeps the `cc` name. plugin names are unchanged. github clone path `anipotts/claude-code-tips` is unchanged.
What this changes
BREAKING CHANGE for users with the marketplace already added
new users are unaffected; the documented install commands now use the new name.
Followup (post-merge)
archive `anipotts/cc` github repo so it stops competing with this one for the cc identity.
Test plan
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com