application-design

Installation
SKILL.md

practices

Application Design Conventions

Organization:

  • Apply the Single Responsibility Principle
  • Use packages with defined interfaces to apply open-close principle for components

APIs:

  • Use RESTful conventions
  • Handle 404s gracefully

Validation:

  • Validate on client and server
  • Provide immediate feedback
  • Handle edge cases and malicious input
Related skills
Installs
1
GitHub Stars
70
First Seen
Mar 25, 2026