Document agent marketplace installs#22
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5e1964c90e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| <Accordion title="Claude Code"> | ||
| ```text | ||
| /plugin marketplace add Sendmux/skills |
There was a problem hiding this comment.
Point marketplace installs at an actual marketplace
This marketplace source does not contain the catalog files the clients require, so the new recommended install path fails before users can install the plugin. I checked the public Sendmux/skills tree and the direct .claude-plugin/marketplace.json and .agents/plugins/marketplace.json paths return 404; Claude Code docs require a .claude-plugin/marketplace.json catalog, and Codex docs read repo marketplaces from $REPO_ROOT/.agents/plugins/marketplace.json or the legacy .claude-plugin/marketplace.json. Until that repo publishes a real marketplace catalog, the Claude/Codex instructions here and in the supported-targets table send users to a non-installable source.
Useful? React with 👍 / 👎.
No description provided.