Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentAvançado

Finding Duplicate-Intent Functions

porobra·obra· v1.0.0 · atualizado em 2026-04-11
83
Score

Use when auditing a codebase for semantic duplication – functions that perform the same task but have different names or implementations. This is especially useful for LLM-generated codebases where new functions are often created instead of reusing existing ones.

code-analysisduplicate-detectioncode-refactoringllm-assisted-developmentsemantic-analysiscode-qualitycode-maintenance
Linguagens
TypeScriptJavaScriptPythonJavaC#
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdfinding-duplicate-functions/workflow
1
Extract Function Catalog: — Use `extract-functions.sh` to create a catalog of functions.
2
Categorize by Domain: — Use an LLM (Haiku) to categorize functions based on their purpose.
3
Split into Categories: — Divide the catalog into separate files based on the categories.
4
Find Duplicates: — Use an LLM (Opus) to identify duplicate functions within each category.
5
Generate Report: — Create a report summarizing the identified duplicates and their confidence levels.
6
Human Review: — Manually review the report to verify and consolidate duplicates.
7
Consolidate Code: — Update callers to use the survivor function and delete the duplicates.
8
Run Tests: — Ensure the changes do not introduce regressions.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar a ←AI Project Discovery Protocol
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar a ←Unsafe Rust Checker
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar a ←Dart Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar a ←Impact Analysis With GitNexus
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar a ←Rust Refactor Helper
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Rust Symbol Analyzer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Finding Duplicate-Intent Functions
finding-duplicate-functions
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.RECOMMEND
6.ACT
Triggers8
find duplicate functions in codebasedetect semantic duplication in codeidentify reimplemented functionsaudit codebase for similar functionsfind functions with same intentdetect duplicate code using LLManalyze code for functional redundancyidentify opportunities for code consolidation

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download finding-duplicate-functions
$ synaptic skills detail finding-duplicate-functions
$ synaptic skills live finding-duplicate-functions

Links

GitHub Repository