Comprehensive Gemini CLI configurations for productivity
**Language:** **English** | [한국어](docs/ko-KR/README.md) | [简体中文](docs/zh-CN/README.md) > **Attribution:** This project was built by migrating [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) by [@affaan-m](https://github.com/affaan-m) to the Gemini CLI ecosystem. Huge thanks for the original work. # Everything Claude Code [](https://github.com/Jamkris/everything-claude-code/stargazers) [](LICENSE) **A comprehensive configuration suite for Gemini CLI / Antigravity.** This extension provides production-ready agents, skills, hooks, commands, rules, and MCP configurations designed to supercharge your development workflow with Gemini. --- ## 🚀 Quick Start npm install -g @google/gemini-cli@latest ```` ### Authentication (Required) The Gemini CLI requires an API key to function. 1. Get your API key from [Google AI Studio](https://aistudio.google.com/). 2. Set it as an environment variable: ```bash export GEMINI_API_KEY="your_api_key_here" ```` Or configure it using the CLI (if supported by your version): ```bash gemini config set apiKey "your_api_key_here" ``` ### Option 1: Install via Gemini CLI (Recommended) The easiest way to install. This will automatically set up the extension for Gemini CLI. ```bash gemini extensions install https://github.com/Jamkris/everything-claude-code ``` ### Option 2: Install via Script (For Antigravity & Advanced Users) Recommended if you use **Antigravity** (VS Code / Gemini) or need to customize the installation. Existing configurations will be updated. ```bash # Install for Antigravity (Recommended) /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Jamkris/everything-claude-code/main/scripts/install.sh)" -- --antigravity # Install All (CLI + Antigravity) /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Jamkris/everythin
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.