Agent Skills
› davepoon/buildwithclaude
› gsd:fast
gsd:fast
GitHub用于直接执行无需规划或子代理的简单内联任务,如修复错别字、配置修改、小型重构或简单添加。适用于可在两分钟内完成的一行描述任务,不适用于需研究或多步验证的场景。
Trigger Scenarios
需要快速修复错别字
简单的配置文件更改
小型代码重构
遗漏的提交
简单的功能添加
Install
npx skills add davepoon/buildwithclaude --skill gsd:fast -g -y
SKILL.md
Frontmatter
{
"name": "gsd:fast",
"description": "Execute a trivial task inline — no subagents, no planning overhead",
"allowed-tools": [
"Read",
"Write",
"Edit",
"Bash",
"Grep",
"Glob"
],
"argument-hint": "[task description]"
}
This is NOT a replacement for /gsd:quick — use /gsd:quick for anything that needs research, multi-step planning, or verification. /gsd:fast is for tasks you could describe in one sentence and execute in under 2 minutes.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/fast.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:13


