Senior 技能审计
- 作者仓库星标 0
- 作者仓库 skills-registry
Senior Architect
Overview
Provide architecture direction, system design patterns, and decision frameworks for multi-platform products. Use bundled scripts to generate starter diagrams, scan project footprints, and summarize dependencies.
Quick Start
Run a script based on the task:
python3 scripts/architecture_diagram_generator.py <project-path> [--output diagram.mmd]
python3 scripts/project_architect.py <project-path> [--verbose]
python3 scripts/dependency_analyzer.py <project-path> [--analyze]
Core Capabilities
1) Architecture Diagram Generator
Generate a starter Mermaid diagram you can refine.
- Use when: You need a quick architecture diagram scaffold.
- Script:
scripts/architecture_diagram_generator.py - Reference:
references/architecture_patterns.md
2) Project Architect
Summarize the project footprint and highlight likely components.
- Use when: You need a high-level architecture readout or review.
- Script:
scripts/project_architect.py - Reference:
references/system_design_workflows.md
3) Dependency Analyzer
Detect common dependency files and summarize stack signals.
- Use when: You need a fast dependency inventory or tech stack hints.
- Script:
scripts/dependency_analyzer.py - Reference:
references/tech_decision_guide.md
Reference Documentation
Load these only when needed:
references/architecture_patterns.mdfor patterns and anti-patternsreferences/system_design_workflows.mdfor system design processreferences/tech_decision_guide.mdfor stack decisions and trade-offs
<!-- tomevault:4.0:skill_md:2026-05-22 -->Source: bzellman/earp-kit — distributed by TomeVault.
- 流狐分类
- 设计与多媒体
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @tomevault-io · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Provide architecture direction, system design patterns, and decision frameworks for multi-platform products. Use bundled scripts to generate starter diagrams, scan project footprints, and summarize dependencies.
Run a script based on the task:
Core Capabilities
Generate a starter Mermaid diagram you can refine. Use when: You need a quick architecture diagram scaffold. Script: scripts/architecturediagramgenerator.py
Summarize the project footprint and highlight likely components. Use when: You need a high-level architecture readout or review. Script: scripts/projectarchitect.py
Detect common dependency files and summarize stack signals. Use when: You need a fast dependency inventory or tech stack hints. Script: scripts/dependencyanalyzer.py
# Senior Architect
## Overview
Provide architecture direction, system design patterns, and decision frameworks for multi-platform products. Use bundled scripts to generate starter diagrams, scan project footprints, and summarize dependencies.
## Quick Start
Run a script based on the task:
```bash
python3 scripts/architecture_diagram_generator.py <project-path> [--output diagram.mmd]
python3 scripts/project_architect.py <project-path> [--verbose]
python3 scripts/dependency_analyzer.py <project-path> [--analyze]
```
## Core Capabilities
### 1) Architecture Diagram Generator
Generate a starter Mermaid diagram you can refine.
- **Use when:** You need a quick architecture diagram scaffold.
- **Script:** `scripts/architecture_diagram_generator.py`
- **Reference:** `references/architecture_patterns.md`
### 2) Project Architect
Summarize the project footprint and highlight likely components.
- **Use when:** You need a high-level architecture readout or review.
- **Script:** `scripts/project_architect.py`
- **Reference:** `references/system_design_workflows.md`
### 3) Dependency Analyzer
Detect common dependency files and summarize stack signals.
- **Use when:** You need a fast dependency inventory or tech stack hints.
- **Script:** `scripts/dependency_analyzer.py`
- **Reference:** `references/tech_decision_guide.md`
## Reference Documentation
Load these only when needed:
- `references/architecture_patterns.md` for patterns and anti-patterns
- `references/system_design_workflows.md` for system design process
- `references/tech_decision_guide.md` for stack decisions and trade-offs
---
> Source: [bzellman/earp-kit](https://github.com/bzellman/earp-kit) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 --> 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Overview → Quick Start → Core Capabilities → 1) Architecture Diagram Generator → 2) Project Architect → 3) Dependency Analyzer
要点 -> Use when · Script · Reference · - Use when: You need a quick architecture diagram scaffold. · - Use when: You need a high-level architecture readout or review. · - Use when: You need a fast dependency inventory or tech stack hints. · --- > Source: [bzellman/earp-kit](https://github.com/bzellman/earp-kit) — distributed by [TomeVault](https://tomevault.io).
文件/命令 -> scripts/architecturediagramgenerator.py · references/architecturepatterns.md · scripts/projectarchitect.py · references/systemdesignworkflows.md · scripts/dependencyanalyzer.py · references/techdecisionguide.md
内容 SHA-256 -> 266ec15a975f
方法与流程
适用与边界
原文中的明确线索
scripts/architecturediagramgenerator.py、references/architecturepatterns.md、scripts/projectarchitect.py、references/systemdesignworkflows.md、scripts/dependencyanalyzer.py、references/techdecisionguide.md