Claude Skill
yzddmr6/repo-analyzer
Repo-Analyzer is an AI coding agent skill for deep architectural analysis of open-source projects. Generate professional reports with one command.
Overview
Repository
Install this Skill
npx skills add yzddmr6/repo-analyzerRegistry
npx skills add yzddmr6/repo-analyzergit clone https://github.com/yzddmr6/repo-analyzer.git ~/.claude/skills/repo-analyzergit clone https://github.com/yzddmr6/repo-analyzer.git %USERPROFILE%\.claude\skills\repo-analyzer
Summary
Repo-Analyzer is an AI coding agent skill designed for deep architectural analysis of open-source projects. It enables developers to generate professional-grade analysis reports with a single command, leveraging AI to understand code structure, dependencies, and design patterns.
AI coding agent 技能:开源项目深度架构分析,一句话生成专业级分析报告
Key features
- One-command generation of professional analysis reports
- Deep architectural analysis of open-source projects
- AI-powered understanding of code structure and dependencies
- Designed as a skill for AI coding agents
Use cases
- Quickly evaluate the architecture of unfamiliar open-source projects
- Generate documentation for codebases during onboarding
- Identify design patterns and dependencies in large repositories
- Support code review with automated structural insights
README excerpt
# Repo Analyzer An AI coding agent skill for deep architectural analysis of open-source projects. Generates professional-grade architecture reports with design insights, trade-off analysis, and Mermaid diagrams. Compatible with [Claude Code](https://claude.ai/claude-code), [Codex](https://github.com/openai/codex), [OpenClaw](https://github.com/anthropics/openclaw), and any AI coding agent that supports the skills format. **[中文文档](README.zh.md)** ## Related Articles - [一键生成专业级分析报告:迭代20多轮的深度架构分析Skill,我决定开源了](https://mp.weixin.qq.com/s/sOPHFaNS8pIkhB4F-FysTQ) - [Claude Code 源码深度架构分析](https://mp.weixin.qq.com/s/GjZ-tFBVwfJwK11F1lP5TQ) ## Quick Install **npx (Recommended)** ```bash npx skills add yzddmr6/repo-analyzer ``` **Plugin Marketplace** ``` /plugin marketplace add yzddmr6/repo-analyzer /plugin install repo-analyzer@repo-analyzer ``` **Manual (Git Clone)** ```bash # macOS / Linux git clone https://github.com/yzddmr6/repo-analyzer.git ~/.claude/skills/repo-analyzer # Windows git clone https://github.com/yzddmr6/repo-analyzer.git %USERPROFILE%\.claude\skills\repo-analyzer ``` ## Features - **Architecture-level analysis** — Focuses on *why* things are designed the way they are, not just *what* the code does - **Adaptive report structure** — No fixed template; chapters are designed based on each project's unique characteristics - **Parallel subagent analysis** — Spawns multiple agents to analyze core modules concurrently for large codebases - **Competitive positioning** — Compares design philosophy and technical trade-offs against similar projects - **Mermaid diagrams** — Architecture overviews, data flows, and per-module sequence diagrams throughout the report - **Interactive workflow** — Asks targeted questions based on project traits before diving into a
Topics
No topics yet.