Global Gemini CLI configuration: style standards, development workflows, custom skills, agents, and hooks.
Clone into your home directory:
git clone https://github.com/wohlford/dotgemini.git ~/.gemini
| File |
Purpose |
| GEMINI.md |
Global instructions loaded into every Gemini CLI session |
| STYLE.md |
Code style and formatting standards (Bash, Python, JS, YAML, JSON, Markdown) |
| templates.md |
Starter templates for Bash scripts, Python modules, and JavaScript |
| workflows.md |
Development workflows (Explore/Plan/Code/Commit, TDD) |
| Command |
Purpose |
/commit |
Create a signed git commit with automatic semver tagging |
/init-bash |
Scaffold a new Bash script from the standard template |
/init-python |
Scaffold a new Python module from the standard template |
| Agent |
Purpose |
style-reviewer |
Review code files for STYLE.md compliance |
| Event |
Trigger |
Script |
| AfterTool |
write_file, replace |
scripts/style-check.sh — validates file format, syntax, and style on every edit |
MIT