@umputun/ralphex

by umputun · v1.0.0 · prompt

Autonomous plan execution with Claude Code - Go rewrite of ralph.py.

Install

Add @umputun/ralphex to Claude Code with the PolySkill CLI: polyskill add @umputun/ralphex

Instructions

# ralphex Autonomous plan execution with Claude Code - Go rewrite of ralph.py. ## LLM Documentation See @llms.txt for usage instructions and Claude Code integration commands. ## Build Commands ```bash make build # build binary to .bin/ralphex make test # run tests with coverage make lint # run golangci-lint make fmt # format code ``` ## Project Structure ``` cmd/ralphex/ # main entry point, CLI parsing pkg/config/ # configuration loading, defaults, prompts, agents pkg/executor/ # claude and codex CLI execution pkg/git/ # git operations (external git CLI) pkg/input/ # terminal input collector…

Keywords: github, autonomous-execution, code-rewrite, claude-code, go-programming, automation, software-development, task-planning, programming-tools