gemini-chat
Interactive chat workflows with Gemini CLI including context management, multimodal conversations, and session persistence. Use for extended AI conversations, brainstorming, or collaborative problem-solving.
npx skills add majiayu000/claude-skill-registry --skill gemini-chat-adaptationio-skrillz --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 Interactive Chat Advanced interactive chat workflows with Gemini CLI, featuring context management, multimodal support, and session persistence. ## Quick Start ```bash # Start interactive chat gemini -i "Let's work on my project" # Start with specific context gemini --include-directories ./src -i "Help me refactor this code" # Start with checkpointing and YOLO mode (toggle in session) gemini --checkpointing -i "Complex multi-step task" ``` ## YOLO Mode in Interactive Sessions **YOLO mode** can be toggled during interactive sessions for automated execution: ```bash # In interactive mode: # Ctrl+Y # Toggle YOLO mode on/off # /yolo on # Enable auto-approval # /yolo off # Disable auto-approval # Start with YOLO already enabled (for automation) gemini --yolo -i "Set up complete development environment automatically" # Mixed mode workflow gemini -i "Let's plan first, then execute with YOLO" # Plan manually, then: Ctrl+Y to enable YOLO for execution ``` **When to use YOLO in chat:** - ✅ File operations (create, edit, organize) - ✅ Batch processing tasks - ✅ Project setup and configuration - ✅ Documentation generation - ❌ Complex system changes (review first) - ❌ Unknown/experimen
- Quick Start
- YOLO Mode in Interactive Sessions
- Interactive Commands
- Essential Commands
- Context Management
- Chat Workflows
- Code Review Session
- Brainstorming Session
- Learning Session
- Advanced Features
- Session Management
- Multi-Modal Conversations
- Context Optimization
- Prompt Engineering
Start interactive chat gemini -i "Let's work on my project" Start with specific context gemini --include-directories ./src -i "Help me refactor this code" Start with checkpointing and YOLO mode (toggle in session) gemini --checkpointing -i "Complex multi-step task" In interactive mode: Start with YOLO already enabled (for automation) gemini --yolo -i "Set up complete development environment automatically" Mixed mode workflow
What does the gemini-chat skill do?
Interactive chat workflows with Gemini CLI including context management, multimodal conversations, and session persistence. Use for extended AI conversations, brainstorming, or collaborative problem-solving.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill gemini-chat-adaptationio-skrillz --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.
