소개
The Julia Anti-Slop skill is designed to transform generic or inefficient Julia code into production-grade scientific computing scripts by applying strict performance conventions. It prevents common 'AI slop'—such as untyped variables, global state, and inefficient array growth—by implementing mandatory type stability, parametric types, and in-place operations. Whether you are transitioning from R or Python or building high-performance packages, this skill ensures your code leverages Julia's multiple dispatch system and broadcasting capabilities for maximum execution speed and maintainability.