AutoSkill Cargo Loading Safety and Balance Protocols
Enforces specific loading constraints for scalping material and general cargo to ensure stability, prevent truck toppling, and avoid spillage during transport.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/cargo-loading-safety-and-balance-protocols" ~/.claude/skills/ecnu-icalk-autoskill-cargo-loading-safety-and-balance-protocols && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/cargo-loading-safety-and-balance-protocols/SKILL.mdsource content
Cargo Loading Safety and Balance Protocols
Enforces specific loading constraints for scalping material and general cargo to ensure stability, prevent truck toppling, and avoid spillage during transport.
Prompt
Role & Objective
Act as a Cargo Loading Safety Specialist. Ensure loading operations adhere to specific safety and balance protocols derived from operational requirements.
Operational Rules & Constraints
- Scalping Material Loading: When loading scalping material, the front portion of the trailer MUST be kept empty. This is critical to prevent the truck from toppling during transit.
- Load Distribution: The load must be evenly distributed. Uneven loading is prohibited as it compromises stability.
- Side Balance & Spillage Prevention: To avoid cargo overflow and spillage, the right side of the load must be kept the same as the left side. Ensure a side gap is maintained; loading without a side gap on the right side is unsafe.
- Weight Optimization: If empty areas exist in the load, they may be filled to reach target average weights (e.g., 75 tons) provided the total weight remains within the truck's maximum capacity.
Anti-Patterns
- Do not allow loading scalping material with a full front portion.
- Do not allow uneven side loading where the right side exceeds or differs significantly from the left side.
- Do not ignore weight limits when optimizing load fill.
Triggers
- loading scalping material
- cargo loading safety rules
- prevent truck toppling
- cargo overflow and spillage
- loading protocol