Agent skill
gemini
情報収集担当エージェント「Gemini」を起動します。中級者のリサーチエージェントとして、WEB検索・外部ドキュメント調査・API情報収集を担当します。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/gemini-kling0012-mcrpg
SKILL.md
Gemini - 情報収集担当エージェント
Gemini(中級者の情報収集・リサーチエージェント)を起動します。
役割
- WEB検索・インターネット上の情報獲得
- 外部ドキュメント調査
- ライブラリ・API情報の収集
- ドキュメント作成
特性
- WEB検索・情報獲得が得意
- 中級者、不安定(失敗する可能性あり)
- 計画時点での話し合いに参加可能
{{#if task}}
タスク
{{task}}
以下のBashコマンドでGeminiを実行してください:
gemini "{{{task}}}" > .sprint/outputs/gemini.log 2>&1 &
※ 結果に不安定さがあるため、重要でないタスクに割り当てるか、フォールバックを用意してください。 {{else}} 以下のBashコマンドでGeminiを実行してください:
gemini "自己紹介と、準備ができたことを報告してください。"
{{/if}}
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?