概要
This skill provides a comprehensive toolkit for managing Bash arrays using 2025 best practices. It enables Claude to implement robust indexed and associative arrays, handle large datasets efficiently with mapfile and readarray, and perform complex transformations like filtering, sorting, and unique value extraction without external dependencies. By emphasizing performance-optimized patterns—such as avoiding subshells in loops and utilizing Bash 5.3+ features—it helps developers build faster, more reliable automation scripts and DevOps workflows.