Use Elves to hand a bounded development or research plan to a separate Claude Code or Codex worker while preserving run files, worktree safety, review gates, and human merge authority.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill delegate-planned-agent-work-with-elves --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Delegate Planned Agent Work With Elves?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-delegate-planned-agent-work-with-elves)More formats (shields.io, HTML) on the badges page.
---
name: "Delegate planned agent work with Elves"
slug: "delegate-planned-agent-work-with-elves"
description: "Use Elves to hand a bounded development or research plan to a separate Claude Code or Codex worker while preserving run files, worktree safety, review gates, and human merge authority."
github_stars: 188
verification: "security_reviewed"
source: "https://github.com/aigorahub/elves"
author: "aigorahub"
publisher_type: "community"
category: "Templates & Workflows"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "aigorahub/elves"
github_stars: 188
---
# Delegate planned agent work with Elves
Use Elves to hand a bounded development or research plan to a separate Claude Code or Codex worker while preserving run files, worktree safety, review gates, and human merge authority.
## Prerequisites
Claude Code or Codex, Python 3, git, optional GitHub CLI or configured worker adapters
## Installation
Install for the host agent you use:
- ELVES_TMP="$(mktemp -d)"
- git clone https://github.com/aigorahub/elves.git "$ELVES_TMP/elves"
- python3 "$ELVES_TMP/elves/scripts/sync_installed_skills.py" --apply --target claude
For Codex, use the same clone and sync script with the Codex target:
- python3 "$ELVES_TMP/elves/scripts/sync_installed_skills.py" --apply --target codex
Prerequisites: Claude Code or Codex, Python 3, and git. To validate the install, run the upstream doctor from the installed skill directory:
- python3 ~/.claude/skills/elves/scripts/install_doctor.py --startup
- Source: https://github.com/aigorahub/elves
- Extracted from upstream docs: https://raw.githubusercontent.com/aigorahub/elves/HEAD/README.md
## Documentation
- https://aigorahub.github.io/elves/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/delegate-planned-agent-work-with-elves/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!