Agent Skills
› davepoon/buildwithclaude
› gsd:scan
gsd:scan
GitHub执行代码库扫描工作流,生成针对技术、架构或质量的定向文档。作为轻量级替代方案,仅启动一个映射代理以快速评估代码库特定区域。
Trigger Scenarios
需要快速评估代码库的特定领域
对比完整映射所需的轻量级分析
Install
npx skills add davepoon/buildwithclaude --skill gsd:scan -g -y
SKILL.md
Frontmatter
{
"name": "gsd:scan",
"description": "Rapid codebase assessment — lightweight alternative to \/gsd:map-codebase",
"allowed-tools": [
"Read",
"Write",
"Bash",
"Grep",
"Glob",
"Agent",
"AskUserQuestion"
]
}
Lightweight alternative to /gsd:map-codebase — spawns one mapper agent instead of four parallel ones.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/scan.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:14


