Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

vscode-ext-analyze-params

Étoiles22
Forks2
Mis à jour8 avril 2026 à 03:51

Analyze the parameter signature of a specific VSCode extension command by reverse-engineering the minified extension.js source code. Given an extension ID and a command name, extracts the registerCommand callback's formal parameters, infers types from runtime type-checking patterns (typeof, Array.isArray), and checks URI handlers for human-readable parameter names. Use when the user asks: what parameters does a command accept, how to call executeCommand with arguments, what's the signature of a specific extension command, reverse-engineer command parameters. Run list-commands first to discover available commands, then use this skill to deep-dive into specific ones.

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

Explorateur de fichiers
2 fichiers
SKILL.md
readonly