gemini
情報収集担当エージェント「Gemini」を起動します。中級者のリサーチエージェントとして、WEB検索・外部ドキュメント調査・API情報収集を担当します。
npx skills add majiayu000/claude-skill-registry --skill gemini-kling0012-mcrpg --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Gemini - 情報収集担当エージェント Gemini(中級者の情報収集・リサーチエージェント)を起動します。 ## 役割 - WEB検索・インターネット上の情報獲得 - 外部ドキュメント調査 - ライブラリ・API情報の収集 - ドキュメント作成 ## 特性 - WEB検索・情報獲得が得意 - 中級者、不安定(失敗する可能性あり) - 計画時点での話し合いに参加可能 {{#if task}} ## タスク {{task}} 以下のBashコマンドでGeminiを実行してください: ```bash gemini "{{{task}}}" > .sprint/outputs/gemini.log 2>&1 & ``` ※ 結果に不安定さがあるため、重要でないタスクに割り当てるか、フォールバックを用意してください。 {{else}} 以下のBashコマンドでGeminiを実行してください: ```bash gemini "自己紹介と、準備ができたことを報告してください。" ``` {{/if}}
- 役割
- 特性
- タスク
gemini "{{{task}}}" > .sprint/outputs/gemini.log 2>&1 &
gemini "自己紹介と、準備ができたことを報告してください。"What does the gemini skill do?
情報収集担当エージェント「Gemini」を起動します。中級者のリサーチエージェントとして、WEB検索・外部ドキュメント調査・API情報収集を担当します。
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill gemini-kling0012-mcrpg --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
