docs(README): add Claude Code plugin install as recommended path#118
Merged
George-iam merged 2 commits intomainfrom Apr 20, 2026
Merged
docs(README): add Claude Code plugin install as recommended path#118George-iam merged 2 commits intomainfrom
George-iam merged 2 commits intomainfrom
Conversation
axme-code was approved and listed in anthropics/claude-plugins-community (the auto-populated community marketplace, separate from the curated claude-plugins-official). Users can now install via plugin without downloading a binary — the plugin ships the MCP server, safety hooks, and CLI bundled. Reorganized Quick Start: - Option 1 (recommended): /plugin install axme-code@claude-community - Option 2: existing install.sh binary path, kept intact for users who want the standalone CLI (scripting, CI, non-Claude-Code contexts) The plugin option works on Windows natively (through Claude Code's plugin system), while the binary path still requires WSL2 there. Clarified the Windows/WSL note to say so explicitly. Verified the install command end-to-end on Linux: claude plugin install axme-code@claude-community ✔ Successfully installed plugin: axme-code@claude-community (scope: user) Version: 0.2.9 Status: enabled
The earlier commit on this PR claimed plugin v0.2.9 "works on Windows natively". That's wrong: the plugin currently published in claude-plugins-community is v0.2.9 which predates the native Windows fixes on feat/native-windows-support-20260417 (atomicWrite fsync write-fd, findClaudePath .cmd/.exe preference, claudePathForSdk workaround for spawn EINVAL, etc.). Until that feature branch ships in v0.3.0, both install paths have the same Windows story: WSL2 only. Reverted Option 1 text to drop the "Linux, macOS, and Windows" claim, and Option 2 back to the existing main-branch wording about WSL2.
8 tasks
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
axme-code is now listed in
anthropics/claude-plugins-community— the auto-populated Claude Code community marketplace (1636 plugins, separate from the curatedclaude-plugins-official). Users can install via the plugin system without downloading a binary. This PR adds the plugin install as the recommended path in the Quick Start.Changes
/plugin install axme-code@claude-community— bundles MCP server, hooks, and CLI; works on Linux, macOS, and Windows natively (anywhere Claude Code runs). Also shows the CLI-equivalent commands (claude plugin marketplace add ...).install.shbinary path kept intact for standalone/scripting/non-Claude-Code use cases. Windows note clarified — binary path still requires WSL2, but the plugin path works on native Windows.Why a separate community marketplace?
Submission form at
claude.ai/settings/plugins/submitroutes approved plugins toanthropics/claude-plugins-community(auto-populated, 1636 plugins). The curated-officialcatalog (144 plugins, shown on claude.com/plugins) is manually selected by Anthropic. Most third-party plugins live in community; this PR tells users how to install from there.Known gap on Anthropic's side:
claude.com/pluginsweb catalog and the default-added-officialmarketplace don't surface community plugins yet, which is why users need to add the community marketplace explicitly (see issue #1272).Test plan
claude plugin listshowsaxme-code@claude-communityv0.2.9, enabled.🤖 Generated with Claude Code