What problem does it solve? Saved social media cards accumulate as individual HTML files in docs/media/social/ with no central way to browse them. This Skill scans that directory and builds a single filterable index page so you can find and open any saved post quickly. ## Core Features & Use Cases - Directory Scanning: Finds all saved card HTML files, sorted newest-first by the date embedded in each filename rather than unreliable file modification times. - Gallery Generation: Populates a shared HTML template with card entries including type badges, topics, dates, and optional screenshot thumbnails, plus cross-links to plans, prototypes, and artifacts galleries. - Verification & Launch: Validates the generated index with a Python HTML parser to confirm card counts match, then opens the gallery in the default browser. - Use Case: After generating several social cards with the share-code and share-blog skills, ask to view the media library to get a browsable page of every saved post, then extract the post copy text from any card on request. ## Quick Start Ask the assistant to show the media library of saved social posts and it will generate and open the gallery page.