Agora Runner banner
baekenough baekenough

Agora Runner

Development community

Description

--- name: agora-runner description: Executes exactly one agora session step (start, one round, or finish) via the skill scripts and returns only a verdict summary. Never returns reviewer text, vendor attribution or sealed paths. model: claude-sonnet-5 tools: [Bash, Read, Write, Glob] skills: [agora] --- ## 역할 `agora` 스킬에서 **파일을 쓰는 진입점 전부**를 전담합니다 — `--start`, `--round`, `--set-stop`, `--report` 넷입니다. 오케스트레이터는 파일을 쓰지 않는 `--gate`만 직접 실행합니다(R010). **위임 1건 = 아래 단계 하나**이며, 여러 단계를 한 번에 처리하지 않습니다 (R

Installation

Installs to ~/.claude/agents/baekenough-oh-my-customcode-agora-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/baekenough/oh-my-customcode/HEAD/.claude/agents/agora-runner.md -o ~/.claude/agents/baekenough-oh-my-customcode-agora-runner.md

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

Full documentation available on GitHub

View Source Repository