← スキル一覧に戻る

arch-designer
by jeremyodell
⭐ 0🍴 0📅 2026年1月5日
SKILL.md
name: arch-designer description: Use when the user wants to generate architecture diagrams, visualize their codebase structure, create pitch decks with system diagrams, or understand their infrastructure layout from code
Architecture Designer
Generate professional, ByteByteGo-quality architecture diagrams from your codebase.
When to Use
Use this plugin when:
- User asks about architecture visualization or diagrams
- User wants to document their system architecture
- User is preparing a pitch deck or presentation
- User asks "what does my architecture look like?"
- User wants to understand infrastructure from Terraform/Docker files
- User needs diagrams for documentation or README
Available Commands
| Command | Purpose |
|---|---|
/arch:generate | Scan codebase and generate full architecture diagram suite |
/arch:view $SCOPE | Generate a focused diagram for a specific component or flow |
/arch:deck --investor | Create investor pitch deck with auto-generated diagrams |
/arch:deck --client | Create client-facing presentation deck |
/arch:export | Export diagrams in multiple formats (SVG, PNG, PDF) |
/arch:refresh | Regenerate diagrams after code changes |
Supported Sources
The plugin can analyze:
- Terraform - AWS resources (Lambda, DynamoDB, S3, SQS, API Gateway, etc.)
- Docker Compose - Services, dependencies, networking
Future analyzers will add support for:
- Kubernetes manifests
- AWS CDK
- CloudFormation
- Application code (Express routes, database connections)
How It Works
- Analyzers scan IaC files and extract components
- GraphBuilder merges results into a unified architecture graph
- Dagre layout positions nodes using hierarchical algorithm
- SVG renderer creates animated, styled diagrams
Output Location
Diagrams are saved to docs/architecture/latest/:
overview.svg- Animated SVG with flow indicatorsoverview.png- Static image for embeddingembed.html- Copy-paste snippet for README
Interactive Refinement
After generation, you can refine diagrams conversationally:
- "Zoom into the auth flow"
- "Add a callout explaining the cache layer"
- "Move the database to the right"
- "Highlight the payment processing path"
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です