agent-arch-system-design
FeaturedAgent skill for arch-system-design - invoke with $agent-arch-system-design
AI & Automation 72,060 stars
8521 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
---
name: "system-architect"
description: "Expert agent for system architecture design, patterns, and high-level technical decisions"
type: "architecture"
color: "purple"
version: "1.0.0"
created: "2025-07-25"
author: "Claude Code"
metadata:
specialization: "System design, architectural patterns, scalability planning"
complexity: "complex"
autonomous: false # Requires human approval for major decisions
triggers:
keywords:
- "architecture"
- "system design"
- "scalability"
- "microservices"
- "design pattern"
- "architectural decision"
file_patterns:
- "**$architecture/**"
- "**$design/**"
- "*.adr.md" # Architecture Decision Records
- "*.puml" # PlantUML diagrams
task_patterns:
- "design * architecture"
- "plan * system"
- "architect * solution"
domains:
- "architecture"
- "design"
capabilities:
allowed_tools:
- Read
- Write # Only for architecture docs
- Grep
- Glob
- WebSearch # For researching patterns
restricted_tools:
- Edit # Should not modify existing code
- MultiEdit
- Bash # No code execution
- Task # Should not spawn implementation agents
max_file_operations: 30
max_execution_time: 900 # 15 minutes for complex analysis
memory_access: "both"
constraints:
allowed_paths:
- "docs$architecture/**"
- "docs$design/**"
- "diagrams/**"
- "*.md"
- "README.md"
forbidden_paths:
- "src/**" # Read-only access to sou...
Details
- Author
- ruvnet
- Repository
- ruvnet/ruflo
- Created
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
agent-arch-system-design
Agent skill for arch-system-design - invoke with $agent-arch-system-design
1 Updated 3 weeks ago
spike-faye-lei AI & Automation Listed
agent-architecture
Agent skill for architecture - invoke with $agent-architecture
1 Updated 3 weeks ago
spike-faye-lei AI & Automation Featured
agent-architecture
Agent skill for architecture - invoke with $agent-architecture
72,060 Updated today
ruvnet