25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
---
|
|
title: "Gemini CLI Integration"
|
|
type: source
|
|
tags: [agency, integrations, gemini]
|
|
date: 2026-04-20
|
|
source_file: raw/Agent/agency-agents/integrations/gemini-cli/README.md
|
|
---
|
|
|
|
## Summary
|
|
Gemini CLI Integration README describes packaging the Agency agents as a Gemini CLI extension installed to `~/.gemini/extensions/agency-agents/`. It documents generating integration files, installing the extension, the extension file layout (including `skills/<agent>/SKILL.md`), how to activate skills by name, and how to regenerate files.
|
|
|
|
## Key Claims
|
|
- The Agency provides a Gemini CLI extension that installs under `~/.gemini/extensions/agency-agents/`.
|
|
- Generate integration files with `./scripts/convert.sh --tool gemini-cli` and install with `./scripts/install.sh --tool gemini-cli`.
|
|
- Skills are organized under `skills/<agent>/SKILL.md` and are invoked by name in the CLI.
|
|
|
|
## Key Quotes
|
|
> "Packages all 61 Agency agents as a Gemini CLI extension. The extension installs to `~/.gemini/extensions/agency-agents/." — Gemini CLI Integration README
|
|
|
|
## Connections
|
|
- [[The Agency: AI Specialists Ready to Transform Your Workflow]] — roster source
|
|
|
|
## Contradictions
|
|
- None detected with existing wiki content at time of ingest.
|