Last commit on August 4, 2026·Created on August 13, 2018
MaJerle/c-code-style
“Enforces strict C99 standards and formatting for embedded systems development”
Combined rank
#151
across all skills
In Code Quality
#4
category rank
Stars
1.3k
7d change unavailable
Forks
264
Watchers
52
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of real attention, adoption, and active maintenance.
This skill provides a structured framework for writing and reviewing C code, specifically tailored for constrained environments. It guides the implementation of naming conventions and architectural patterns, such as replacing static initializers with explicit initialization functions to ensure reliability in embedded contexts.
By integrating C99 coding rules with clang-format, it helps engineers maintain a consistent codebase across source and header files through automated style checks and formatting enforcement.