About
This skill integrates Enzyme.jl's powerful LLVM-level automatic differentiation capabilities into Claude, allowing for precise gradient, Jacobian, and Hessian computations within Julia workflows. It supports both forward and reverse modes, handles complex data structures via specialized type annotations, and offers seamless integration with CUDA.jl for GPU kernel differentiation. By operating at the LLVM IR level, it generates highly optimized derivative code that bypasses the overhead of traditional source-to-source AD tools, making it ideal for performance-critical scientific computing and machine learning optimization.