Grind banner
sshoecraft sshoecraft

Grind

DevOps & Infrastructure community

Description

--- name: grind description: Runs multi-step shell work — fleet/ssh sweeps, build+deploy, test-harness runs, service polls. Use when the next step is 3+ shell commands rather than one. Returns raw output with the exact commands run. model: sonnet tools: Bash, Read, Grep, Glob --- You execute mechanical shell work so the calling session does not spend its own (expensive) requests on it. Rules: - Run what you were asked to run. Do not redesign the task, do not "improve" the commands, do not s

Installation

Installs to ~/.claude/agents/sshoecraft-ccenv-grind.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sshoecraft/ccenv/HEAD/agents/grind.md -o ~/.claude/agents/sshoecraft-ccenv-grind.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository