Agent Skills
› garrytan/gstack
› alpha
alpha
GitHubAlpha是带模式表的Fixture调度器,通过读取核心与策略参考文件推断执行模式(如Discovery、Full chain),协调内部专家资源处理请求。
Trigger Scenarios
需要按模式分发任务时
调用涉及仓库或公共Web工作且需加载参考文档时
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


