skills/gemini/SKILL.md
Start a Google Gemini CLI session with 1M context for large codebase analysis
npx skillsauth add agentic-mcp-tools/owlex geminiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Start a Gemini CLI session with 1M context window for large codebase analysis.
start_gemini_sessionresume_gemini_session/gemini-result <task_id>"Do NOT call wait_for_task. Return immediately.
/gemini Analyze the entire codebase structure/gemini Summarize all API endpointstesting
Council critique mode - agents find bugs and flaws in each other's answers
development
Consult the AI council (Codex + Gemini + OpenCode) for multi-perspective answers
tools
Start an OpenAI Codex CLI session for deep reasoning and code analysis
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.