Tools
pack-validator
Section titled “pack-validator”Lives at tools/pack-validator/pack-validator.exe. Point it at a pack folder:
pack-validator.exe path/to/your/packChecks:
package.xmlexists and is well-formedGirls.girlsx,Items.itemsx,Traits.traitsxparse if present- Every
<Girl>has a matchingCharacters/<Name>/folder - Every referenced trait and item name exists in core or the pack
- No duplicate names within the pack
Exit code is non-zero if anything fails. Use this in your release checklist.
Planned
Section titled “Planned”- Scaffold helper: scaffold a new pack skeleton from a prompt. Likely ships as an AI skill rather than a batch file so it can ask clarifying questions, read existing packs for conventions, and validate as it writes.
- Image tagger: assist with naming / manifest generation for a dropped folder of images. Similarly a good fit for an AI skill.
These are deliberately not built yet; the kit above gets modders to shippable first. Tools come after the docs are in players’ hands.