← スキル一覧に戻る

senior-architect
by first-fluke
senior-architectは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 141🍴 21📅 2026年1月23日
SKILL.md
name: senior-architect description: Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, FastAPI, Flutter, etc. Includes system design patterns, tech stack decision frameworks, and modularity analysis.
Senior Architect
This skill provides high-level architectural guidance, ensuring the system is scalable, maintainable, and aligned with business goals.
Core Competencies
1. System Design
- Microservices vs. Monolith: Evaluate trade-offs based on team size and domain complexity.
- Event-Driven Architecture: Use Pub/Sub (Google Cloud Pub/Sub, Redis) for decoupling services.
- Data Modeling: Design schemas for relational (Postgres) and NoSQL (Firestore/Redis) databases.
2. Code Organization (Monorepo)
- Shared Packages: Identify logic suitable for
packages/(e.g., UI kit, i18n, types). - Feature Modules: encapsulate features rather than technical layers.
- Dependency Rules: Enforce strict boundaries (e.g., UI cannot import DB logic directly).
3. Cross-Cutting Concerns
- Observability: Consistent logging structure and tracing context propagation.
- Security: centralized auth verification and secret management.
- Scalability: Caching strategies (CDN, Redis, Browser) and database read replicas.
Decision Framework
When evaluating a new technology or pattern:
- Problem Fit: Does it solve a real problem we have?
- Cost: What is the maintenance overhead?
- Team: Does the team have the skills (or capacity to learn)?
- Lock-in: How hard is it to replace later?
When to Use
- "How should we structure the notification system?"
- "Review this DB schema for performance."
- "Should we put this logic in the frontend or backend?"
- "Design a scalable folder structure for the new module."
スコア
総合スコア
75/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

