Acerca de
The C++ Anti-Slop skill is specifically designed to refine and secure AI-generated C++ code intended for R extensions. It prevents common pitfalls like manual memory management and inefficient C-style loops by mandating the use of RAII, Rcpp containers, and Rcpp sugar for vectorized performance. This skill ensures that code is not only high-performing but also adheres to modern C++ standards and R-friendly error handling, making it essential for developers building robust, low-level algorithms for the R ecosystem.