Skip to main content
Generalmelodic-software

gemini-command-development

Expert guide for creating custom Gemini CLI commands. Covers slash command definitions (.toml), argument parsing, and shell execution. Use when creating custom Gemini commands, defining TOML command files, adding command arguments, or building extension-based commands. Delegates to gemini-cli-docs.

Stars
74
Source
melodic-software/claude-code-plugins
Updated
2026-04-07
Slug
melodic-software--claude-code-plugins--gemini-command-development
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/melodic-software/claude-code-plugins/HEAD/plugins/google-ecosystem/skills/gemini-command-development/SKILL.md -o .claude/skills/gemini-command-development.md

Drops the SKILL.md into .claude/skills/gemini-command-development.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.