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. obra
  4. /
  5. superpowers-lab
  6. /
  7. Finding Duplicate Functions

Finding Duplicate Functions

Editor's Note

LLM-generated codebases have a nasty habit of reimplementing the same utility function six different ways instead of reusing what exists. This skill catches those semantic duplicates that traditional copy-paste detectors miss. It extracts your functions, uses Haiku to group them by domain, then unleashes Opus on each category to find functions that do the same thing despite different implementations. The two-tier model approach is smart: cheap categorization, expensive analysis only where it matters. Focus on your utils folders and validation code first, those accumulate duplicates fastest. Just make sure the survivor function has tests before you consolidate, because the LLM can miss edge cases that only one implementation handled.

Install

npx skills add https://github.com/obra/superpowers-lab --skill finding-duplicate-functions
Votes
0
Installs405
GitHub Stars355
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment