From shiiman-google
Google Forms フォームを新規作成・質問追加する。「フォーム作成」「Forms 作成」「新しいフォーム」「アンケート作成」「質問追加」「Forms 更新」「フォームに質問を追加」「アンケート項目追加」などで起動。
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-googleThis skill is limited to using the following tools:
Google Forms フォームの新規作成・質問追加を行います。
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 Forms フォームの新規作成・質問追加を行います。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-google:forms - Forms Editor
概要:
Google Forms フォームの新規作成・質問追加を行います。
使用方法:
/shiiman-google:forms [オプション]
オプション:
--help このヘルプを表示
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_forms.py create \
--name "フォーム名" \
--description "フォームの説明"
| オプション | 必須 | 説明 |
|---|---|---|
--name | Yes | フォーム名 |
--description | No | フォームの説明 |
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_forms.py add-question \
--form-id "フォームID" \
--question "質問文" \
--type RADIO \
--options "選択肢1,選択肢2,選択肢3" \
--required
| オプション | 必須 | 説明 |
|---|---|---|
--form-id | Yes | フォームID |
--question | Yes | 質問文 |
--type | Yes | 質問タイプ(TEXT, PARAGRAPH, RADIO, CHECKBOX, DROP_DOWN, SCALE, DATE, TIME) |
--options | No | 選択肢(カンマ区切り、RADIO/CHECKBOX/DROP_DOWN 時) |
--required | No | 必須フラグ |