docs(readme): add Claude Code plugin install commands#18
Merged
Conversation
The Claude Code install section only said the repo "includes a marketplace.json for automatic discovery" while VS Code and Copilot CLI both document concrete browse/install commands. Close that per-tool parity gap (roadmap #7, acceptance criterion: install instructions per tool) with the verified `/plugin marketplace add` + `/plugin install` commands and how to browse. Co-Authored-By: Claude Opus 4.8 (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.
What
The Claude Code install section of the README only said the repo "includes a
.claude-plugin/marketplace.jsonfor automatic discovery" — while the VS Code and Copilot CLI sections both document concrete browse/install commands. This closes that per-tool parity gap with the verified commands:plus how to browse (
/pluginDiscover tab, or/plugin list).Why
Advances roadmap epic #7 — acceptance criterion "Documented, in-sync manifests for each supported tool; install instructions per tool." The marketplace already supports Claude Code (the
.claude-plugin/marketplace.jsonis present and itsnameisdevantler-plugins), but a Claude Code user had no copy-pasteable install path. Criterion "no Copilot-specific branding" is already satisfied (README/AGENTS say "tool-neutral", both manifest names aredevantler-plugins); the MCP/standards-evaluation criterion is tracked separately. So this advances #7, does not close it.Scope / safety
README.mdchanged; bothmarketplace.jsonmanifests and allplugin.json/SKILL.mdfiles are untouched, so the CI manifest-parity + spec-validation checks are unaffected./plugin marketplace add <owner/repo>,/plugin install <plugin>@<marketplace>).Opened as a draft per the contributing workflow.