Agent skill

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.

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

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/ai-llm/gemini-chat-adaptationio-skrillz/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 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

What's inside
Steps it walks through
  1. Quick Start
  2. YOLO Mode in Interactive Sessions
  3. Interactive Commands
  4. Essential Commands
  5. Context Management
  6. Chat Workflows
  7. Code Review Session
  8. Brainstorming Session
  9. Learning Session
  10. Advanced Features
  11. Session Management
  12. Multi-Modal Conversations
  13. Context Optimization
  14. Prompt Engineering
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going