General coding style preferences. Always active when writing or modifying code.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add Bogdanp/Ruckus --skill coding --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Coding?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bogdanp-coding)More formats (shields.io, HTML) on the badges page.
---
description: |
General coding style preferences. Always active when writing or modifying code.
user-invocable: false
---
# Coding Style
- Only write comments when they are absolutely necessary to explain a concept
or a behavior, not for things that you can read the code and understand.
- It's OK to use empty lines to separate logical blocks of code, but
avoid unnecessary empty lines otherwise.
- Simplify boolean expressions, avoid pleonasms like
`#expect(expression == true)` or `#expect(expression == false)`.
# Racket Coding
- Refer to the `racket-coding` skill.
# Swift Coding
- Refer to the `swift-coding` skill.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!