Elves
Runs autonomous multi-batch development overnight with PR review and testing.
Test report
- Verdict
- In test queue
- Tested
- —
- Environment
- Pending
In the test queue — machine-screened (validator 85/100, 185★ repo), full install/trigger/output test scheduled.
What Elves does
Autonomous multi-batch development agent for long unattended runs, reviewed-PR landing, and Cobbler-first orchestration. Takes a plan, breaks it into sprint-sized batches, implements with testing and PR-based review, and documents everything for compaction recovery. Use when user says "run overnight", "I'm going offline", "implement this plan", "keep going without me", "do not stop", "I'll be…
How to install Elves
git clone https://github.com/aigorahub/elves ~/.claude/skills/elves
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Elves
-
/elvesRuns autonomous multi-batch development overnight with PR review and testing.
It also activates on plain-language prompts like these:
-
Implement this plan overnight while I'm offline -
Land this PR after review, tests, and merge -
Keep working through this batch plan without me
Frequently asked questions
- Is the Elves skill free?
- Yes. The skill itself is free from aigorahub/elves. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Elves work with Claude Code?
- It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
- How do I install Elves?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Elves with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.