← ClaudeAtlas

aitk-geminilisted

Gemini CLI command definitions in TOML. Use for adding or modifying commands, categories, or sandbox tests.
erclx/toolkit · ★ 1 · AI & Automation · score 72
Install: claude install-skill erclx/toolkit
# Gemini Read `docs/gemini.md` for existing categories and commands before adding. ## Sync checklist When adding a new command: - Create `.toml` in `gemini/commands/<category>/` - Create corresponding `scripts/sandbox/<category>/<cmd>.sh` - Add the command to the commands table in `docs/gemini.md` When modifying a command: - Verify the corresponding sandbox test still reflects the change - Update the commands table in `docs/gemini.md` if the description changed - Check if a corresponding plugin skill exists in `claude/skills/` and update it to match When adding a new category: - Create the category folder in both `gemini/commands/` and `scripts/sandbox/` - Add the category and command to `docs/gemini.md` When editing `tooling/gemini/seeds/`: - Check the root `.gemini/` and `GEMINI.md` for drift. The toolkit dogfoods its own gemini seeds. - Port the delta, preserving local overrides in the root copy. ## Reference - `docs/gemini.md`: commands inventory, setup, adding commands - `prompts/gemini-cli.md`: full conventions for command structure and TOML format