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
More from mrsimpson/responsible-vibe-mcp
responsible-vibe
>
15coding
General practices to consider when writing code
2testing
General practices when writing and executing tests
2starting-project
How to set-up the skeleton of a new application
2task-handling
Important conventions on how to author and work on tasks
2architecture
General practices to consider when setting up a new application or enhancing it structurally
1