Claude Code Runner
Description
Deterministic, scripted, unattended Claude Code execution.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Runner
[](https://github.com/rcrsr/claude-code-runner/actions/workflows/pr-check.yml) [](https://www.npmjs.com/package/@rcrsr/claude-code-runner) [](https://www.npmjs.com/package/@rcrsr/claude-code-runner) [](https://github.com/rcrsr/claude-code-runner/blob/main/LICENSE)
Deterministic, scripted, unattended Claude Code execution with [rill](https://rill.run) scripting.
Why Use This?
Like [Ralph Wiggum](https://awesomeclaude.ai/ralph-wiggum), but smarter.
- Rich scripting — Fully scriptable with variables, conditionals, loops, and functions
- Walk away — Workflows can run unattended for hours if needed
- Treat Claude Code Skills as Functions — Call with arguments and get back return values through
- Fresh context — Each invocation starts with a clean slate
- Watch live — See your calls log activity as they execute
- Inspect later — Full session logs for debugging
Prerequisites
- Node.js 22.16 or later
- Claude Code installed and authenticated
Installation
Install Claude Code Runner globally:
npm install -g @rcrsr/claude-code-runner
Usage
prompt — Run a single prompt
claude-code-runner prompt "Refactor the auth module to use async/await"
skill — Run a Claude Code Skill file
Run skills by name:
claude-code-runner skill review-code src/auth.ts
**Example skill** (`.claude/skills/review-code/SKILL.md`):
---
description: Review code for issues
argument-hint: [severity]
model: sonnet
---
Review the code in $1 for:
- Security vulnerabilities
- Performance issues
- Code style violations
Outpu
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11