subtask

作者 zippoxer已验证

Claude Skill to do your tasks with subagents in Git worktrees

339
Stars
31
Forks
Go
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/zippoxer/subtask

快速入门

使用 subtask 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Subtask ✨

Subtask gives Claude Code a Skill and CLI to create tasks, spawn subagents, track progress, review and request changes.

  • Each task gets a Git worktree, so they can be done in parallel safely
  • Claude can interrupt and talk with subagents!
  • TUI shows progress, diffs & conversations
  • Tasks are persisted in folders
  • Codex subagents supported
  • Ralph not needed

Spawning Tasks

You: fix the auth bug and add API metrics with Subtask

Claude:
  ├─► Skill(Subtask)
  ├─► Bash(subtask draft fix/auth-bug ...)
  ├─► Bash(subtask draft feat/api-metrics ...)
  └─⏺ Tasks are in progress! I'll get notified when they're done.

Tracking & Merging

You: which tasks are open?

Claude:
  ├─► Bash(subtask list)
  │   ┌──────────────────┬─────────┬────────────────────────┐
  │   │ TASK             │ STATUS  │ TITLE                  │
  │   ├──────────────────┼─────────┼────────────────────────┤
  │   │ fix/auth-bug     │ replied │ Fix auth token refresh │
  │   │ feat/api-metrics │ working │ Add API metrics        │
  │   │ feat/ui-redesign │ draft   │ Redesign dashboard     │
  │   └──────────────────┴─────────┴────────────────────────┘
  │
  └─⏺ ui-redesign hasn't started yet — want me to kick it off?

You: lets merge fix/auth-bug.

TUI

Run subtask in your terminal to see everything:

image (2)image

Setup

[!NOTE] Subtask is in early development. Upcoming releases will simplify installation, solve known bugs, and improve Claude's proficiency.

Install the CLI

Mac/Linux

curl -fsSL https://subtask.dev/install.sh | bash

Windows (PowerShell)

irm https://subtask.dev/install.ps1 | iex
Other install methods…

Homebrew

brew install zippoxer/tap/subtask

Go

go install github.com/zippoxer/subtask/cmd/subtask@latest

Binary

GitHub Releases

Install the Skill

Tell Claude Code:

Setup Subtask with `subtask install --guide`.

Claude will install the Subtask skill at ~/.claude/skills, and ask you whether subagents should run Claude, Codex or OpenCode.

Or install manually…
subtask install

# Tip: Uninstall later with `subtask uninstall`.

Install the Plugin (Optional)

In Claude Code:

/plugin marketplace add zippoxer/subtask
/plugin install subtask@subtask

This reminds Claude to use the Subtask skill when it invokes the CLI.

Use

Talk with Claude Code about what you want done, and then ask it to use Subtask.

Examples:

  • "fix the login bug with Subtask"
  • "lets do these 3 features with Subtask"
  • "plan and implement the new API endpoint with Subtask"

What happens next:

  1. Claude Code creates tasks and runs subagents to do them simultaneously.
  2. Claude gets notified when they're done, and reviews the code.
  3. Claude asks if you want to merge, or ask for changes.

Updating

subtask update --check
subtask update

Subtask is Built with Subtask

  • I use Claude Code to lead the development (i talk, it creates tasks and tracks everything)
  • I use Codex for subagents (just preference, Claude Code works too)
  • ~60 tasks merged in the past week
  • Proof

License

MIT

常见问题

What is subtask?

subtask is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by zippoxer. Claude Skill to do your tasks with subagents in Git worktrees. It has 339 GitHub stars.

Is subtask safe to use?

Yes. subtask passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install subtask?

Clone the repository with "git clone https://github.com/zippoxer/subtask" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is subtask written in?

subtask is primarily written in Go. It is open-source under zippoxer on GitHub, so you can review or fork the full source.

Are there alternatives to subtask?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh subtask against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情