Add Claude Code Plugin setup page#515
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
😎 Merged successfully - details. |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Claude finished @samgutentag's task in 1m 18s —— View job PR Review
SummaryThe new Blocking
Non-blocking
Inline suggestions posted for all four items above. |
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
The plugin is now listed in anthropics/claude-plugins-community, so the /plugin install command is the primary path. Manual GitHub URL install moved behind a details dropdown as a fallback. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Claude finished @samgutentag's task in 1m 19s —— View job PR Review
SummaryThe structure, navigation wiring ( Blocking
Non-blocking
|
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Community plugins require adding the marketplace source first with `claude plugin marketplace add`, then installing with @claude-community tag. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Triage status (2026-05-05): merge conflicts with main in |
|
Verification status (2026-05-07, re-verified): Could not determine state from feature-rollout signals (no eng PR or Linear ticket to verify against), but verifying directly against the external systems:
Note on earlier verification miss: the prior version of this comment said the plugin was not in the directory. That was a code-search false negative. The marketplace.json has 1920 plugins and substring search across the repo doesn't index it well. Verifying via Merge readiness:
Suggested next action: rebase against current main, resolve the two conflicts, then merge. No remaining content blockers. |
…ctory" wording The trunk plugin is now live in the community marketplace, so the direct-install rationale needs to reframe around release-pinning rather than directory-landing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Resolves card-grid conflict in flaky-tests/use-mcp-server/configuration/README.md by combining the new Claude Code Plugin card from this branch with the new Bearer Auth card from main. Card order: Claude Code, Claude Code Plugin, Cursor, GitHub Copilot, Gemini, Bearer Auth. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Claude finished @samgutentag's task in 1m 46s —— View job PR Review
SummaryThe page is in good shape. Sam's 2026-05-07 verification confirms the plugin is live in the community marketplace, all earlier review nits ("Say yes" → "Confirm to apply", "copy-pasteable" → "ready-to-paste", stale "before they land in the directory" wording, vague auth instructions) have been addressed, and the merge into main has resolved the previously-flagged conflicts in Non-blocking nits (inline comments posted):
No blockers — review_passed. |
| ``` | ||
| claude plugin marketplace add anthropics/claude-plugins-community | ||
| ``` |
There was a problem hiding this comment.
Code blocks on this page (lines 13, 19, 31, 58, 66, 74) are unfenced (bare ), but the sibling claude-code-cli.md page uses ```bash for shell commands. For consistency and syntax highlighting in GitBook, consider tagging the language on each block.
| ``` | |
| claude plugin marketplace add anthropics/claude-plugins-community | |
| ``` | |
| ```bash | |
| claude plugin marketplace add anthropics/claude-plugins-community |
| ``` | ||
| /plugin install trunk@https://github.com/trunk-io/claude-code-plugin | ||
| ``` |
There was a problem hiding this comment.
Command syntax is mixed across the page: lines 14 and 20 use shell-style (claude plugin marketplace add …, claude plugin install …), while line 32 uses slash-style (/plugin install …). Both are valid in their respective contexts (terminal vs. inside Claude Code), but the inconsistency may confuse readers.
Consider either (a) aligning to the same form as the primary install (shell-style):
| ``` | |
| /plugin install trunk@https://github.com/trunk-io/claude-code-plugin | |
| ``` | |
| ```bash | |
| claude plugin install trunk@https://github.com/trunk-io/claude-code-plugin |
…or (b) keeping the slash-style and adding a short clarifying lead-in such as "From inside Claude Code, run:" so the context shift is explicit.
| 1. Run any Trunk command (e.g., `/trunk:fix-flaky`) or trigger an MCP tool call | ||
| 2. Claude Code will open a browser window for OAuth login | ||
| 3. Log in with your Trunk account and authorize the connection | ||
| 4. You'll see `Authentication successful. Connected to trunk.` back in the terminal |
There was a problem hiding this comment.
Missing terminal period after "terminal" — this sentence is the only one in the numbered list without a closing period.
| 4. You'll see `Authentication successful. Connected to trunk.` back in the terminal | |
| 4. You'll see `Authentication successful. Connected to trunk.` back in the terminal. |
Summary
fix-flaky,why-flaky,setup-uploads), and auto-activating skillssummary.mdnavigation and the configuration card gridTest plan
/plugin install trunk@claude-plugin-directoryresolves from the community directory/plugin install trunk@https://github.com/trunk-io/claude-code-pluginworks as fallbackGenerated with Claude Code