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


