gemini

star 123

Start a Google Gemini CLI session with 1M context for large codebase analysis

agentic-box By agentic-box schedule Updated 1/10/2026

name: gemini description: Start a Google Gemini CLI session with 1M context for large codebase analysis user-invocable: true allowed-tools: - mcp__owlex__start_gemini_session - mcp__owlex__resume_gemini_session

Gemini Session

Start a Gemini CLI session with 1M context window for large codebase analysis.

Instructions

  1. Take the user's prompt from: $ARGUMENTS
  2. If no argument provided, ask what they want Gemini to help with
  3. Determine if new or continuation:
    • New topic: Use start_gemini_session
    • Follow-up: Use resume_gemini_session
  4. Return immediately with the task_id
  5. Tell the user:
    • "Gemini started (task: )"
    • "Check results with: /gemini-result <task_id>"

Do NOT call wait_for_task. Return immediately.

Usage

  • /gemini Analyze the entire codebase structure
  • /gemini Summarize all API endpoints
Install via CLI
npx skills add https://github.com/agentic-box/owlex --skill gemini
Repository Details
star Stars 123
call_split Forks 14
navigation Branch main
article Path SKILL.md
More from Creator