kiss-dry-yagni

Principes KISS, DRY, YAGNI

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "kiss-dry-yagni" with this command: npx skills add thebeardedbearsas/claude-craft/thebeardedbearsas-claude-craft-kiss-dry-yagni

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

documentation

No summary provided by upstream source.

Repository SourceNeeds Review
General

solid-principles

No summary provided by upstream source.

Repository SourceNeeds Review
General

testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

architecture

No summary provided by upstream source.

Repository SourceNeeds Review