Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick

vscode-ext-analyze-params

Sterne22
Forks2
Aktualisiert8. April 2026 um 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

Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.

Datei-Explorer
2 Dateien
SKILL.md
readonly