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. yeachan-heo
  4. /
  5. oh-my-claudecode
  6. /
  7. Self Improve

Self Improve

Editor's Note

This is an autonomous code optimization loop that runs tournament selection on competing improvement strategies. It spawns specialized agents (researcher, planner, architect, critic, executor) to analyze your codebase, generate hypotheses, implement changes, and benchmark results without stopping to ask permission between iterations. The system runs inside a target repo you specify, executes your benchmark command repeatedly, and keeps the best performing code through a git-based tournament. It includes guardrails against modifying benchmark code and circuit breakers for regressions. You'd use this when you have a measurable performance target and want to throw compute at the problem overnight. The trust model is explicit: you confirm the repo path and benchmark command once, then it runs hot until plateau or target.

Install

npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill self-improve
Votes
0
Installs212
GitHub Stars35.6k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment