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


