Agent Skills
› solatis/claude-config
› codebase-analysis
codebase-analysis
GitHub用于快速理解代码库结构、模式、流程及决策背景的基础分析技能。通过调用自动化脚本立即执行探索,为后续重构或问题排查提供上下文支撑。
Trigger Scenarios
用户请求理解代码库整体架构
需要掌握仓库目录结构与关键流程
为新功能开发或bug修复建立代码上下文
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


