Agent skill
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 this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/generating-shell
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?