From a5ebc01148971eb4fcd900956785dfa7667d3663 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 10 Mar 2026 14:38:50 +0000 Subject: [PATCH 1/2] Add plugin submission guidelines to README Direct general plugin submissions to official docs, clarify that PRs to this repo are not actively monitored, and note MCP requirement for Claude Connectors Directory. https://claude.ai/code/session_0139JjpNMgcdyGivkXQFY4Ap --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 215991a..3ca5119 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,16 @@ As your team builds and shares plugins, Claude becomes a cross-functional expert ## Contributing +### Submitting Plugins + +**General plugins** should be submitted to the main plugin directory via the [official submission process](https://claude.com/docs/plugins/submit#submitting-your-plugin). + +If your plugin is **specific to financial services** and you'd like it hosted only in this repository, you may open a PR here. Note that PRs to this repository are not actively monitored. + +**MCP requirement**: Any MCP servers used in your plugin must be listed in the [Claude Connectors Directory](https://claude.com/connectors). + +### Making Changes + Plugins are just markdown files. Fork the repo, make your changes, and submit a PR. For new skills or plugins, include: - A `SKILL.md` with clear trigger conditions and workflow steps From 02b187c23be5d5101125008b48d097f6d9cc6c26 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 10 Mar 2026 14:43:14 +0000 Subject: [PATCH 2/2] Clarify plugin submission process in README External plugins should register via marketplace.json entry pointing to their own repo, not by submitting source files. Other repo edits are maintainer-only. https://claude.ai/code/session_0139JjpNMgcdyGivkXQFY4Ap --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3ca5119..c082026 100644 --- a/README.md +++ b/README.md @@ -139,17 +139,13 @@ As your team builds and shares plugins, Claude becomes a cross-functional expert **General plugins** should be submitted to the main plugin directory via the [official submission process](https://claude.com/docs/plugins/submit#submitting-your-plugin). -If your plugin is **specific to financial services** and you'd like it hosted only in this repository, you may open a PR here. Note that PRs to this repository are not actively monitored. +If your plugin is **specific to financial services** and you'd like it listed in this marketplace, host your plugin in your own repository and open a PR that adds an entry to [`.claude-plugin/marketplace.json`](./.claude-plugin/marketplace.json) pointing to it. **Do not** submit PRs containing your plugin's markdown/source files. Note that PRs to this repository are not actively monitored. **MCP requirement**: Any MCP servers used in your plugin must be listed in the [Claude Connectors Directory](https://claude.com/connectors). -### Making Changes +### Other Changes -Plugins are just markdown files. Fork the repo, make your changes, and submit a PR. For new skills or plugins, include: - -- A `SKILL.md` with clear trigger conditions and workflow steps -- A corresponding command in `commands/` if user-invocable -- Updated plugin manifest if adding new capabilities +All other edits to this repository (skills, commands, core plugins) are reserved for repository maintainers. ## License