vscode-extensions
Guide for developing VS Code extensions. Use this when creating or modifying extension code, webviews, tree views, or commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guide for developing VS Code extensions. Use this when creating or modifying extension code, webviews, tree views, or commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Investigate and fix a bug using the project's TDD workflow. Use when given a bug report or GitHub issue to fix.
Background knowledge about the Agent Lens VS Code extension architecture. Preloaded by agents for project context.
Guide for writing tests in Agent Lens. Use when creating unit tests, integration tests, or setting up test infrastructure.
Guide for developing the Agent Lens VS Code extension. Use when creating or modifying extension code, webviews, tree views, or commands.
Guide for writing tests. Use this when creating unit tests, integration tests, or setting up test infrastructure.
| name | vscode-extensions |
| description | Guide for developing VS Code extensions. Use this when creating or modifying extension code, webviews, tree views, or commands. |
extension.ts — activation point, register commands and viewspackage.json — contributes commands, views, configurationpostMessage / onDidReceiveMessage)webview.asWebviewUri() for local resources@vscode/test-electron for integration tests