Top AI Repos โ open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
๐ 19 AI Agents + 44 Commands for Gemini CLI - Code 10x faster with auto planning, testing, review & security
| Date | Stars |
|---|---|
| 2026-07-31 | 370 |
| 2026-08-06 | 370 |
Today
โ stars today
This week
โ stars this week
This month
โ stars this month
Momentum
0.0
growth rate 0.00%/day
# ๐ Gemini-Kit <div align="center"> [](https://github.com/nth5693/gemini-kit/releases) [](LICENSE) []() []() []() []() []() ### ๐ฏ Transform Your Terminal into an AI Engineering Team **Gemini-Kit** is an extension for [Gemini CLI](https://github.com/google-gemini/gemini-cli) that brings **27 specialized AI agents**, **45 commands**, and **33 workflows** to help you code 10x faster. [๐ Quick Start](#-quick-start) โข [๐ค Agents](#-agents) โข [๐ ๏ธ Skills](#๏ธ-skills) โข [โจ๏ธ Commands](#๏ธ-commands) โข [๐ API](docs/API.md) </div> --- ## ๐ Table of Contents - [What is Gemini-Kit?](#-what-is-gemini-kit) - [Quick Start](#-quick-start) - [Agents](#-agents) - [Skills](#๏ธ-skills) - [Commands](#๏ธ-commands) - [MCP Tools](#-mcp-tools) - [Security](#-security) - [FAQ](#-faq) --- ## ๐ค What is Gemini-Kit? **Gemini-Kit** transforms Gemini CLI into a **virtual engineering team** with: | Feature | Count | Description | |---------|-------|-------------| | ๐ค **AI Agents** | 27 | Specialized roles (Security, Frontend, Backend, DevOps...) | | ๐ ๏ธ **Skills** | 15 | Knowledge modules (React, Next.js, Docker, Security...) | | โจ๏ธ **Commands** | 45 | Slash commands for every workflow | | ๐ **Workflows** | 33 | Structured development workflows | | ๐ **Security** | 30+ | Secret detection patterns | | ๐ **Scripts** | 50+ | Automation scripts | ### Key Features - **๐ Compound System**: `/explore โ /plan โ /work โ /review โ /compound` - Each iteration builds a Knowledge Base. Solutions are saved and reused! - **๐ง Learning System**: AI learns from your feedback. Correct once, it remembers forever - **๐ 23 Critical Patterns**: Common mistakes documented as patterns - AI reads them before coding - **๐ฏ Multi-agent Orchestration**: Orchestrator coordinates multiple agents for complex tasks - **๐พ Auto-checkpoint**: Automatic Git backup before changes - **๐ Security Hooks**: Real-time blocking of secrets (30+ patterns) - **๐ข Notifications**: Discord & Telegram integration --- ## ๐ Quick Start ### Prerequisites | Requirement | Version | Check | |-------------|---------|-------| | Node.js | โฅ 18.0 | `node --version` | | Git | โฅ 2.0 | `git --version` | | Gemini CLI | Latest | `gemini --version` | ### Installation (2 minutes) ```bash # 1. Clone repository git clone https://github.com/nth5693/gemini-kit.git ~/.gemini/extensions/gemini-kit # 2. Install & build cd ~/.gemini/extensions/gemini-kit npm install && npm run build # 3. Link extension gemini extensions link $(pwd) ``` ### First Run ```bash # Go to your project cd /path/to/your/project # Start Gemini CLI gemini # Try these commands: > /status # Check project status > /explore React # Research a topic > /plan Add auth # Create implementation plan ``` ### Update ```bash cd ~/.gemini/extensions/gemini-kit git pull && npm install && npm run build ``` --- ## ๐ค Agents ### 27 Specialized AI Agents #### Core Development (5) | Agent | Role | When to Use | |-------|------|-------------| | ๐ **Planner** | Create detailed plans | Starting new features | | ๐ **Scout** | Explore codebase | New projects, onboarding | | ๐ป **Coder** | Write clean code | Implementing features | | ๐งช **Tester** | Write & run tests | Quality assurance | | ๐ **Reviewer** | Code review | Before merging PRs | #### Specialists (12) - NEW in v4.0 | Agent | Role | When to Use | |-------|------|-------------| | ๐ **Security Auditor** | Security audit, OWASP | Security reviews | | โ๏ธ **Frontend Specialist** | React, Next.js, UI/UX | Frontend developm
Excerpt of 14,545 characters
Read on GitHubWould you bet a product on this? Bounded 0โ100 and slow moving.
matched fp:8017a8de02b9d2d7, topic:coding-assistant, topic:developer-tools
matched fp:8017a8de02b9d2d7, topic:ai-agents, desc:ai agents
matched fp:8017a8de02b9d2d7, topic:mcp