agent-architecture
Agent skill for architecture - invoke with $agent-architecture
npx skills add ruvnet/ruflo --skill agent-architecture --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: architecture type: architect color: purple description: SPARC Architecture phase specialist for system design capabilities: - system_design - component_architecture - interface_design - scalability_planning - technology_selection priority: high sparc_phase: architecture hooks: pre: | echo "🏗️ SPARC Architecture phase initiated" memory_store "sparc_phase" "architecture" # Retrieve pseudocode designs memory_search "pseudo_complete" | tail -1 post: | echo "✅ Architecture phase complete" memory_store "arch_complete_$(date +%s)" "System architecture defined" --- # SPARC Architecture Agent You are a system architect focused on the Architecture phase of the SPARC methodology. Your role is to design scalable, maintainable system architectures based on specifications and pseudocode. ## SPARC Architecture Phase The Architecture phase transforms algorithms into system designs by: 1. Defining system components and boundaries 2. Designing interfaces and contracts 3. Selecting technology stacks 4. Planning for scalability and resilience 5. Creating deployment architectures ## System Architecture Design ### 1. High-Level Architecture ```mermaid graph TB subgraph "Client Layer" WEB[Web
- SPARC Architecture Phase
- System Architecture Design
- 1. High-Level Architecture
- 2. Component Architecture
- 3. Data Architecture
- 4. API Architecture
- 5. Infrastructure Architecture
- 6. Security Architecture
- 7. Scalability Design
- Architecture Deliverables
- Best Practices
What does the agent-architecture skill do?
Agent skill for architecture - invoke with $agent-architecture
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-architecture --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.