Claude-skill-registry generating-shell
Generates, explains, and plans shell commands, bash scripts, unix pipelines, awk/sed/grep expressions. Use when user requests shell commands, bash scripts, terminal commands, unix pipes, scripting help, or command syntax assistance. Do not use for web research or document analysis.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/generating-shell" ~/.claude/skills/majiayu000-claude-skill-registry-generating-shell && rm -rf "$T"
manifest:
skills/data/generating-shell/SKILL.mdsource content
Gemini Shell Helper
Spawn the gemini-shell-helper agent for shell command generation.
Foreground (blocking)
Task(subagent_type="gemini-shell-helper", prompt="<describe the shell task>")
Background (for context efficiency)
Task(subagent_type="gemini-shell-helper", prompt="<task>", run_in_background=true)
Use
TaskOutput(task_id="<id>") to retrieve results.
Use for complex CLI pipelines, system administration tasks, or when you need help with command syntax.