backend-patterns
Backend architecture patterns for scalable server-side apps, covering API design, database optimization, and security.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill backend-patternsStats
| Total installs | 3,246 |
| Weekly installs | 3.2K |
| GitHub stars | 112.5K |
| First seen | Jan 22, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Covers repository, service, and middleware layers for clean separation of concerns; includes REST API structure with resource-based URLs and query parameters
- Database patterns include N+1 prevention, query optimization, transactions, and caching strategies (Redis, cache-aside)
- Error handling with centralized handlers, retry logic with exponential backoff, and structured logging for monitoring
- Authentication and authorization patterns: JWT validation, role-based access control, rate limiting, and background job queues
Tags
Related skills
| Skill | Installs | vs backend-patterns |
|---|---|---|
| openapi-to-typescript | 3,368 | +122 |
| python-observability | 3,220 | -26 |
| mtls-configuration | 3,257 | +11 |
| prisma-cli | 2,717 | -529 |
| durable-objects | 3,107 | -139 |
FAQ
- How many installs does backend-patterns have?
- backend-patterns has 3,246 total installs and 3.2K installs this week.
- Where is backend-patterns hosted?
- backend-patterns is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does backend-patterns have?
- backend-patterns has 112.5K GitHub stars.
- When was backend-patterns first indexed?
- OrangeBot.AI first indexed backend-patterns on Jan 22, 2026.
- How do I install backend-patterns?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill backend-patterns