Agent skill · Design & Presentation

project-analyze

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".

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill project-analysis-prorise-cool-prorise-claude-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: TaskAskUserQuestionReadBashGlobGrepWrite
Path: skills/analysis/project-analysis-prorise-cool-prorise-claude-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

<!-- AUTO-GENERATED-RESOURCE-MAP:START --> ### Resource Map > 基准路径: `.claude/skills/architecture-specialist/references/domains/project-analysis/` ``` project-analysis/ ├── phases/ │ ├── 01-requirements-discovery.md │ ├── 02-project-exploration.md │ ├── 03-deep-analysis.md │ ├── 03.5-consolidation.md │ ├── 04-report-generation.md │ └── 05-iterative-refinement.md ├── specs/ │ ├── quality-standards.md │ └── writing-style.md └── SKILL.md ``` <!-- AUTO-GENERATED-RESOURCE-MAP:END --> # Project Analysis Skill Generate comprehensive project analysis reports through multi-phase iterative workflow. ## Architecture Overview ``` ┌─────────────────────────────────────────────────────────────────┐ │ Context-Optimized Architecture │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ Phase 1: Requirements → analysis-config.json │ │ ↓ │ │ Phase 2: Exploration → 初步探索,确定范围 │ │ ↓ │ │ Phase 3: Parallel Agents → sections/section-*.md (直接写MD) │ │ ↓ 返回简要JSON │ │ Phase 3.5: Consolidation → consolidation-summary.md │ │ Agent ↓ 返回质量评分+问题列表 │ │ ↓ │ │ Phase 4: Assembly → 合并MD + 质量附录 │ │ ↓ │ │ Phase 5: Refinement → 最终报告 │ │ │ └──────────────────────────────────────────────────────────────

What's inside
Steps it walks through
  1. Resource Map
  2. Architecture Overview
  3. Key Design Principles
  4. Execution Flow
  5. Report Types
  6. Agent Configuration by Report Type
  7. Architecture Report
  8. Design Report
  9. Methods Report
  10. Directory Setup
  11. Output Structure
  12. Reference Documents
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the project-analyze skill do?

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".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill project-analysis-prorise-cool-prorise-claude-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going