vscode-extension-expert
✓This skill provides expert-level guidance for VS Code extension development. Use when implementing new extension features, debugging extension code, designing WebView UIs, implementing Language Server Protocol features, or optimizing extension performance. Covers activation events, contribution points, VS Code API patterns, security best practices, testing strategies, and publishing workflows.
Installation
SKILL.md
This skill enables expert-level VS Code extension development by providing comprehensive knowledge of the VS Code Extension API, architectural patterns, security requirements, and best practices. It should be used when creating new extensions, adding features to existing extensions, implementing WebViews, designing language support, or optimizing performance.
Choose the most specific activation event to minimize startup impact:
| onLanguage: | Language-specific features | onLanguage:python | | onCommand: | Command-driven extensions | onCommand:ext.showPanel | | onView: | Sidebar view expansion | onView:myTreeView | | workspaceContains: | Project-specific features | workspaceContains:/.eslintrc | | onFileSystem: | Custom file systems | onFileSystem:sftp |
This skill provides expert-level guidance for VS Code extension development. Use when implementing new extension features, debugging extension code, designing WebView UIs, implementing Language Server Protocol features, or optimizing extension performance. Covers activation events, contribution points, VS Code API patterns, security best practices, testing strategies, and publishing workflows. Source: s-hiraoku/vscode-sidebar-terminal.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill vscode-extension-expert- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-03
- Updated
- 2026-02-18
Quick answers
What is vscode-extension-expert?
This skill provides expert-level guidance for VS Code extension development. Use when implementing new extension features, debugging extension code, designing WebView UIs, implementing Language Server Protocol features, or optimizing extension performance. Covers activation events, contribution points, VS Code API patterns, security best practices, testing strategies, and publishing workflows. Source: s-hiraoku/vscode-sidebar-terminal.
How do I install vscode-extension-expert?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill vscode-extension-expert Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/s-hiraoku/vscode-sidebar-terminal
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-03