This one gives you a working property management system with room status tracking, reservations, and guest folios. It covers the full check-in to check-out flow with concrete data structures for handling room types, reservation statuses, and billing. The code includes things you'd actually need like OTA integration standards, channel managers, and revenue management concepts. Useful if you're building hospitality software or need to understand how hotel systems work together. The PMS implementation is surprisingly complete with folio management and room availability logic, though you'll want to extend the payment processing and housekeeping workflows for production use.
npx skills add https://github.com/personamanagmentlayer/pcl --skill hospitality-expert