Skill Wiki v0.1.0
rule @web-style/rule-uppercase-snake-for-true-constants

Uppercase Snake For True Constants

Reserve `UPPER_SNAKE_CASE` for top-level program-wide constants whose value is fixed for the lifetime of the program and is also a primitive or deeply frozen value.…

Skill
@web-style
Domain
web-style
Version
0.1.0
Quality
4.0
Edges
2 out · 2 in
Tokens
81/205/225
$ prime install @web-style/rule-uppercase-snake-for-true-constants

Projection

Always in _index.xml · the agent never has to ask for this.

UppercaseSnakeForTrueConstants [rule] v0.1.0

Reserve UPPER_SNAKE_CASE for top-level program-wide constants whose value is fixed for the lifetime of the program and is also a primitive or deeply frozen value. Not every const deserves UPPER_SNAKE_CASE — only the ones that act as named magic values.

Source

prime-system/examples/web-style/primes/compiled/@web-style/rule-uppercase-snake-for-true-constants/atom.yaml

Compiled at 2026-05-10