From shiiman-google
Google Apps Script プロジェクトを新規作成・コード更新する。「GAS 作成」「Apps Script 作成」「スクリプト作成」「GAS 更新」「Apps Script 更新」「スクリプト編集」「コードを更新」などで起動。
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-googleThis skill is limited to using the following tools:
Google Apps Script プロジェクトの新規作成・コード更新を行います。
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity with signals, forms, dependency injection, routing, SSR, ARIA accessibility, animations, Tailwind styling, testing, and CLI tooling.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
Google Apps Script プロジェクトの新規作成・コード更新を行います。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-google:apps-script - Apps Script Editor
概要:
Google Apps Script プロジェクトの新規作成・コード更新を行います。
使用方法:
/shiiman-google:apps-script [オプション]
オプション:
--help このヘルプを表示
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_apps_script.py create \
--name "スクリプト名" \
--parent-id "親ドキュメントID"
| オプション | 必須 | 説明 |
|---|---|---|
--name | Yes | スクリプト名 |
--parent-id | No | 親ドキュメントID(スプレッドシート等に紐付ける場合) |
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_apps_script.py update \
--script-id "スクリプトID" \
--filename "Code.gs" \
--code "function myFunction() { ... }"
| オプション | 必須 | 説明 |
|---|---|---|
--script-id | Yes | スクリプトID |
--filename | Yes | ファイル名(.gs, .html, .json) |
--code | Yes | コード内容 |