sprint Skill
Work on a batch of GitHub issues in parallel using Agent Teams. Creates one worktree per issue with TDD enforcement, coordinates via a lead agent, then produces stacked PRs. Published by huggingface in OpenEnv.
What is sprint Skill?
Work on a batch of GitHub issues in parallel using Agent Teams. Creates one worktree per issue with TDD enforcement, coordinates via a lead agent, then produces stacked PRs. Published by huggingface in OpenEnv. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use sprint Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: huggingface
- Repository: huggingface/OpenEnv
- Skill file: .claude/skills/sprint/SKILL.md
What it does
Work on a batch of GitHub issues in parallel using Agent Teams. Creates one worktree per issue with TDD enforcement, coordinates via a lead agent, then produces stacked PRs.
Skill instructions
/sprint Work on multiple GitHub issues in parallel. Each issue gets its own worktree with TDD enforcement. A lead agent coordinates, and stacked PRs are created when all work is done. EXECUTE THESE STEPS NOW When this skill is invoked, you MUST execute these steps immediately. Step 0: Check Agent Teams Support Check if Agent Teams are available: bash echo "${CLAUDECODEEXPERIMENTALAGENTTEAMS:-notset}" If the value is notset or empty, fall back to setup-only mode: - Parse the comma-separated issue numbers - Fetch requirements for all issues (parallel issue-worker agents) - Create worktrees and activate TDD for each - Report the list of prepared worktrees and tell the user: "Agent Teams not enabled. Worktrees are prepared with TDD active. cd into each worktree and run /write-tests to begin the TDD cycle, or set CLAUDECODEEXPERIMENTALAGENTTEAMS=1 and re-run /sprint." - Do NOT invoke /work-on-issue — it would create duplicate worktrees. The worktrees and TDD markers are already set up. Step
Explore related resources
Frequently asked questions
What is sprint?
sprint is a open-source AI agent skill with Copy skill directory. Work on a batch of GitHub issues in parallel using Agent Teams. Creates one worktree per issue with TDD enforcement, coordinates via a lead agent, then produces stacked PRs.
Who is sprint best for?
sprint is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install sprint?
Install or run sprint using Copy skill directory. Check sprint for the latest setup command.
Is sprint actively maintained?
sprint may need a closer maintenance check before production use.
Auto-fetched from GitHub.