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


