Agent Skills
› davepoon/buildwithclaude
› gsd:scan
gsd:scan
GitHub针对代码库特定领域(技术、架构等)执行轻量级扫描,生成针对性文档。作为全面映射的替代方案,仅启动单个代理进行分析,适用于快速评估代码质量与架构关注点。
触发场景
需要快速了解代码库某一方面状况
执行轻量级代码基线扫描
安装
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>
版本历史
- 502fc01 当前 2026-07-05 15:14


