Solid Skills banner
ramziddin ramziddin

Solid Skills

Data & AI community intermediate

Description

Professional software engineering skills for AI coding agents. Transforms code into senior-engineer quality software through SOLID principles, TDD, clean code practices, and professional software design.

Installation

Terminal
git clone https://github.com/ramziddin/solid-skills

README

Solid Skills

Professional software engineering skills for AI coding agents. Transforms code into senior-engineer quality software through SOLID principles, TDD, clean code practices, and professional software design.

Skills follow the [Agent Skills](https://github.com/anthropics/agent-skills) format.

Available Skills

solid

Transform junior-level code into senior-engineer quality software. Primarily designed for **TypeScript** and **NestJS** projects, but applicable to any object-oriented codebase.

**Use when:**

    undefined

**Core principles:**

Principle Focus
TDD Red-Green-Refactor cycle, tests before code
SOLID Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion
Clean Code Meaningful names, small functions, no comments needed
Design Patterns Creational, Structural, Behavioral patterns
Architecture Vertical slicing, dependency rule, clean architecture

**Reference documentation included:**

    undefined

**Key features:**

    undefined

...