Skip to content

v2.7.0 - Gemini CLI Support

Choose a tag to compare

@OthmanAdi OthmanAdi released this 22 Jan 13:33
· 219 commits to master since this release

What's New

Gemini CLI Support

planning-with-files now works with Google Gemini CLI v0.23+!

Quick Install for Gemini CLI

# Enable skills in settings
gemini /settings
# → Search "Skills" → Toggle "Agent Skills" to true

# Install the skill
gemini skills install https://github.com/OthmanAdi/planning-with-files --path .gemini/skills/planning-with-files

Or manually:

cp -r .gemini/skills/planning-with-files ~/.gemini/skills/

Verify Installation

gemini skills list
# Should show: planning-with-files

Files Added

.gemini/skills/planning-with-files/
├── SKILL.md              # Gemini CLI formatted skill
├── templates/
│   ├── task_plan.md
│   ├── findings.md
│   └── progress.md
├── scripts/
│   ├── init-session.sh
│   ├── check-complete.sh
│   ├── init-session.ps1
│   └── check-complete.ps1
└── references/
    ├── reference.md
    └── examples.md

Documentation

Thanks

Full Changelog: v2.6.0...v2.7.0