senior-architect
- Repo stars 0
- Author repo 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.
- Fluxly category
- Design
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. 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 --> Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Overview → Quick Start → Core Capabilities → 1) Architecture Diagram Generator → 2) Project Architect → 3) Dependency Analyzer
terms -> 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).
files/cmd -> scripts/architecturediagramgenerator.py · references/architecturepatterns.md · scripts/projectarchitect.py · references/systemdesignworkflows.md · scripts/dependencyanalyzer.py · references/techdecisionguide.md
body sha256 -> 266ec15a975f
Decide Fit First
Design Intent
How To Use It
Boundaries And Review