·keep-it-simple
</>

keep-it-simple

yanko-belov/code-craft

Use when tempted to write clever code. Use when solution feels complex. Use when showing off skills instead of solving problems.

24Installs·0Trend·@yanko-belov

Installation

$npx skills add https://github.com/yanko-belov/code-craft --skill keep-it-simple

SKILL.md

Clever code impresses no one. Simple code ships faster, breaks less, and others can maintain it.

If you're proud of how clever your code is, simplify it:

| Clever one-liners | Unreadable, hard to debug | | Nested ternaries | Logic becomes opaque | | Over-abstraction | Indirection hides intent | | Premature optimization | Complexity without measured benefit | | Design pattern overuse | Patterns for patterns' sake |

Use when tempted to write clever code. Use when solution feels complex. Use when showing off skills instead of solving problems. Source: yanko-belov/code-craft.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yanko-belov/code-craft --skill keep-it-simple
Category
</>Dev Tools
Verified
First Seen
2026-02-12
Updated
2026-02-18

Quick answers

What is keep-it-simple?

Use when tempted to write clever code. Use when solution feels complex. Use when showing off skills instead of solving problems. Source: yanko-belov/code-craft.

How do I install keep-it-simple?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yanko-belov/code-craft --skill keep-it-simple Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yanko-belov/code-craft