Skip to content

fernandoxavier02/Context-engineering-gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FX Studio AI

Context Engineering for Gemini

Professional port of the Context Engineering Kit to Google Gemini CLI

Platform License Language

What It Does

Context Engineering for Gemini brings the multi-agent development patterns from the Context Engineering Kit (CEK) into Google Gemini CLI. It includes a reflexion system, git workflow automation, code review agents, TDD workflows, and more -- all adapted to work natively within Gemini's ecosystem.

Features

  • Reflexion System -- Iterative self-refinement with /reflect for higher-quality outputs.
  • Git Workflow -- Automated commit formatting (/git:commit) and pull request creation (/git:pr).
  • Code Review Agents -- Multi-perspective review with specialized judges and consensus building.
  • TDD Workflow -- Test-driven development patterns ported for Gemini CLI usage.
  • Multi-Agent Patterns -- Subagent orchestration, parallel execution, and competitive generation adapted from CEK.

Installation

git clone https://github.com/fernandoxavier02/Context-engineering-gemini.git
cd Context-engineering-gemini

Follow the setup guide in the repository to configure your Gemini CLI with the context engineering extensions.

Usage

# Start a reflexion cycle on your last output
/reflect

# Create a well-formatted commit
/git:commit

# Open a pull request with structured description
/git:pr

# Run code review with multiple judge agents
/critique

Architecture

Gemini CLI
  |
  +-- Reflexion System (/reflect, /critique, /memorize)
  |     Self-refinement loop with multi-judge evaluation
  |
  +-- Git Workflow (/git:commit, /git:pr)
  |     Conventional commits, PR templates, branch management
  |
  +-- Development Patterns
        TDD, subagent orchestration, parallel agents

License

MIT


Built by Fernando Xavier
FX Studio AI — Business Automation with AI

About

Context engineering toolkit adapted for the Google Gemini ecosystem — engineering rules and validation tests for any stack. Part of the FX Studio AI cross-platform suite.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages