Agent Skills
› garrytan/gstack
› alpha
alpha
GitHubAlpha是一个基于模式推断的调度器,通过读取核心与策略参考文件来分发任务。它支持Discovery和Full chain等模式,旨在协调内部专家资源以处理从概念探索到全链路执行的各种请求。
Trigger Scenarios
需要推断任务模式并分发的场景
涉及多步骤或全链路的复杂任务处理
Install
npx skills add garrytan/gstack --skill alpha -g -y
SKILL.md
Frontmatter
{
"name": "alpha",
"triggers": "a-key-the-upstream-router-DOES-read",
"x-dead-key": "a-key-no-router-reads",
"description": "Fixture dispatcher with a mode table and forced-read references."
}
Alpha
Dispatch protocol
- Infer the mode from the request.
- Read
references/CORE.mdandreferences/POLICY.mdfor every invocation. Readreferences/OPTIONAL.mdbefore public-web work. - When the target is a repository, read
references/CORE.mdonce before specialist work; it is already billed eagerly.
Top-level modes
| Mode | Infer when | Candidate internal specialists |
|---|---|---|
Discovery |
The idea is fluid. | references/legacy/office.md |
Full chain |
Everything at once. | references/legacy/auto.md |
Version History
- 28d59ad Current 2026-08-20 05:31


