solatis / codebase-analysis
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/codebase-analysis && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2816" && unzip -o skill.zip -d .claude/skills/codebase-analysis && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/codebase-analysis/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Invoke IMMEDIATELY via python script when user requests codebase understanding, architecture comprehension, or repository orientation. Do NOT explore first - the script orchestrates exploration.
0 views
0 installs
Skill Content
--- 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: <invoke working-dir=".claude/skills/scripts" cmd="python3 -m skills.codebase_analysis.analyze --step 1" />