원클릭으로
autoresearch
Teaches other skills to improve themselves using Karpathy's autoresearch pattern
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Teaches other skills to improve themselves using Karpathy's autoresearch pattern
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Research and qualify CPA firm acquisition targets using broker networks, public records, and market intelligence
Draft Letters of Intent for CPA firm acquisitions with Dark Factory terms and Texas-compliant legal structure
Generate AI transformation proposals and sales outreach for Houston professional services firms
Strategic decision engine with multi-model consensus
Autonomous prospect research and sales outreach optimization
Self-managing sprint operations with ADD-optimized workflow
| name | autoresearch |
| version | 2.0 |
| type | meta |
| description | Teaches other skills to improve themselves using Karpathy's autoresearch pattern |
| user-invocable | true |
| agent | NEXUS |
| agent_model | claude-opus-4-6 |
| mcps | ["hermes","paperclip","command-center"] |
| gstack_skills | [] |
| eval_metric | skill_improvement_rate |
| eval_budget | 30s |
| guard | no_skill_regression |
The meta-skill. Takes any Skill 2.0 SKILL.md and applies Karpathy's autoresearch loop: Modify -> Eval -> Keep/Discard -> Repeat until the skill's metric improves.
Can run manually or overnight via Hermes cron.
One file. One metric. One loop.
Modify → Verify → Keep/Discard → Repeat forever.
Core constraints that make it work:
Which Skill 2.0 do you want to improve?
Available targets:
closer-autopilot (metric: outreach_response_rate)
oracle-dd (metric: dd_checklist_completion)
pulse-content (metric: lead_quality_score)
ledger-models (metric: model_accuracy)
atlas-decisions (metric: decision_confidence_score)
nexus-router (metric: routing_accuracy)
forge-deploy (metric: deploy_success_rate)
shield-compliance (metric: compliance_coverage)
engine-sprints (metric: sprint_velocity)
SKILL.mdresults.tsv for iteration historyBefore proposing changes, fetch fresh intelligence:
Based on history + fresh patterns, propose a single atomic change:
Types of changes (ordered by impact):
Rules:
# Edit the target SKILL.md with the proposed change
# Commit with experiment prefix
git add skills-2.0/{{skill_name}}/SKILL.md
git commit -m "experiment: {{description of change}}"
# Run the skill's eval harness
cd skills-2.0/{{skill_name}}
npx ts-node eval.ts
# or: bun run eval.ts
Check result:
git revert HEAD --no-edit
Append to the skill's results.tsv:
{{iteration}}\t{{commit}}\t{{score}}\t{{delta}}\t{{keep|revert}}
Schedule Hermes to run autoresearch while you sleep:
# Hermes cron config
name: autoresearch-nightly
schedule: "0 2 * * *" # 2 AM CT
max_duration: 4h # ~480 iterations at 30s each
targets:
- skills-2.0/closer-autopilot
- skills-2.0/oracle-dd
- skills-2.0/nexus-router
rotation: round-robin # cycle through targets
report_to: command-center # daily summary on completion
To set up:
wsl -d Ubuntu -- bash -c "hermes cron add autoresearch-nightly '0 2 * * *' 'cd /mnt/c/Users/whitt/Development/henry-ai-company && run autoresearch loop'"
Autoresearch can also improve gstack skills by targeting their SKILL.md.tmpl files:
Target: ~/.claude/skills/gstack/qa/SKILL.md.tmpl
Metric: bugs_found_per_session
Guard: false_positive_rate < 0.1
After change: bun run gen:skill-docs (regenerate from template)
This lets Hermes teach gstack overnight — improving /qa, /review, /office-hours patterns using real iteration data.
After N iterations of improvement, NEXUS distributes learned patterns:
/qa patterns → FORGE (better testing methodology)/office-hours patterns → ATLAS (better strategic framing)/review patterns → SHIELD (better legal doc review)/debug patterns → ORACLE (better research methodology)/cso patterns → SHIELD (better compliance auditing)This skill itself is autoresearchable: