Auto Claude Code — Development skill for Claude Code
Make a team of Claude Code working together for you, completely hands-off.
How to install Auto Claude Code
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open shuxueshuxue/Auto-Claude-Code and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Auto Claude Code does
Make a team of Claude Code working together for you, completely hands-off.
Alternatives in Development
- Open Agent SDK TypeScript — Agent-SDK without CLI dependencies, as an alternative to claude-agent-sdk, completely open source 2.6k ★
- /discover — Run a full discovery loop without manually stitching together skills 2.3k ★
- Hackingtool Plugin — Claude Code plugin: 183+ pentesting & OSINT tools from Z4nzu/hackingtool 1k ★
README
Make a team of Claude Code working together for you, completely hands-off.
First install *Expect*:
sudo apt install expect
Make sure you have Claude Code installed.
Modify the task.md to describe the task.
Then open multiple terminals, run the following scripts one by one.
# In the first terminal
expect supervisor.exp
# In the second terminal
expect worker.exp
# In the third terminal
expect tester.exp
...
You can edit the agents' prompts by editing the .exp files.
Edit the round limit at
# worker.exp
for {set i 2} {$i <= {round_limit} {incr i} {
After task finished, you can run
python chat_to_html.py
to visualize the chat history.
TODO
- Compact context when exceeded and remain connection between agents
- Agent design interface
- Add test functionality brought by browser-use
Related Skills
Resume Fleet
Auto-resume a fleet of Claude Code CLI sessions that hit the usage limit. A hands-off launchd daemon (recommen
Jido Ants
An self-learning colony of ants (a.k.a. agents) working together to gather nutrients
Bench Run All
Agent-driven bench round for one size — drive the 2 variant folders + judge + capture, hands-off
Launch And Go
Launch-and-go mode. Runs the 10-item pre-flight checklist, stamps the per-project bug log, orchestrates subage
Baton Pass
Pass the baton before your context runs out: a Stop-hook + skill that hands a long agent session off to a fres
Night Mode
Owner-invoked autonomy posture toggle — hands you the exact command to arm acceptEdits for the NEXT session, r
Related Agents
Davinci
The entry point to the Davinci development team. Takes a request, clarifies what is ambiguous, writes the gove
Qa1
Use this agent to statically audit a sprint's code against its requirements and standards, the only QA gate be
Implementation Auditor
Use this agent when you need to verify that recently implemented tasks have been correctly and completely impl