This one gives Claude expertise in supply chain operations, warehouse management systems, and route optimization. You get concrete implementations for inventory tracking, picking route optimization, and vehicle routing problems using OR-Tools. The WMS code handles receiving shipments, finding optimal storage locations based on SKU grouping and turnover rates, and generating efficient picking lists. The route optimizer tackles the classic vehicle routing problem with capacity constraints. Useful if you're building logistics software, modeling warehouse operations, or need to explain supply chain concepts with working code examples. The implementations are production-adjacent, not just pseudocode.
npx skills add https://github.com/personamanagmentlayer/pcl --skill logistics-expert