Agent Skills
› solatis/claude-config
› codebase-analysis
codebase-analysis
GitHub通过调用Python脚本立即启动代码库分析,构建对代码结构、模式、流程及架构决策的基础理解,为后续重构或问题排查提供上下文支撑。
触发场景
用户请求理解代码库整体结构
需要掌握项目架构或进行仓库定向
作为其他分析任务的前置步骤
安装
npx skills add solatis/claude-config --skill codebase-analysis -g -y
SKILL.md
Frontmatter
{
"name": "codebase-analysis",
"description": "Invoke IMMEDIATELY via python script when user requests codebase understanding, architecture comprehension, or repository orientation. Do NOT explore first - the script orchestrates exploration."
}
Codebase Analysis
Understanding-focused skill that builds foundational comprehension of codebase structure, patterns, flows, decisions, and context. Serves as foundation for downstream analysis skills (problem-analysis, refactor, etc.).
When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow.
Invoke:
版本历史
- 6e72bc2 当前 2026-07-11 17:17


