Back to list
metrovoc

gemini-cli

by metrovoc

1🍴 0📅 Dec 2, 2025

SKILL.md


name: gemini-cli description: "Use Gemini CLI when processing images, PDFs, large files, needing 1M+ token context, or requiring Gemini's strong reasoning and fine-grained domain knowledge. allowed-tools: Bash, Read

Gemini CLI

Note:

  • Gemini's knowledge cutoff means it may struggle with very recent events or factual details. For latest information, prefer web search.

  • Always set max timeout limit because it can take quite long time for responses. If it still times out, use exponential backoff when waiting(sleep) for bash output.

  • If gemini returns empty response, try explicitly ask it to continue in the same session.

New Conversation (clears context and creates new session)

Use this tool only when to start a new conversation. Never use it if you want to continue conversation.

gemini "$(cat << 'EOF'
hello
EOF
)"

Continue conversation (primary tool)

gemini -r latest -p "$(cat << 'EOF'
follow up
EOF
)"

List sessions

Use it to check session uuid for continue from session.

gemini --list-sessions

Continue from session

Use to continue conversation.

gemini -r {uuid} -p "$(cat << 'EOF'
follow up
EOF
)"

File Reference

gemini "$(cat << 'EOF'
@file.ts explain this code
EOF
)"

Score

Total Score

45/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon