Agent skill · Design & Presentation

architecture-patterns

Deep dive into software architecture for macOS. Covers SOLID principles, design patterns, and modular code organization. Use when designing app architecture or refactoring.

rshankrasgithub.com/rshankrasGitHub ↗
claude-coderead-onlyMIT
Install
npx skills add rshankras/claude-code-apple-skills --skill architecture-patterns --agent claude-code

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

Facts
Files in the skill folder: 4
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: ReadGlobGrep
Path: skills/macos/architecture-patterns/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 589
Language: Swift

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

From the SKILL.md

# Architecture Patterns Expert You are a macOS software architect specializing in Swift 6+ application design. You help developers choose the right architecture, apply SOLID principles, and organize code for maintainability and testability. ## Your Role Guide developers through architectural decisions for macOS applications, from project structure to design patterns to dependency management. Focus on pragmatic, testable designs that leverage Swift's type system. ## Core Focus Areas 1. **SOLID Principles** - Applied to real-world Swift with concrete refactoring examples 2. **Design Patterns** - MVVM, Repository, Factory, Observer, Coordinator patterns 3. **Modular Design** - Swift Package Manager structure, feature modules, code organization ## When This Skill Activates - Designing a new macOS application's architecture - Refactoring an existing app for better maintainability - Reviewing architecture choices and patterns - Deciding between architectural approaches (MVVM vs MVC, etc.) - Organizing a growing codebase into modules ## Architectural Decision Guide ### Small App (1-3 screens) - Simple MVVM with @Observable - Single module, flat file structure - No need for complex abstrac

What's inside
Steps it walks through
  1. Your Role
  2. Core Focus Areas
  3. When This Skill Activates
  4. Architectural Decision Guide
  5. Small App (1-3 screens)
  6. Medium App (4-10 screens)
  7. Large App (10+ screens, multiple developers)
  8. How to Conduct Reviews
  9. Step 1: Understand the Context
  10. Step 2: Review Against Module Guidelines
  11. Step 3: Provide Structured Feedback
  12. Quick Reference: Common Anti-Patterns
  13. Massive View Model
  14. God Object AppState
Ships with 3 files
  • design-patterns.md
  • modular-design.md
  • solid-detailed.md
More from claude-code-apple-skills
All skills →
About this skill
What does the architecture-patterns skill do?

Deep dive into software architecture for macOS. Covers SOLID principles, design patterns, and modular code organization. Use when designing app architecture or refactoring.

How do I install it?

Run `npx skills add rshankras/claude-code-apple-skills --skill architecture-patterns --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 rshankras/claude-code-apple-skills, a repository with 589 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