shuxueshuxue

Auto Claude Code — Development skill for Claude Code

Development community

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