·vscode-extension-expert
!

vscode-extension-expert

s-hiraoku/vscode-sidebar-terminal

此技能为 VS Code 扩展开发提供专家级指导。在实现新的扩展功能、调试扩展代码、设计 WebView UI、实现语言服务器协议功能或优化扩展性能时使用。涵盖激活事件、贡献点、VS Code API 模式、安全最佳实践、测试策略和发布工作流程。

5安装·2热度·@s-hiraoku

安装

$npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill vscode-extension-expert

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 |

此技能为 VS Code 扩展开发提供专家级指导。在实现新的扩展功能、调试扩展代码、设计 WebView UI、实现语言服务器协议功能或优化扩展性能时使用。涵盖激活事件、贡献点、VS Code API 模式、安全最佳实践、测试策略和发布工作流程。 来源:s-hiraoku/vscode-sidebar-terminal。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill vscode-extension-expert
分类
!安全工具
认证
收录时间
2026-02-03
更新时间
2026-02-18

快速解答

什么是 vscode-extension-expert?

此技能为 VS Code 扩展开发提供专家级指导。在实现新的扩展功能、调试扩展代码、设计 WebView UI、实现语言服务器协议功能或优化扩展性能时使用。涵盖激活事件、贡献点、VS Code API 模式、安全最佳实践、测试策略和发布工作流程。 来源:s-hiraoku/vscode-sidebar-terminal。

如何安装 vscode-extension-expert?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill vscode-extension-expert 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/s-hiraoku/vscode-sidebar-terminal