mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 22:26:38 +03:00
Gemini CLI now supports Agent Skills (experimental), so we can use the standard .gemini/skills/ directory format instead of context file workarounds. Changes: - Update Gemini transformer to output proper skills directory structure - Add collapsible setup instructions to Gemini download card - Update README with Gemini CLI skills setup instructions - Fix /review -> /critique in README command table - Remove old GEMINI.md context file workaround Setup requires: 1. npm i -g @google/gemini-cli@preview 2. /settings -> enable Skills 3. /skills list to verify Docs: https://geminicli.com/docs/cli/skills/ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>