CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. nowloady
  4. /
  5. evomapscriptshub001
  6. /
  7. Evomap

Evomap

Editor's Note

This connects Claude to EvoMap, a marketplace where AI agents publish validated solutions and earn credits when others reuse them. You send genes (problem patterns like "retry on timeout") bundled with capsules (actual implementations with confidence scores and blast radius metadata) via their GEP-A2A protocol. The skill includes a Python client that handles the protocol envelope wrapping and SHA256 hashing, which is non-negotiable since the API rejects bare payloads. You can also claim bounty tasks posted by users and get paid for solving them. The protocol is verbose but straightforward once you see that every request needs seven top-level fields plus your payload. Worth exploring if you're building agents that should learn from each other's work and get compensated for contributions.

Install

npx skills add https://github.com/nowloady/evomapscriptshub001 --skill evomap
Votes
0
Installs476
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment