kiss-dry-yagni

Principes KISS, DRY, YAGNI. Use when reviewing code quality or refactoring.

thebeardedbearsas/claude-craft253 installsMITSynced Aug 26

Works with

Claude CodeCursorCodex CLIGitHub CopilotGemini CLI
---
name: kiss-dry-yagni
description: Principes KISS, DRY, YAGNI. Use when reviewing code quality or refactoring.
license: MIT
---

# Principes KISS, DRY, YAGNI

This skill provides simplicity and code quality guidelines.

See @REFERENCE.md for detailed documentation.

## Quick Reference

- **KISS**: Methods < 20 lines, complexity < 10, indent < 3 levels
- **DRY**: Abstract after 3 occurrences, single source of truth
- **YAGNI**: Only build what's explicitly required NOW
- **Early returns**: Prefer guard clauses over nested else
- **Composition**: Prefer over inheritance

More Refactoring skills

← All Refactoring skills

Check your AI visibility

One URL in, a 0–100 score and the exact fixes out.

RUN THE CHECK

Browse all the tools

15 tools across six categories
13 of them never send your data anywhere

Free · No signup · No trial clock

SEE THE DIRECTORY