application-patterns
Installation
SKILL.md
Application Development Patterns
Overview
Common patterns for building real-world applications. These patterns solve recurring problems in application development.
CRUD Applications
Data Flow Pattern
┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐
│ Form │ ──→ │Validate │ ──→ │ Service │ ──→ │ DB │
└─────────┘ └─────────┘ └─────────┘ └─────────┘
↑ │
└───────────── Response ←───────────────────────┘
Related skills
More from miles990/claude-software-skills
devops-cicd
CI/CD pipelines, infrastructure as code, and deployment strategies
414code-quality
Clean code principles, SOLID, and code review practices
410game-development
Game development patterns, architectures, and best practices
281e-commerce
E-commerce platforms, payment processing, and shopping cart patterns
252saas-platforms
SaaS architecture, multi-tenancy, and subscription management
237project-management
Agile methodologies, issue tracking, and team collaboration tools
229