·vscode-webview-expert
!

vscode-webview-expert

s-hiraoku/vscode-sidebar-terminal

このスキルは、VS Code WebView 機能を実装するための専門家レベルのガイダンスを提供します。 WebView パネルの作成、安全な CSP ポリシーの実装、拡張機能と WebView の通信の処理、WebView 状態の永続性の管理、WebView のパフォーマンスの最適化、または WebView レンダリングの問題のデバッグを行うときに使用します。セキュリティのベスト プラクティス、メッセージ プロトコル、VS Code 固有の WebView パターンについて説明します。

2インストール·0トレンド·@s-hiraoku

インストール

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

SKILL.md

This skill enables expert-level implementation of VS Code WebView features. It provides comprehensive knowledge of WebView security requirements, communication patterns, state management, and performance optimization techniques specific to VS Code extensions.

| default-src | Fallback for other directives | 'none' | | script-src | JavaScript sources | 'nonce-${nonce}' | | style-src | Stylesheet sources | ${webview.cspSource} 'unsafe-inline' | | img-src | Image sources | ${webview.cspSource} https: data: | | font-src | Font sources | ${webview.cspSource} |

| connect-src | XHR/Fetch destinations | https: or specific origins | | frame-src | iframe sources | 'none' (unless needed) |

このスキルは、VS Code WebView 機能を実装するための専門家レベルのガイダンスを提供します。 WebView パネルの作成、安全な CSP ポリシーの実装、拡張機能と WebView の通信の処理、WebView 状態の永続性の管理、WebView のパフォーマンスの最適化、または WebView レンダリングの問題のデバッグを行うときに使用します。セキュリティのベスト プラクティス、メッセージ プロトコル、VS Code 固有の WebView パターンについて説明します。 ソース: s-hiraoku/vscode-sidebar-terminal。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill vscode-webview-expert
カテゴリ
!セキュリティ
認証済み
初回登録
2026-02-05
更新日
2026-02-18

クイックアンサー

vscode-webview-expert とは?

このスキルは、VS Code WebView 機能を実装するための専門家レベルのガイダンスを提供します。 WebView パネルの作成、安全な CSP ポリシーの実装、拡張機能と WebView の通信の処理、WebView 状態の永続性の管理、WebView のパフォーマンスの最適化、または WebView レンダリングの問題のデバッグを行うときに使用します。セキュリティのベスト プラクティス、メッセージ プロトコル、VS Code 固有の WebView パターンについて説明します。 ソース: s-hiraoku/vscode-sidebar-terminal。

vscode-webview-expert のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill vscode-webview-expert インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

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