Translate Claude Code commands to Gemini CLI format
Translates Claude Code slash commands to Gemini CLI format by parsing arguments, analyzing command features, and converting to TOML structure. Use this when migrating custom commands between CLI tools, with automatic detection of incompatibilities like subagent coordination.
/plugin marketplace add lpasqualis/lpclaude/plugin install lpclaude-config@lpclaude-marketplace[object Object] or special directivescommands/Translate Claude Code commands from .claude/commands/ to Gemini CLI format in .gemini/commands/.
Parse arguments - Determine which commands to translate:
$ARGUMENTS is empty, translate all commands in .claude/commands/$ARGUMENTS for specific command names or patternsLearn about Gemini CLI Commands.
For each claude slash command to translate:
a. Read and analyze the Claude command - Check for Claude-specific features:
$ARGUMENTS, @file, !bashb. Assess portability - Document incompatibilities:
c. Convert to Gemini format
Create output structure:
.gemini/commands/ directory exists.claude/commands/Report results:
$ARGUMENTS
For each translated command, preserve the original intent while adapting to Gemini's requirements. Document all translation decisions and incompatibilities clearly.