github OthmanAdi/planning-with-files v2.7.0
v2.7.0 - Gemini CLI Support

latest releases: v3.1.3, v3.1.2, v3.1.1...
5 months ago

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

  • New Gemini CLI Setup Guide
  • Updated README with Gemini CLI in supported IDEs table

Thanks

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

Don't miss a new planning-with-files release

NewReleases is sending notifications on new releases.