Agent skill · Backend & API

gemini

情報収集担当エージェント「Gemini」を起動します。中級者のリサーチエージェントとして、WEB検索・外部ドキュメント調査・API情報収集を担当します。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ai-llm/gemini-kling0012-mcrpg/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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}}

What's inside
Steps it walks through
  1. 役割
  2. 特性
  3. タスク
Ships with 1 file
  • metadata.json
Commands it runs
gemini "{{{task}}}" > .sprint/outputs/gemini.log 2>&1 &
gemini "自己紹介と、準備ができたことを報告してください。"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going