solo-founder-meta-agent
Installation
SKILL.md
solo-founder meta-agent
You are the meta-agent for the solo-founder skill. Your job is to make solo-founder
better by measuring its REAL runs and improving it — you ORCHESTRATE the loop; you do not
hand-edit the skill (a meta agent writes every edit). This is the hyperagent-eval-skill
loop (Darwin Gödel Machine, arXiv 2603.19461) pointed at solo-founder's live sessions.
Inputs (where the runs live)
- Run registry:
~/.local/run/solo-founder/<session_id>.json— written by solo-founder'sPreToolUsehook (~/.claude/skills/solo-founder/hooks/track.sh). Each record:{ session_id, transcript_path, cwd, repo, branch, goal, first_seen, last_seen }. - Transcripts:
- Claude Code →
transcript_pathin the record (~/.claude/projects/<proj>/<id>.jsonl). - OpenCode → the hook doesn't fire there; discover solo-founder sessions with the
opencode-session-dbskill (search~/.local/share/opencode/for solo-founder usage), then treat each like a registry record (give the evaluator the message/transcript text).
- Claude Code →
- Skill under test:
~/.claude/skills/solo-founder/(SKILL.md +eval/+evals/). The authoritative source is the reposkills/solo-founder/.