v2.7.0 - Gemini CLI Support
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-filesOr manually:
cp -r .gemini/skills/planning-with-files ~/.gemini/skills/Verify Installation
gemini skills list
# Should show: planning-with-filesFiles 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
- New Gemini CLI Setup Guide
- Updated README with Gemini CLI in supported IDEs table
Thanks
Full Changelog: v2.6.0...v2.7.0