MauricioDMO/rackula-skill — reverse-engineered prompt
Reverse engineered prompt
Build me a simple AI friendly Rackula helper that can create and update rack layout YAML files, check that they follow Rackula’s rules, and then package them into importable .Rackula.zip files for count.racku.la.
I want to be able to describe a homelab, server room, or datacenter rack in plain English, have the tool write a valid .rackula.yaml file in the input folder, and also be able to edit an existing layout later. Make sure it uses the current Rackula format, not any legacy shape, and handles the tricky stuff correctly like required metadata, racks at the top level, valid enum values, proper hex colors, device types, and the 1 sixth U position system. If there are container or half width devices, support those too.
Please wire up the packaging flow so it builds the packager, zips the YAML into the output folder, and tells me the final YAML path and ZIP path. Use the examples and reference docs in the repo, and look up current Rackula docs online if needed.
Want more depth? Deep Reverse