OpenAI Skills: Pet Spritesheet Generation Workflow Overhaul
OpenAI merged a major update to the hatch-pet skill workflow, introducing version 2 with improved Codex compatibility and streamlined image generation processes. The update removed nearly 700 lines of legacy code while adding new brand discovery capabilities.
Duration: PT1M48S
Episode overview
This episode is a short developer briefing from OpenAI Skills.
It explains recent repository work in plain language.
- Show: OpenAI Skills
- Published: 2026-05-13T10:02:47Z
- Audio duration: PT1M48S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. This is OpenAI Skills for May 13th, 2026.
Richardson from OpenAI merged pull request 399, replacing the hatch-pet curated skill workflow with a second version optimized for Codex-compatible pet spritesheet generation. The substantial rewrite spans 19 files with 859 additions and over 1,700 deletions, representing a significant streamlining of the codebase.
The new hatch-pet-v2 skill introduces several key improvements. Image generation is now handled by lightweight per-job workers with enhanced storage controls and visual quality assurance guidance. The update adds adaptive brand discovery briefs while maintaining compact generation prompts for efficiency.
Notable technical changes include major updates to the frame extraction and composition scripts, with the extract_strip_frames.py file gaining 91 new lines of functionality. The team removed two legacy scripts entirely - finalize_pet_run.py and generate_pet_images.py - eliminating 669 lines of deprecated code.…
Richardson verified the implementation with Python compilation checks, Ruff linting, and smoke testing of the new prepare_pet_run.py script under various configuration scenarios.
What's next: The team will…
Nearby episodes from OpenAI Skills
- Weekly Recap - Codex Skill Enhancement
- New Goal Definition Capability
- Codex Yeet Skill Enhancement
- Weekly Recap - Pet Generation Workflow Overhaul
- Documentation Coordination and Search Improvements
- When Running Doesn't Mean Running
- Weekly Recap - Skills Catalog Overhaul
- Pet Hatching Feature and Documentation Cleanup