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

VS Code extension command contribution

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

Guidelines for contributing commands in VS Code extensions. Indicates naming convention, visibility, localization and other relevant attributes, following VS Code extension development guidelines, libraries and good practices

vscode-extensioncommand-contributionvisual-studio-codeextension-developmentcommand-paletteside-bar-commands
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdvscode-ext-commands/workflow
1. Determine the type of command (regular or side bar).
2. Define the command's title, category (for regular commands), and icon (for side bar commands).
3. Determine the visibility and location of the command (command palette, side bar, view/title, view/item/context).
4. Define enablement conditions (`when`) for the command's visibility.
5. Contribute the command to the VS Code extension manifest (package.json).
6. Test the command in VS Code to verify its functionality and visibility.
7. Refactor if needed.

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 aMarkdown to Docs
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aImage Optimizer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
76
Similar aReact Component Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
89

Árvore do Skill

VS Code extension command contribution
vscode-ext-commands
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.EVALUATE
5.REFLECT
Triggers8
contribute commands to VS Code extensionadd commands to VS Code extensionupdate commands in VS Code extensiondefine command title in VS Codecreate side bar command in VS Codeadd command to command paletteimplement vscode extension commandvscode command naming convention

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 vscode-ext-commands
$ synaptic skills detail vscode-ext-commands
$ synaptic skills live vscode-ext-commands

Links

GitHub Repository