Skip to content

Add marketplace catalog for one-line install - #9

Open
londondan wants to merge 1 commit into
mainfrom
feature/marketplace-catalog
Open

Add marketplace catalog for one-line install#9
londondan wants to merge 1 commit into
mainfrom
feature/marketplace-catalog

Conversation

@londondan

Copy link
Copy Markdown
Owner

Summary

  • Adds .claude-plugin/marketplace.json so users can install AgentConductor through Claude Code's plugin marketplace mechanism (a bare plugin.json is not sufficient — Claude Code installs through marketplaces).
  • Updates README.md with a new Install section showing the two-line install flow above the existing Auto-Launch section.

Install command

/plugin marketplace add londondan/AgentConductor
/plugin install agent-conductor@agent-conductor

Test plan

  • In a fresh Claude Code session, run the two /plugin commands above and confirm the plugin installs cleanly.
  • Restart Claude Code; confirm the SessionStart hook fires (a Terminal window opens with the live monitor).
  • Confirm the /monitor slash command is available in the new session.

Notes

  • No license field set — repo has no LICENSE file yet, so we don't claim one. Add a LICENSE in a follow-up if/when desired.
  • version set to 0.1.0 (we can bump to 1.0.0 once we're confident of API stability).

Adds .claude-plugin/marketplace.json so users can install via:

  /plugin marketplace add londondan/AgentConductor
  /plugin install agent-conductor@agent-conductor

README now documents the install path above the Auto-Launch section.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant