Agent skill
apps-script-create
Google Apps Script プロジェクトを新規作成する。「GAS 作成」「Apps Script 作成」「スクリプト作成」「GAS を作って」などで起動。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/apps-script-create-shiiman-claude-code-plugins
SKILL.md
Apps Script Create
Google Apps Script プロジェクトを新規作成します。
実行方法
スタンドアロンスクリプト作成
python plugins/shiiman-google/skills/apps-script-list/scripts/google_apps_script.py create --name "スクリプト名"
スプレッドシートに紐付けて作成
python plugins/shiiman-google/skills/apps-script-list/scripts/google_apps_script.py create --name "マクロ" --parent-id "スプレッドシートID"
ユーザー入力の解釈
- スクリプト名を聞き出す
- スプレッドシートなどに紐付けるか確認
- 紐付ける場合は --parent-id で指定
出力項目
- id: スクリプトID
- name: スクリプト名
- parentId: 親ドキュメントID(紐付けた場合)
- url: 編集URL
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?