architecture-patterns
Installation
SKILL.md
Architecture Patterns
Overview
Architecture patterns provide proven solutions for structuring software systems. Choosing the right architecture is crucial for scalability, maintainability, and team productivity.
Patterns
Monolithic Architecture
Description: Single deployable unit containing all application functionality.
Key Features:
- Simple deployment and development
- Shared database and memory
- Straightforward debugging
Related skills
More from miles990/claude-software-skills
devops-cicd
CI/CD pipelines, infrastructure as code, and deployment strategies
410code-quality
Clean code principles, SOLID, and code review practices
408game-development
Game development patterns, architectures, and best practices
280e-commerce
E-commerce platforms, payment processing, and shopping cart patterns
241saas-platforms
SaaS architecture, multi-tenancy, and subscription management
234project-management
Agile methodologies, issue tracking, and team collaboration tools
227