fix: install syntax is <plugin>@anipotts (github owner), not @claude-code-tips#92
Merged
github-actions[bot] merged 1 commit intomainfrom Apr 28, 2026
Conversation
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 #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>
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. |
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
PR #91 documented the wrong install syntax. 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.
So:
What this fixes
Bulk swap `@claude-code-tips` -> `@anipotts` across:
CHANGELOG.md: new 2026-04-28c entry corrects the install syntax + recovery steps for users who hit the broken instructions. 2026-04-28b entry kept (per don't-rewrite-history) with a pointer to the correction.
marketplace.json `name` field intentionally left at `claude-code-tips` since it's metadata-only.
Recovery for users who tried PR #91's wrong syntax
Test plan