Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Skills

Claude Code skills for the Gemini Developer Platform.

Installing skills

Skills can be installed using the skills CLI.

Install all skills

npx skills add gemini/developer-platform -a claude-code --all -y

Install a specific skill

npx skills add gemini/developer-platform -a claude-code --skill gemini-developer

Preview available skills before installing

npx skills add gemini/developer-platform --list

Install globally (available across all projects)

npx skills add gemini/developer-platform -a claude-code --all -g -y

Available skills

Skill Description
gemini-candles Display terminal candlestick charts for Gemini trading pairs
gemini-developer Guide for building integrations with the Gemini API

Manual installation

You can also copy any skill directory directly into your project's skills/ folder or symlink it there.