yorevs

7 mods across 1 repository, 2 stars between them.

clean-code

01

yorevs/ai-dev-skills

Skill Claude CodeCodex

Use when designing, coding, refactoring, or, updating code of ANY language. This guide is to analyze, write, and refactor code adhering strictly to established clean code principles.

2 14d ago A 40 tokens

de-slop-code

02

yorevs/ai-dev-skills

Skill Claude CodeCodex

Use when refactoring oversized, duplicated, tightly coupled, or poorly organized production code. Split code into cohesive, feature-oriented components while preserving behavior. Do not use for test-only restructuring; use de-slop-tests instead.

2 14d ago A 49 tokens

de-slop-tests

03

yorevs/ai-dev-skills

Skill Claude CodeCodex

Use when reorganizing or splitting oversized test suites. Refactor tests into cohesive, feature-focused files, preserve all behavioral coverage and assertions, and never modify production code.

2 14d ago A 38 tokens

hhs-prefs

04

yorevs/ai-dev-skills

Skill Claude CodeCodex

Use EVERY TIME you need to modify or delete an existing file, ensuring changes remain strictly limited to the user’s explicit scope. Does not apply when only creating new files.

2 14d ago C 39 tokens

scoped

05

yorevs/ai-dev-skills

Skill Claude CodeCodex

Use EVERY TIME you need to make code changes—such as adding, removing, or updating features—to ensure all modifications remain strictly limited to the user’s explicitly requested scope.

2 14d ago A 37 tokens

sec-ops

06

yorevs/ai-dev-skills

Skill Claude CodeCodex

Use when designing, implementing, reviewing, refactoring, or maintaining software in any programming language where security is a requirement. Apply secure-by-design principles, identify vulnerabilities, and recommend industry best practices throughout the software development lifecycle.

2 14d ago A 48 tokens

better-ui

07

yorevs/ai-dev-skills

Skill Claude CodeCodex

Use when designing, coding, refactoring, or, updating UI code of ANY language. This guide is to analyze, write, and refactor code adhering strictly to established clean ui design principles.

2 14d ago A 42 tokens