From shiiman-google
Google Slides プレゼンテーションを新規作成・スライド追加する。「プレゼン作成」「Slides 作成」「新しいスライド」「スライド追加」「Slides 更新」「スライドを追加して」「ページを追加」などで起動。
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-googleThis skill is limited to using the following tools:
Google Slides プレゼンテーションの新規作成・スライド追加を行います。
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 Slides プレゼンテーションの新規作成・スライド追加を行います。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-google:slides - Slides Editor
概要:
Google Slides プレゼンテーションの新規作成・スライド追加を行います。
使用方法:
/shiiman-google:slides [オプション]
オプション:
--help このヘルプを表示
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_slides.py create \
--name "プレゼンテーション名" \
--folder-id "フォルダID"
| オプション | 必須 | 説明 |
|---|---|---|
--name | Yes | プレゼンテーション名 |
--folder-id | No | 保存先フォルダID |
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_slides.py add-slide \
--presentation-id "プレゼンテーションID" \
--title "スライドタイトル" \
--body "スライド本文" \
--layout TITLE_AND_BODY
| オプション | 必須 | 説明 |
|---|---|---|
--presentation-id | Yes | プレゼンテーションID |
--title | No | スライドタイトル |
--body | No | スライド本文 |
--layout | No | レイアウト(BLANK, TITLE, TITLE_AND_BODY, TITLE_AND_TWO_COLUMNS) |