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


