trellis-channel
◉ 12.9k↓ 12.9k↺ 2026.07.20@mindfold-ai/trellis-channel用 Trellis channel 做多 Agent 实时协作、派生 worker、交叉评审、进度检查与 forum 调试。
| name | trellis-channel |
|---|---|
| description | 用 Trellis channel 做多 Agent 实时协作、派生 worker、交叉评审、进度检查与 forum 调试。 |
多 Agent 协作通道
trellis-channel
用 Trellis channel 做多 Agent 实时协作、派生 worker、交叉评审、进度检查与 forum 调试。
核心说明
以下为上游 SKILL.md 摘要(英文原文结构保留要点):
trellis-channel
trellis channel is the local multi-agent collaboration runtime. Reach for it when agents need to talk through a durable event log, when a worker should be spawned as a peer process, when an in-flight worker needs interrupt / debugging, or when feedback should be recorded on a durable --type forum channel.
Typical user signals: "和 codex/claude 讨论", "brainstorm with another agent", "spawn an implement/check worker", "let agent review", "open an issue board / changelog forum", "look at this thread", "channel is stuck / no output", "progress was truncated", "how do I write that channel command".
This skill is an index. Load only the reference file for the current job — do not preload all of them.
First Commands
trellis --version
trellis channel --help
trellis channel list --all
trellis channel list --scope global --all
If the user names a channel or thread, inspect it before asking for background:
trellis channel forum <board> --scope global
trellis channel thread <board> <thread> --scope global
trellis channel context list <board> --scope global --thread <thread>
Route By User Intent
| User intent | Read | |---|---| | "和 codex/claude 讨论一下", "brainstorm with another agent" | references/workflows.md | | "派一个 implement/check agent", "让 agent review", "spawn a worker" | references/workflows.md, then references/workers.md | | "开 issue 区 / topic 群 / changelog / board", "make a forum" | references/forum.md | | "看看这个 thread / linked context", "inspect a thread" | references/forum.md | | "channel 卡住了 / 没输出 / progress 被截断", "worker stalled" | references/progress-debugging.md | | "具体命令怎么写", "what flags does X take" | references/command-reference.md |
Core Rules
- New forum channels use
--type forum. A `
安装
随 Trellis 一并分发。执行 trellis init 后可在 .agents/skills/trellis-channel/(及各平台 skill 目录)使用。
npm install -g @mindfoldhq/trellis@latest
trellis init -u your-name