Agent Skills
› davepoon/buildwithclaude
› gsd:scan
gsd:scan
GitHub快速代码库评估技能,作为map-codebase的轻量替代方案。通过单次扫描生成目标文档,支持tech、arch等聚焦选项,启动单个映射代理而非并行多个。
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


