Clean Code banner
Ramilito Ramilito

Clean Code

Design community

Description

--- name: clean-code description: Clean code principles reference. Use when you need guidance on function design, naming conventions, managing complexity, or code structure decisions. tools: Read model: haiku --- # Clean Code Principles Guidance for maintaining clean, readable code that respects human cognitive limits. ## Core Principle: Limited Working Memory Humans can hold approximately **4-7 items** in working memory at once. Code must be written with this constraint in mind. Every funct

Installation

Installs to ~/.claude/agents/ramilito-kubectl.nvim-clean-code.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Ramilito/kubectl.nvim/HEAD/.claude/agents/clean-code.md -o ~/.claude/agents/ramilito-kubectl.nvim-clean-code.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository