Skill Wiki v0.1.0
rule @web-style/rule-camelcase-variables-and-functions

Camelcase Variables And Functions

Local variables, parameters, function names, methods, and non-static class fields are written in `camelCase` — first word lowercase, every subsequent word capitalised, no underscores or hyphens.…

Skill
@web-style
Domain
web-style
Version
0.1.0
Quality
4.0
Edges
3 out · 4 in
Tokens
78/176/197
$ prime install @web-style/rule-camelcase-variables-and-functions

Projection

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

CamelCaseVariablesAndFunctions [rule] v0.1.0

Local variables, parameters, function names, methods, and non-static class fields are written in camelCase — first word lowercase, every subsequent word capitalised, no underscores or hyphens. Both Airbnb and Google's style guides require this.

Source

prime-system/examples/web-style/primes/compiled/@web-style/rule-camelcase-variables-and-functions/atom.yaml

Compiled at 2026-05-10