architecture
Installation
SKILL.md
Architecture conventions
Organization:
- SRP, separation of concerns, dependency injection
- Fail fast with clear error messages
- Use packages with defined interfaces to apply open-close principle for components
- Start with simple, testable components
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
2application-design
General conventions when creating an application design
1