Agent Skills
› solatis/claude-config
› codebase-analysis
codebase-analysis
GitHub用于快速构建对代码库结构、模式、流程和上下文的底层理解。通过直接调用自动化脚本执行探索,为后续的问题分析或重构提供基础认知,避免手动盲目探索。
Trigger Scenarios
用户请求理解代码库整体结构
需要掌握代码架构或进行仓库定向
Install
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:
Version History
- 6e72bc2 Current 2026-07-11 17:17


