Gemini Forge (GSF) is a high-performance ecosystem of specialized skills and management tools for the Gemini CLI. It provides a suite of "Forge" orchestrators designed for professional software engineering, architectural specification, ecosystem management, and technical evangelism.
The project consists of several core "Forge" skills, each optimized for a specific part of the development and business lifecycle:
| Skill | Focus Area | Key Capabilities |
|---|---|---|
| code-forge | SDLC Orchestrator | TDD-driven implementation, 14-dimension code review, systematic debugging, and automated planning. |
| spec-forge | Product & Tech Design | Idea validation, project decomposition, technical design (Google/Uber style), and feature specification. |
| apcore-skills | Ecosystem Sync | Cross-language SDK management, API consistency auditing, and coordinated multi-repo releases. |
| git-researcher | GitHub Intel | High-performance repository research, competitive analysis, and trend discovery. |
| hype-forge | Growth & Evangelism | Transforming code into high-impact content (articles, X threads) and technical audits. |
| research-forge | Technical Due Diligence | Deep project intelligence, architectural analysis, and investor-ready reports. |
| gskills-forge | Skill Development | Professional scaffolding and optimization for building new Gemini CLI skills. |
In addition to the skills themselves, this repository includes the gemini-forge CLI, a utility designed to streamline the lifecycle of Gemini CLI Skills.
- 🧠 Structural Signature Scanning: Automatically detects valid Gemini skills.
- 📦 Automated Packaging: Builds
.skillfiles from monorepo or single-skill structures. - 🚀 One-Click Deployment: Installs and syncs commands to your
.geminidirectory.
-
Install the CLI Tool:
npm install -g . -
Deploy the Entire Forge Suite:
gemini-forge deploy . user -
Verify Installation:
gemini help # You should see commands like /code-forge:plan, /spec-forge:prd, etc.
Detailed CLI documentation can be found in CLI.md.
bin/: Source code for thegemini-forgeCLI management tool.skills/: The collection of high-performance Gemini skills.- Each skill directory (e.g.,
code-forge/) contains its ownSKILL.mdand specialized resources.
- Each skill directory (e.g.,
MIT © tercel