Skip to main content
Generalmelodic-software

toml-command-builder

Guide for building Gemini CLI TOML custom commands. Covers syntax, templates, argument handling, shell injection, and file injection. Use when creating Gemini TOML commands, adding {{args}} argument handling, injecting shell output with !{}, or troubleshooting command issues.

Stars
74
Source
melodic-software/claude-code-plugins
Updated
2026-04-07
Slug
melodic-software--claude-code-plugins--toml-command-builder
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/toml-command-builder/SKILL.md -o .claude/skills/toml-command-builder.md

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