solid
Enforces professional software engineering through TDD, SOLID principles, and clean code craftsmanship.
Install
npx skills add https://github.com/ramziddin/solid-skills --skill solidStats
| Total installs | 943 |
| Weekly installs | 937 |
| GitHub stars | 361 |
| First seen | Jan 22, 2026 |
| Source | @ramziddin/solid-skills |
Summary
- Enforces Test-Driven Development (Red-Green-Refactor) as the foundation for all code, with design emerging during refactoring, not upfront planning
- Applies SOLID principles rigorously: Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion to every class and module
- Mandates value objects for domain concepts (IDs, emails, money) and enforces strict naming consistency, minimal indentation, and entities under 50 lines
- Provides code smell detection and refactoring guidance, including complexity management, dependency rules, and architectural patterns for vertical slicing and horizontal decoupling
- Includes checklists for pre-code, during-code, and post-code phases to catch violations early and maintain professional craftsmanship standards
Tags
Related skills
| Skill | Installs | vs solid |
|---|---|---|
| liquid-theme-a11y | 926 | -17 |
| debugging-wizard | 1,068 | +125 |
| python-best-practices | 885 | -58 |
| typescript | 885 | -58 |
| Git Helper | 0 | -943 |
FAQ
- How many installs does solid have?
- solid has 943 total installs and 937 installs this week.
- Where is solid hosted?
- solid is published by @ramziddin/solid-skills at https://github.com/ramziddin/solid-skills.
- How many GitHub stars does solid have?
- solid has 361 GitHub stars.
- When was solid first indexed?
- OrangeBot.AI first indexed solid on Jan 22, 2026.
- How do I install solid?
- Run: npx skills add https://github.com/ramziddin/solid-skills --skill solid