Skill Wiki v0.1.0
rule @web-style/rule-group-const-then-let

Group Const Then Let

Within a scope, list every `const` binding before any `let` binding. The reader can then scan the top of the scope and immediately see which bindings are fixed and which will mutate, without re-checking each line.

Skill
@web-style
Domain
web-style
Version
0.1.0
Quality
4.0
Edges
2 out · 0 in
Tokens
67/165/186
$ prime install @web-style/rule-group-const-then-let

Projection

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

GroupConstThenLet [rule] v0.1.0

Within a scope, list every const binding before any let binding. The reader can then scan the top of the scope and immediately see which bindings are fixed and which will mutate, without re-checking each line.

Source

prime-system/examples/web-style/primes/compiled/@web-style/rule-group-const-then-let/atom.yaml

Compiled at 2026-05-10