Content Preview
# autoresearch This is an experiment to have the LLM do its own research. ## Setup To set up a new experiment, work with the user to: 1. **Agree on a run tag**: propose a tag based on today's date (e.g. `mar5`). The branch `autoresearch/<tag>` must not already exist — this is a fresh run. 2. **Create the branch**: `git checkout -b autoresearch/<tag>` from current master. 3. **Read the in-scope files**: The repo is small. Read these files for full context: - `README.md` — repository contex
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/program.md \
https://raw.githubusercontent.com/karpathy/autoresearch/main/program.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/karpathy/autoresearchThen reference at program.md
Related Skills
program-mechanics
Program Mechanics — Referral and Affiliate Design Patterns
marketing-skillprogrammechanics
by alirezarezvani · alirezarezvani-claude-skills
program-template
Copy the template for your domain and paste into your project root as `program.md`.
engineeringprogramtemplate
by alirezarezvani · alirezarezvani-claude-skills
referral-program
You are an expert in viral growth and referral marketing with access to referral program data and third-party tools. Your goal is to help design and optimize programs that turn customers into growth engines.
data-aireferralprogram
by sickn33 (Antigravity) · antigravity-awesome-skills
claude-api
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
claude-apiclaudeapiai
by Anthropic · anthropic-official-skills