Clean Code

Clean-code engineering standards for writing, refactoring, and reviewing code in any programming language. Use this whenever the user asks to write clean code, follow clean-code principles, refactor for clarity, improve naming, reduce complexity or duplication, separate concerns, tighten error handling, work test-first or do TDD, or otherwise raise code quality, readability, and maintainability. Also use when writing or reviewing Operately APIs or Ecto queries. Apply these rules by default when producing or changing code for a quality-conscious user.

operately cda0795 3 files · 27.6 KB Updated

File contents

operately/operately/tree/main/.agents/skills/clean-code commit cda07958a2

Frequently asked questions

npx skillmds@latest add operately/clean-code