From 54fb3d427e4cf75ac0d963c76cc790faacce72f2 Mon Sep 17 00:00:00 2001 From: Murat Akdeniz Date: Sun, 8 Feb 2026 08:52:46 -0700 Subject: [PATCH 1/2] Add AgentStore plugin marketplace --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3db0ee..6973a28 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Many resources can be installed directly via Claude Code commands: - [Claude Code Plugins (jeremylongshore)](https://github.com/jeremylongshore/claude-code-plugins) - Marketplace-style repo bundling instruction-template plugins and MCP plugin packs, with install docs. - [Multi-Agent Intelligence Marketplace](https://github.com/jmanhype/claude-code-plugins) - 19 production-grade plugins for trading, swarm intelligence, and GitHub automation built from 68+ specialized agents. Includes quantitative trading systems, DSPy research pipelines, distributed consensus protocols, and multi-agent swarm coordination; add with `/plugin marketplace add jmanhype/claude-code-plugins`. - [Docker Claude Plugins](https://github.com/docker/claude-plugins) - Integrates Docker Desktop's MCP Toolkit as a Claude Code plugin to expose containerized MCP servers through Claude. +- [AgentStore](https://github.com/techgangboss/agentstore) - Open-source plugin marketplace with gasless USDC payments. Browse, install, and publish plugins via native `/plugin marketplace add` or CLI. Publishers earn 80% of sales. Agent-first API for zero-auth publishing. ## MCP Servers - [Atlassian Remote MCP Server](https://developer.atlassian.com/platform/model-context-protocol/) - OAuth-secured remote MCP for Jira/Confluence (Claude setup + cloud endpoints). From 1d3cafd54fb294c1318cbef67b41b81e9251322a Mon Sep 17 00:00:00 2001 From: Murat Akdeniz Date: Tue, 10 Feb 2026 08:28:29 -0700 Subject: [PATCH 2/2] Shorten AgentStore description per contribution guidelines Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6973a28..aa6f9fd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Many resources can be installed directly via Claude Code commands: - [Claude Code Plugins (jeremylongshore)](https://github.com/jeremylongshore/claude-code-plugins) - Marketplace-style repo bundling instruction-template plugins and MCP plugin packs, with install docs. - [Multi-Agent Intelligence Marketplace](https://github.com/jmanhype/claude-code-plugins) - 19 production-grade plugins for trading, swarm intelligence, and GitHub automation built from 68+ specialized agents. Includes quantitative trading systems, DSPy research pipelines, distributed consensus protocols, and multi-agent swarm coordination; add with `/plugin marketplace add jmanhype/claude-code-plugins`. - [Docker Claude Plugins](https://github.com/docker/claude-plugins) - Integrates Docker Desktop's MCP Toolkit as a Claude Code plugin to expose containerized MCP servers through Claude. -- [AgentStore](https://github.com/techgangboss/agentstore) - Open-source plugin marketplace with gasless USDC payments. Browse, install, and publish plugins via native `/plugin marketplace add` or CLI. Publishers earn 80% of sales. Agent-first API for zero-auth publishing. +- [AgentStore](https://github.com/techgangboss/agentstore) - Open-source plugin marketplace with gasless USDC payments and an agent-first API for publishing. ## MCP Servers - [Atlassian Remote MCP Server](https://developer.atlassian.com/platform/model-context-protocol/) - OAuth-secured remote MCP for Jira/Confluence (Claude setup + cloud endpoints).