This handles the final export step for the codeck presentation system: turning assembled HTML into PDF or PPTX files. It's designed as an internal publishing lane that gets called after deck assembly is done. The interesting part is the required QA loop. It won't just dump a file and call it done. Instead it generates thumbnails, converts outputs to images, and uses visual inspection to catch overlapping elements, text overflow, and rendering differences before signing off. If it spots source problems during QA, it writes threads instead of patching files directly. Use this when you need polished deliverables from codeck with actual quality control baked in.
npx skills add https://github.com/hiyeshu/codeck --skill codeck-export