Add Claude Code marketplace install flow - #977
Merged
wayyoungboy merged 6 commits intoJun 7, 2026
Merged
Conversation
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
memory-powermemfrom the repository./memory-powermem:initinstalls the Python backend from PyPI by default.How to install from Claude Code marketplace
After this marketplace entry is available from the official repository, users can install and initialize PowerMem directly in Claude Code:
Then verify the installed backend state:
To uninstall the plugin connector:
If the plugin-managed backend should be stopped before uninstalling:
How to test this PR branch
For testing before merge, add the marketplace from this branch and then install the plugin:
The marketplace install only installs the Claude Code plugin connector. The init step creates a plugin-local venv and installs the Python backend with:
If the plugin change depends on backend code that has not been published to PyPI yet, run init with
POWERMEM_INIT_PACKAGEpointing at the branch or commit to test:Notes
POWERMEM_INIT_PACKAGEfor testing unpublished backend changes./reload-pluginsis required after install or update so Claude Code loads newly installed skills such as/memory-powermem:init,/memory-powermem:status,/memory-powermem:stop, and/memory-powermem:reset.Validation
sh -non plugin shell scriptspython3 -m json.toolon marketplace/plugin manifestsclaude plugin validate .claude plugin validate apps/claude-code-plugin/.claude-plugin/plugin.json