catlog22 / project-analyze
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/project-analyze && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1594" && unzip -o skill.zip -d .claude/skills/project-analyze && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/project-analyze/ 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.
Multi-phase iterative project analysis with Mermaid diagrams. Generates architecture reports, design reports, method analysis reports. Use when analyzing codebases, understanding project structure, reviewing architecture, exploring design patterns, or documenting system components. Triggers on "analyze project", "architecture report", "design analysis", "code structure", "system overview".