1. Install Prerequisites
Install Gemini CLI and GemKit CLI globally:
bash
2. Initialize Your Project
Navigate to your project directory and run:
bash
This creates the .gemini folder structure with agents, commands, extensions, and hooks.
3. Configure Your API Key
Ensure your Gemini API key is set in your environment:
bash
4. Spawn Your First Agent
Use the Researcher agent to test your setup:
bash
You can also search for the best agent and skill combination for a task:
bash
5. Start the Agent Office
Visualize your agents in action with the gamified dashboard:
bash
This launches a web dashboard at http://localhost:4000.
6. Check Your Session
View your current session details:
bash
Next Steps
- Explore the CLI Reference for more commands.
- Learn about Kits & Agents.
- Join our Discord for help and discussion.