This lets Claude hand off tasks to the Gemini CLI when you explicitly ask for it. It's built around a careful workflow: convert your request to English, run gemini in non-interactive mode with the right flags, and return the output for you to review before applying anything. The skill includes model selection guidance (Flash for speed and iteration, Pro for complex reasoning), supports approval modes and session resuming, and treats all Gemini output as untrusted until you confirm. Useful when you want broad codebase analysis or architectural deep dives and have Gemini CLI installed. The mandatory English translation step is worth noting if you work in other languages.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill gemini