Agent Arch System Design
技能 已验证 活跃Agent skill for arch-system-design - invoke with $agent-arch-system-design
To assist users in designing and documenting scalable and maintainable system architectures, providing expert guidance on technical decisions and patterns.
功能
- Design scalable system architectures
- Document architectural decisions and ADRs
- Create system diagrams (C4 model, UML)
- Evaluate technology choices and trade-offs
- Define architectural patterns and principles
使用场景
- Designing microservices architecture for platforms
- Creating system architecture for real-time data processing
- Planning scalability for complex systems
- Evaluating technology stacks for new projects
非目标
- Implementing code
- Directly modifying existing codebases
- Spawning other implementation agents
- Executing arbitrary bash commands
安装
npx skills add ruvnet/ruflo通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
System Design
99Design scalable distributed systems using structured approaches for load balancing, caching, database scaling, and message queues. Use when the user mentions "system design", "scale this", "high availability", "rate limiter", "design a URL shortener", "system design interview", "capacity planning", or "distributed architecture". Also trigger when estimating infrastructure requirements, choosing between microservices and monoliths, or designing for millions of concurrent users. Covers common system designs and back-of-the-envelope estimation. For data fundamentals, see ddia-systems. For resilience, see release-it.
Pathfinder
100将代码库映射为按功能分组的流程图,识别不同功能之间的重复关注点,并提出统一的架构。在被要求“寻找理想路径”、统一重复系统或在重构前审计架构时使用。输出一个建议的统一流程图以及针对每个系统的“制定计划”提示。
API Design Patterns
100Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices
Architecture Designer
95Use when designing new high-level system architecture, reviewing existing designs, or making architectural decisions. Invoke to create architecture diagrams, write Architecture Decision Records (ADRs), evaluate technology trade-offs, design component interactions, and plan for scalability. Use for system design, architecture review, microservices structuring, ADR authoring, scalability planning, and infrastructure pattern selection — distinct from code-level design patterns or database-only design tasks.
V3 Ddd Architecture
100Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.
Understand
100分析代码库以生成交互式知识图谱,用于理解架构、组件和关系