What problem does it solve? Turning a Claude Code coding session into a shareable social media recap requires manually summarizing work, gathering token and git statistics, and formatting a card — this Skill automates that entire pipeline. ## Core Features & Use Cases - Session Data Gathering: Reads the session JSONL transcript via session_usage.py for token counts, cache hit rate, duration, and model info, plus git history for commit and file-change counts. - Security Scrub Gate: Runs the full narrative through a security-scrub skill before sharing; a BLOCKED result hard-stops the workflow to prevent leaking secrets. - Card Generation & Delivery: Populates an HTML template, saves it to docs/media/social/, screenshots it with Playwright, and delivers platform-specific copy (LinkedIn, Twitter/X, Bluesky, Substack) with a takeaway-first narrative. - Use Case: After finishing a feature branch, ask for a session recap and receive a dark-mode PNG card plus ready-to-post copy summarizing what was built, with token and commit stats as supporting detail. ## Quick Start Ask the assistant to share a recap of what you worked on in this session, optionally specifying a platform and tone.