Agent Skills
› solatis/claude-config
› codebase-analysis
codebase-analysis
GitHub用于快速理解代码库结构、架构及上下文的基础分析技能。用户请求代码理解或仓库定向时立即触发,直接调用Python脚本执行探索工作流,为后续分析和重构提供基础支撑。
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


