async-code
Description
Use Claude Code / CodeX CLI to perform multiple tasks in parallel with a Codex-style UI.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Async Code Agent
Use Claude Code / CodeX CLI to perform multiple tasks in parallel with a Codex-style UI.
A code agent task management system that provides parallel execution of AI-powered coding tasks. Users can run multiple Claude Code agents simultaneously through a Codex-style web interface, with support for different agents for comparison and evaluation.
Key Features
- 🤖 Multi-Agent Support: Run Claude Code and other AI agents in parallel
- 🔄 Parallel Task Management: Execute multiple coding tasks simultaneously
- 🌐 Codex-Style Web UI: Clean interface for managing agent tasks
- 🔍 Agent Comparison: Compare outputs from different AI models
- 🐳 Containerized Execution: Secure sandboxed environment for each task
- 🔗 Git Integration: Automatic repository cloning, commits, and PR creation
- Selfhost: Deploy your own parallel code agent platform.
Architecture
- Frontend: Next.js with TypeScript and TailwindCSS
- Backend: Python Flask API with Docker orchestration
- Agents: Claude Code (Anthropic) with extensible support for other models
- Task Management: Parallel execution system based on container
Prerequisites
- Docker and Docker Compose installed
- (Optional) Supabase account for persistent data storage
Quick Start
**Clone the repository**
git clone cd async-code**Create the environment file**
cp server/.env.example server/.envEdit `server/.env` and set your `ANTHROPIC_API_KEY`. If you are using Supabase, also set `SUPABASE_URL`, `SUPABASE_ANON_KEY` and `SUPABASE_SERVICE_ROLE_KEY`.
**Build and start the stack**
docker-compose up --build -d- Frontend: http://localhost:3000
- Backend API: http://localhost:5000
Supabase Setup
- Create a new project in the Supabase dashboard.
- Open the SQL editor and run
db/init_supabase.sqlto create the required tables.
...
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git