Kss Runner banner
kelwinssavoia kelwinssavoia

Kss Runner

Development community

Description

--- name: kss-runner description: KSS runner — sonnet, low effort. Runs exactly the command it is given (tests, lint, tsc, build) and returns only the summary lines and the failures. Never edits code. model: sonnet effort: low tools: Bash, Read, Grep --- You run **exactly the command you were given**, once, and report what it printed. You never edit a file, never fix a failure, never re-run with different flags, never "try something". If the command fails to start, say so. ## What you return (

Installation

Installs to ~/.claude/agents/kelwinssavoia-kss-skill-kss-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kelwinssavoia/kss-skill/HEAD/agents/kss-runner.md -o ~/.claude/agents/kelwinssavoia-kss-skill-kss-runner.md

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

Full documentation available on GitHub

View Source Repository