Google Apps Script のコードを更新する。「GAS 更新」「Apps Script 更新」「スクリプト編集」「コードを更新」などで起動。
Updates Google Apps Script code files and adds new files to existing projects. Used when users request "GAS 更新" or "Apps Script 更新" to modify server-side JavaScript, HTML, or JSON files in a specific script project.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-google@shiiman-claude-code-pluginsThis skill is limited to using the following tools:
Google Apps Script プロジェクトのコードを更新します。
python plugins/shiiman-google/scripts/google_apps_script.py update --script-id "ID" --filename "Code.gs" --code "function myFunc() { Logger.log('Hello'); }"
python plugins/shiiman-google/scripts/google_apps_script.py update --script-id "ID" --filename "Utils.gs" --code "function helper() {}"
.gs: サーバーサイド JavaScript.html: HTML ファイル.json: JSON ファイル(appsscript.json など)Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.
Implement GDPR-compliant data handling with consent management, data subject rights, and privacy by design. Use when building systems that process EU personal data, implementing privacy controls, or conducting GDPR compliance reviews.