Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Rust Refactor Helper

poractionbook·actionbook· v1.0.0 · atualizado em 2026-04-11
80
Score

Enables safe Rust refactoring using LSP analysis. Triggers on commands like /refactor, rename symbol, move function, and extract.

rustrefactoringlspcode-analysiscode-qualitystatic-analysis
Linguagens
Rust
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdrust-refactor-helper/workflow
1
Identify Refactoring Action: — Determine the desired refactoring action (rename, extract, move, inline) and target symbol.
2
Gather Symbol Information: — Use LSP to find the symbol's definition, references, and dependencies.
3
Analyze Impact: — Evaluate the potential impact of the refactoring, checking for conflicts and dependencies.
4
Generate Change Plan: — Create a detailed plan outlining the necessary code changes and import updates.
5
Preview Changes (Dry Run): — Show the user a preview of the changes using `--dry-run`.
6
Apply Changes: — If the user approves, apply the changes to the codebase.

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

Compõe comRust Code Navigator
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Compõe com ←Rust Symbol Analyzer
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aFinding Duplicate-Intent Functions
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aAI Project Discovery Protocol
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aUnsafe Rust Checker
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Rust Refactor Helper
rust-refactor-helper
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.ACT
Triggers8
refactor rust coderename a rust symbolmove a rust functionextract rust code to a functionperform safe rust refactoringanalyze rust code for refactoringfind references in rust codeinline a rust function

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 rust-refactor-helper
$ synaptic skills detail rust-refactor-helper
$ synaptic skills live rust-refactor-helper

Links

GitHub Repository