Claude Skill

zippoxer/subtask

Subtask 是一个基于 Go 的 Claude Skill,通过在 Git 工作树中使用子代理执行任务,为 AI 辅助编程实现并行和隔离的开发工作流。

概览

Stars336
Forks32
语言Go
最后更新2026-04-27
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者zippoxer
仓库subtask
完整名称zippoxer/subtask
Repo ID1,132,120,173

安装这个 Skill

git clone https://github.com/zippoxer/subtask.git

Registry 信息

类型codex_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-14
平台
ClaudeCodex
能力
imageterminalclaudeclaude-codecodexcodex-cli
识别文件
README.mddocs

项目简介

Subtask 是一个 Claude Skill,通过在 Git 工作树中使用子代理来执行任务,支持并行和隔离的开发工作流。

英文描述

Claude Skill to do your tasks with subagents in Git worktrees

要点

  • 用于任务自动化的 Claude Skill
  • 使用 Git 工作树实现隔离
  • 通过子代理执行任务
  • 使用 Go 语言编写
  • 与 Claude Code/CLI 工具集成

使用场景

  • 并行开发工作流
  • 隔离的任务执行环境
  • 自动化代码生成和测试
  • 多代理 AI 开发系统
  • 基于 Git 的项目管理自动化

README 摘要

# 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 ```makefile 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 ```makefile 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: <table> <tr> <td><img width="983" height="603" alt="image (2)" src="https://github.com/user-attachments/assets/fcc4686a-afa1-4168-b141-e54d9286ad4c" /></td> <td><img width="985" height="603" alt="image" src="https://github.com/user-attachments/assets/9d6cd9a2-ba80-4e4e-9fdc-fd0f675b124a" /> </td> </tr> </table> ## Setup > [!NOTE] > Subtask is in early development. Upcoming releases will simplify installation, solve known bugs,

话题

探索更多

数据来自 GitHub,同步时间:2026-07-03