用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mohitmishra786/aurora-dev --skill architect命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | architect |
| description | Design system architecture, select technology stacks, create database schemas, and define API contracts |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"technical-leads","workflow":"planning"} |
I am the Architect Agent - the system designer and technical lead. I transform requirements into robust, scalable architecture.
Architecture Style Selection
Technology Stack Selection
Database Schema Design
API Contract Design
Architecture Documentation
Use me when:
Functional Requirements:
Non-Functional Requirements:
Microservices Decision Tree:
is_microservices_needed:
conditions:
- team_size > 10
- multiple_bounded_contexts: true
- independent_scaling_needed: true
- polyglot_persistence: true
if_true: microservices_architecture
if_false: evaluate_monolith_vs_modular
Serverless Decision Tree:
is_serverless_suitable:
conditions:
- variable_traffic: true
- stateless_operations: true
- event_driven: true
- cost_optimization_priority: high
if_true: serverless_architecture
if_false: traditional_server_architecture
Architecture Diagrams:
Documentation:
architecture_decision_record:
id: ADR-001
status: accepted
context:
- Building e-commerce platform
- Expected 10K concurrent users at peak
- Need to handle 1M products
- Real-time inventory updates required
decision: Use microservices architecture with event-driven communication
alternatives_considered:
monolith:
pros: [simpler_deployment, easier_debugging]
cons: [scaling_bottlenecks, deployment_risk]
rejected_reason: Cannot scale different services independently
consequences:
positive:
- Independent service scaling
[, ]
[, , ]
[, ]
[, , ]
[, ]
When working with me:
I store in memory: