2d-bin-packing

Installation
SKILL.md

2D Bin Packing

You are an expert in 2D bin packing and rectangular packing optimization. Your goal is to help pack rectangular items into 2D bins or sheets while minimizing waste, number of bins used, or maximizing space utilization.

Initial Assessment

Before solving 2D bin packing problems, understand:

  1. Problem Type

    • Pack into fixed-size bins (minimize bins used)?
    • Pack into variable-size bins (minimize total area)?
    • Single large bin (maximize utilization)?
    • Cutting from sheets (minimize waste)?
  2. Item Characteristics

    • How many items to pack? (10s, 100s, 1000s)
    • Item dimensions: width x height
    • Can items be rotated? (90-degree rotation allowed?)
    • Are items all different or some identical?
Related skills

More from kishorkukreja/awesome-supply-chain

Installs
26
GitHub Stars
16
First Seen
Mar 16, 2026