Gemini Code Flow banner
Theopsguide Theopsguide

Gemini Code Flow

AI community

Description

AI-powered development orchestration for Gemini CLI - adapted from Claude Code Flow by ruvnet

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Gemini Code Flow πŸš€

**Built on the amazing work by [RuV](https://github.com/ruvnet)** - this is an adaptation of [Claude Code Flow](https://github.com/ruvnet/claude-code-flow) for Gemini CLI

πŸ™ Credit

**This project exists because of [RuV's](https://github.com/ruvnet) incredible work on Claude Code Flow.** All the brilliant concepts, SPARC methodology, and multi-agent orchestration come from RuV's original project. I'm just a noob trying to adapt it for Gemini CLI!

πŸ‘‰ **Go check out the original:** https://github.com/ruvnet/claude-code-flow

🌟 Overview

Gemini Code Flow brings the powerful SPARC methodology and multi-agent orchestration capabilities to Google's Gemini CLI platform. This tool enables developers to leverage multiple AI agents working in parallel to write, test, and optimize code systematically.

✨ Features

  • Multi-Agent Orchestration: Run up to 10 Gemini agents in parallel
  • 17 SPARC Development Modes: Specialized agents for every development need
  • Persistent Memory: Share knowledge across agents and sessions
  • Multimodal Support: Leverage Gemini's ability to process images, PDFs, and sketches
  • Large Context Window: Utilize Gemini's 1M token context for complex codebases
  • Google Search Integration: Ground responses with real-time information

πŸ› οΈ SPARC Development Modes

  1. πŸ—οΈ Architect - System design and architecture
  2. 🧠 Auto-Coder - Clean, modular implementation
  3. πŸ§ͺ Tester (TDD) - Test-driven development
  4. πŸͺ² Debugger - Troubleshooting and bug fixes
  5. πŸ›‘οΈ Security Reviewer - Security audits
  6. πŸ“š Documentation Writer - Comprehensive documentation
  7. πŸ”— System Integrator - Component integration
  8. πŸ“ˆ Deployment Monitor - Post-launch monitoring
  9. 🧹 Optimizer - Performance optimization
  10. ❓ Ask - Task formulation guide
  11. πŸš€ DevOps - Deployment and infrastructure
  12. πŸ“˜ SPARC Tutorial - Interactive learning
  13. πŸ” Database Admin - Database m