Skill Wiki v0.1.0
anti-pattern @web-style/anti-pattern-use-var

Use Var

Using `var` to declare any binding in modern JavaScript or TypeScript. `var` is hoisted to the enclosing function, has no temporal-dead-zone protection, and is silently re-declarable — three properties that exist only be…

Skill
@web-style
Domain
web-style
Version
0.1.0
Quality
4.0
Edges
2 out · 1 in
Tokens
76/252/428
$ prime install @web-style/anti-pattern-use-var

Projection

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

UseVar [anti-pattern] v0.1.0

Using var to declare any binding in modern JavaScript or TypeScript. var is hoisted to the enclosing function, has no temporal-dead-zone protection, and is silently re-declarable — three properties that exist only because var predates block scoping.

Source

prime-system/examples/web-style/primes/compiled/@web-style/anti-pattern-use-var/atom.yaml

Compiled at 2026-05-10