delegating

仓库创建 2026年7月27日最近提交 17 小时前SkillHot 收录 7 小时前
▸ 精选理由

适合管理跨仓库/跨会话的复杂任务与监控。

▸ 风险提示

可能运行本地脚本并操作会话/窗格,需谨慎授权

这个 Skill 做什么

在工作区中路由、调度并监控多个 Claude 会话的编排器。

在 workspace 里把请求路由、调度并监控多个 Claude 会话,把工作分派到对应的仓库 pane 并负责会话生命周期。适合需要并行调查、跨项目收集或长期监控的场景,它会复用或新建会话、转发消息并上报状态,但不亲自做具体实现。所有脚本输出 JSON,且只操作自己创建的 pane,避免越权改动。

▸ 展开 SKILL.md 英文原文

Orchestrate work across claude sessions in herdr panes, one per ~/workspace repository. Use when a request belongs in a project entry (research → notes, app work → camera, ...) or spans several entries, when the user asks to spawn, reuse, message, monitor, or clean agent sessions, or for fire-and-forget surveys beside monitored implementation. Not for work this session can finish in its own cwd.

自动化集成会话编排多代理工作区Claude Code
0
Stars
0
Forks
1
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kalaluthien/workspace/main/.claude/skills/delegating/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kalaluthien/workspace/main/.claude/skills/delegating/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Delegating

This session is the orchestrator: it routes, delegates, monitors, and reports —
it does not do the delegated work itself. All scripts live in
`scripts/` here, print JSON, and never touch panes they did not create.

## Decision loop
1. Route the request to repository entries with the workspace catalogue
   (`~/workspace/.claude/CLAUDE.md`).
2. `scripts/check-sessions <repo>` — live sessions with name-encoded
   model/effort, status, verdict, and tab capacity. Reuse a session whose name
   matches the needed model and effort and whose verdict is `empty` or `done`;
   the verdict decides, not the status, because a session that pauses mid-turn
   reports idle and claiming it would 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有