Claude Skill
yzddmr6/repo-analyzer
Repo-Analyzer 是一个 AI 编码代理技能,用于开源项目的深度架构分析。一条指令即可生成专业报告。
概览
仓库信息
安装这个 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
项目简介
Repo-Analyzer 是一个 AI 编码代理技能,专为开源项目的深度架构分析而设计。它使开发者能够通过一条指令生成专业级的分析报告,利用 AI 理解代码结构、依赖关系和设计模式。
AI coding agent skill for deep architectural analysis of open-source projects | 开源项目深度架构分析,一句话生成专业级分析报告
要点
- 一键生成专业级分析报告
- 开源项目深度架构分析
- AI 驱动的代码结构与依赖关系理解
- 专为 AI 编码代理设计的技能
使用场景
- 快速评估不熟悉开源项目的架构
- 在入职时生成代码库的文档
- 识别大型仓库中的设计模式和依赖关系
- 通过自动化结构洞察支持代码审查
README 摘要
# 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
话题
暂无话题