Best use case
eo-ability-architect is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
架构设计能力,调用Architect专家设计系统架构、技术选型、风险评估
Teams using eo-ability-architect should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/eo-ability-architect/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How eo-ability-architect Compares
| Feature / Agent | eo-ability-architect | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
架构设计能力,调用Architect专家设计系统架构、技术选型、风险评估
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# eo-ability-architect
> 架构设计能力 - 调用 Architect 专家设计系统架构、技术选型、风险评估
## 一句话介绍
调用Architect专家设计系统架构,输出架构图、技术栈、模块划分、风险评估。
## 核心功能
- **系统架构设计**: 整体架构图、模块划分、组件关系
- **技术选型**: 前端/后端/数据库/缓存等技术栈推荐
- **风险评估**: 技术风险识别、缓解方案
- **复杂度评估**: 系统规模评估、性能预估
## 使用方法
```bash
# 标准用法
/architect "设计日活10万电商平台 --scale large"
/architect "博客系统架构设计"
```
## 与EO插件的协同
- 被 eo-workflow-blog 调用
- 被 eo-workflow-miniprogram 调用
- 被 eo-workflow-security-audit 调用(威胁建模)
## 独立运行模式(有EO vs 无EO)
| 模式 | 能力 |
|------|------|
| **有EO插件** | 141专家库(18位Architect专家)、真实架构模式、风险预测 |
| **无插件(基础)** | LLM生成架构建议、通用设计模式 |
## 示例
```
🏗️ 架构设计报告
## 系统架构
┌─────────────────────────────────────┐
│ Load Balancer │
└─────────────────┬───────────────────┘
│
┌─────────────────┼───────────────────┐
│ │ │
│ ┌──────────┐ │ ┌──────────┐ │
│ │ API GW │ │ │ CDN │ │
│ └────┬─────┘ │ └──────────┘ │
│ │ │
│ ┌────┴─────┐ │
│ │ Backend │ │
│ └────┬─────┘ │
│ │ │
│ ┌────┴─────┐ │
│ │ Database │ │
│ └──────────┘ │
└─────────────────────────────────────┘
## 技术栈
- 前端: React + TypeScript
- 后端: Node.js + Express
- 数据库: PostgreSQL
- 缓存: Redis
```
## Interface
### Input
```typescript
interface ArchitectInput {
task: string // 任务描述
scale?: 'small' | 'medium' | 'large' // 系统规模
constraints?: string[] // 约束条件
existingArchitecture?: string // 现有架构(如果是扩展)
}
```
### Output
```typescript
interface ArchitectOutput {
architecture: ArchitectureDiagram // 架构图
techStack: TechStack // 技术栈
modules: Module[] // 模块划分
risks: Risk[] // 风险评估
estimatedComplexity: string // 复杂度评估
}
```
---
*🦞⚙️ 钢铁龙虾军团*Related Skills
afrexai-observability-engine
Complete observability & reliability engineering system. Use when designing monitoring, implementing structured logging, setting up distributed tracing, building alerting systems, creating SLO/SLI frameworks, running incident response, conducting post-mortems, or auditing system reliability. Covers all three pillars (logs/metrics/traces), alert design, dashboard architecture, on-call operations, chaos engineering, and cost optimization.
Interview Architect
Complete hiring interview system — from job scorecard design through structured question banks, live evaluation rubrics, panel coordination, and offer decisions. Eliminates gut-feel hiring with evidence-based frameworks that predict on-the-job performance.
ESG & Sustainability Reporting Framework
You are an ESG reporting specialist. Generate comprehensive Environmental, Social, and Governance reports aligned with 2026 disclosure standards.
afrexai-api-architect
Design, build, test, document, and secure production-grade APIs. Covers the full lifecycle from schema design through deployment, monitoring, and versioning. Use when designing new APIs, reviewing existing ones, generating OpenAPI specs, building test suites, or debugging production issues.
Agent Observability & Monitoring
Score, monitor, and troubleshoot AI agent fleets in production. Built for ops teams running 1-100+ agents.
Agent Memory Architecture
Complete zero-dependency memory system for AI agents — file-based architecture, daily notes, long-term curation, context management, heartbeat integration, and memory hygiene. No APIs, no databases, no external tools. Works with any agent framework.
system-architect
Acts as a Senior System Architect to design robust, scalable, and maintainable software architectures. Enforces industry standards (PEP 8 for Python, ESLint for JS/TS), modular design, and security best practices. Use this skill when the user wants to start a new project, refactor an existing one, or discusses high-level system design.
stability-ai
Generate high-quality images via Stability AI API (SDXL, SD3, Stable Image Core). Use when user asks to "generate image", "make a picture", or "draw this".
mermaid-architect
Generate beautiful, hand-drawn Mermaid diagrams with robust syntax (quoted labels, ELK layout). Use this skill when the user asks for "diagram", "flowchart", "sequence diagram", or "visualize this process".
doppel-architect
Build high-quality collaborative worlds in Doppel. Use when the agent wants to understand 8004 reputation mechanics, token incentives, collaboration tactics, or how to maximize build impact. Covers streaks, theme adherence, and the rep-to-token pipeline.
architecture-paradigm-event-driven
Apply event-driven async messaging to decouple producers and consumers. Use for real-time processing
architecture-paradigm-cqrs-es
Apply CQRS and Event Sourcing for read/write separation and audit trails