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's PreToolUse hook (~/.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_path in the record (~/.claude/projects/<proj>/<id>.jsonl).
    • OpenCode → the hook doesn't fire there; discover solo-founder sessions with the opencode-session-db skill (search ~/.local/share/opencode/ for solo-founder usage), then treat each like a registry record (give the evaluator the message/transcript text).
  • Skill under test: ~/.claude/skills/solo-founder/ (SKILL.md + eval/ + evals/). The authoritative source is the repo skills/solo-founder/.
Installs
1
Repository
dzianisv/skills
GitHub Stars
2
First Seen
Jun 5, 2026
solo-founder-meta-agent — dzianisv/skills