Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chore: rename marketplace cc -> claude-code-tips (single source of truth) - #91

#91
Merged
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
Apr 28, 2026
Merged

chore: rename marketplace cc -> claude-code-tips (single source of truth)#91
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

@anipotts

Copy link
Copy Markdown
Owner

Summary

three things were named `cc`:

  • the marketplace internal name (in marketplace.json)
  • a plugin within that marketplace (cross-session messaging)
  • a stale standalone github repo `anipotts/cc` (last push 2026-04-07)

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

before after
`/plugin install cc@cc` `/plugin install cc@claude-code-tips`
`/plugin install lore@cc` `/plugin install lore@claude-code-tips`
`/plugin install time@cc` `/plugin install time@claude-code-tips`
marketplace.json `name: cc` marketplace.json `name: claude-code-tips`

BREAKING CHANGE for users with the marketplace already added

/plugin marketplace remove cc
/plugin marketplace add anipotts/claude-code-tips
/plugin install cc@claude-code-tips
/plugin install lore@claude-code-tips
/plugin install time@claude-code-tips

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

  • `bun test plugins/cc/tests/` -> 35/35
  • `claude plugin validate {cc,lore,time}` -> all pass
  • `npx markdownlint-cli2` across changed surfaces -> 0 errors
  • grep for stray `@cc\b` outside CHANGELOG history -> empty
  • CI green

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

…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>
@github-actions

Copy link
Copy Markdown
Contributor

quality gate: all checks passed

  • PR description -- present
  • version stamps -- all docs stamped
  • hook conventions -- no shell scripts changed

automated check -- see CLAUDE.md for conventions.

@github-actions

Copy link
Copy Markdown
Contributor

@claude @codex please review this pr per .github/AI_REVIEW_RUBRIC.md.

lanes:

  • claude: prose, voice, api/contract shape, skill + hook + plugin surface correctness, tests for the public path.
  • codex: bugs, security, type/shell correctness, dependency hygiene, ci config.

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.

@github-actions
github-actions Bot merged commit ea62e3b into main Apr 28, 2026
13 checks passed
@chatgpt-codex-connector

Copy link
Copy Markdown

To use Codex here, create a Codex account and connect to github.

@anipotts
anipotts deleted the chore/rename-marketplace-cc-to-claude-code-tips branch May 7, 2026 21:02
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.