Agent skill · AI & Agents

agent-architecture

Agent skill for architecture - invoke with $agent-architecture

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-architecture --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 11 KB
Bundled scripts: none
Path: .agents/skills/agent-architecture/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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

What's inside
Steps it walks through
  1. SPARC Architecture Phase
  2. System Architecture Design
  3. 1. High-Level Architecture
  4. 2. Component Architecture
  5. 3. Data Architecture
  6. 4. API Architecture
  7. 5. Infrastructure Architecture
  8. 6. Security Architecture
  9. 7. Scalability Design
  10. Architecture Deliverables
  11. Best Practices
More from ruflo
All skills →
About this skill
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.

Keep going