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

NuGet Manager

porgithub·github· v1.0.0 · atualizado em 2026-04-10
83
Score

Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.

nugetpackage-managementdotnetcsharpdependency-managementcli
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdnuget-manager/workflow
1
Identify Intent: — Determine if the user wants to add, remove, or update a NuGet package.
2
Gather Information: — Extract the package name, version (if applicable), and target project or solution.
3
Verify Version (Update Only): — Use `dotnet package search` to confirm the version exists.
4
Determine Management Style: — Check for `Directory.Packages.props` or individual `.csproj` files to identify version management.
5
Apply Changes: — Execute `dotnet add`, `dotnet remove`, or modify the appropriate file.
6
Restore Packages: — Run `dotnet restore` to ensure compatibility.
7
Report Outcome: — Inform the user of success or failure, including any errors.

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 aCode Reviewer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
94
Similar aGit Diff Parser
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
86
Similar aREST API Builder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
90
Co-executedREST API Builder
50%
Hebbian Synapse
Composite0.504
w = 0.3·α + 0.5·β + 0.2·γ
90

Árvore do Skill

NuGet Manager
nuget-manager
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.ACT
6.REFLECT
Triggers8
add a nuget packageremove a nuget packageupdate nuget package versionmanage nuget dependenciesinstall a dotnet packageuninstall a dotnet packagechange nuget package versionrestore dotnet packages

Avaliar este Skill

Score Breakdown

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

Instalação

$ synaptic mcp download nuget-manager
$ synaptic skills detail nuget-manager
$ synaptic skills live nuget-manager

Links

GitHub Repository