fady-ramzy91/community-ai-skills

A community catalog of reusable AI agent skills for Cursor, Claude, Copilot, and other assistants. Each skill is a self-contained set of instructions agents can load when writing code, tests, reviews, or docs — so teams share consistent practices across tools and projects. Start with one skill, contribute more, grow the catalog together.

1Stars on the repository
2Mods indexed here, across every type
17d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

clean-classes

01

fady-ramzy91/community-ai-skills

Skill Claude CodeCodex

Run Clean Code Chapter 10 on any class: inventory methods and fields, apply the 25-word naming test, list reasons to change, check cohesion, Open/Closed, and Dependency Inversion, then split the type if it has more than one responsibility. Use when the user points at a class, ViewModel, use case, Manager, Helper, or…

not rated 1 17d ago A 109 tokens original MIT

clean-unit-testing

02

fady-ramzy91/community-ai-skills

Skill Claude CodeCodex

Enforce Clean Code Chapter 9 unit-testing principles (Three Laws of TDD, clean tests, one concept per test, F.I.R.S.T., readability) when writing, generating, refactoring, or reviewing unit tests in any language or test framework. Use whenever the user asks for unit tests, TDD, test coverage, test refactoring, test…

not rated 1 17d ago A 88 tokens original MIT