coding

Installation
SKILL.md

Coding conventions

Code Quality:

  • Write self-documenting code with clear names. Prefer verbose names over comments
  • Comment the intend (why), do not describe the code (how)
  • KISS
  • DRY
  • Prefer simplicity (understandability over elegance)

Error Handling:

  • Handle errors explicitly
  • Use explicit error types
  • Provide context in messages
  • Use structured logging and debugger over console.log

Performance:

Related skills
Installs
2
GitHub Stars
70
First Seen
Mar 25, 2026