clean-code

clean code

sickn33 ↓ 9.3k
Claude Code
View source ↗

What it does

  • Writing new code: To ensure high quality from the start.
  • Reviewing Pull Requests: To provide constructive, principle-based feedback.
  • Refactoring legacy code: To identify and remove code smells.
  • Improving team standards: To align on industry-standard best practices.
  • Use Intention-Revealing Names: elapsedTimeInDays instead of d.
  • Avoid Disinformation: Don't use accountList if it's actually a Map.
  • Make Meaningful Distinctions: Avoid ProductData vs ProductInfo.

Requirements & configuration

  • Arguments: 0 is ideal, 1-2 is okay, 3+ requires a very strong justification.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

clean-code FAQ

What does the clean-code skill do?

This skill embodies the principles of \"Clean Code\" by Robert C. Martin (Uncle Bob). Use it to transform \"code that works\" into \"code that is clean.\" Writing new code: To ensure high quality from the start. Reviewing Pull Requests: To provide constructive, principle-based feedback.

What does clean-code require?

Arguments: 0 is ideal, 1-2 is okay, 3+ requires a very strong justification.

How do I install clean-code?

Run: npx -y skills add https://github.com/sickn33/antigravity-awesome-skills --skill clean-code --agent claude-code — the source lives at github.com/sickn33/antigravity-awesome-skills.

Maintain clean-code?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

clean-code on getagentictools
[![clean-code on getagentictools](https://getagentictools.com/badge/skills/sickn33-antigravity-awesome-skills-clean-code.svg)](https://getagentictools.com/skills/sickn33-antigravity-awesome-skills-clean-code?ref=badge)
npx agentictools info skills/sickn33-antigravity-awesome-skills-clean-code

The second line is the CLI lookup for this page — handy in READMEs and docs.