GEMINI.md
GEMINI.mdGEMINI.mdroot
Quality
65/100
Scores the file, not the repository.Length
252 words
8 headings · 3 code blocksRepository
38k
— · pushed 11 days agoLast changed
3 days ago
First indexed 3 days ago.1# Gemini CLI — setup guide23> The canonical context file is [`AGENTS.md`](AGENTS.md) at the repo root. Gemini CLI reads it via `.gemini/settings.json` (`context.fileName`). This guide covers Gemini-specific setup only.45## Install67```bash8gemini extensions install https://github.com/wshobson/agents9cd ~/.gemini/extensions/claude-code-workflows10make generate HARNESS=gemini11# restart Gemini CLI12```1314## What you get1516- **156 skills** at `skills/<plugin>__<skill>/SKILL.md` — described in `AGENTS.md`. Describe a task to activate.17- **192 subagents** at `agents/<plugin>__<agent>.md` — invoke with `@<agent>`.18- **102 slash commands** at `/<plugin>:<command>` — use `/help` to list.1920## Companion Memory Extension2122Pensyve is maintained upstream as a separate Gemini CLI extension with MCP-backed23memory and context injection:2425```bash26gemini extensions install https://github.com/major7apps/pensyve27```2829## Gemini-specific differences3031| Capability | Claude Code | Gemini CLI |32|---|---|---|33| Plugin installation | `/plugin install` | `gemini extensions install <url>` |34| Context file | reads `CLAUDE.md` (a symlink to `AGENTS.md`) | reads via `.gemini/settings.json` redirect to AGENTS.md |35| Per-agent tool allowlist | `tools:` (always) | `tools:` (honored — remapped to Gemini-native names) |36| Skill / agent discovery | native | native (skills/, agents/ at extension root) |37| Model assignment | per-agent | session-level (override via `model:` frontmatter) |38| `TodoWrite` tool | yes | no equivalent |3940## Regenerating4142```bash43make generate HARNESS=gemini # all plugins44make generate HARNESS=gemini PLUGIN=javascript-typescript # one plugin45make clean-generated HARNESS=gemini # remove output46```4748## See also4950- [`AGENTS.md`](AGENTS.md) — canonical context (cross-harness conventions)51- [`docs/harnesses.md`](docs/harnesses.md) — full capability matrix52- [`docs/round-trip-results.md`](docs/round-trip-results.md) — Gemini round-trip verification recipe53
Also in wshobson/agents
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| wshobson/agents.cursor/rules/020-agent-skill-authoring.mdc · 38k | Cursor rules | stylesecurity | 43/100 | 3 days ago | |
| wshobson/agentsAGENTS.md · 38k | AGENTS.md | testlint-formatstylesecurity+2 | 93/100 | 3 days ago | |
| wshobson/agents.cursor/rules/000-project-conventions.mdc · 38k | Cursor rules | lint-formatstylesecuritydo-not+1 | 62/100 | 3 days ago | |
| wshobson/agents.cursor/rules/010-python-tooling.mdc · 38k | Cursor rules | setuplint-formatstyle | 44/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| nodejs/nodedeps/v8/GEMINI.md · 119k | GEMINI.md | buildteststylearch+4 | 77/100 | 3 days ago | |
| iloveitaly/llm-ide-rulesGEMINI.md · 13 | GEMINI.md | setupteststyletypes+7 | 77/100 | 3 days ago | |
| zyx77550/spardaGEMINI.md · 4 | GEMINI.md | testlint-formatgitapi+2 | 75/100 | 3 days ago | |
| iloveitaly/llm-ide-rulestests/GEMINI.md · 13 | GEMINI.md | teststylearchtesting-strategy+2 | 74/100 | 3 days ago | |
| danielvm-git/bigpowersGEMINI.md · 114 | GEMINI.md | setupstyledo-notagent-behaviour | 67/100 | 3 days ago | |
| mykpono/ultimate-seo-geoGEMINI.md · 62 | GEMINI.md | setuplint-formatdependenciesagent-behaviour | 62/100 | 3 days ago | |
| mykpono/ultimate-seo-geoplugins/ultimate-seo-geo/skills/ultimate-seo-geo/GEMINI.md · 62 | GEMINI.md | setuplint-formatdependenciesagent-behaviour | 62/100 | 3 days ago | |
| ChrisMuster/AI-OSGEMINI.md · 1 | GEMINI.md | styleagent-behaviour | 56/100 | 3 days ago |
