What problem does it solve? Answering "how does X work" questions about a codebase usually means manually reading source files, writing an explanation, and then separately drafting social posts and graphics to share it. This Skill automates that entire pipeline from source reading to a shareable PNG card. ## Core Features & Use Cases - Source-grounded explanations: Locates skills, commands, files, functions, or concepts via a five-tier lookup and synthesizes structured explanations from the actual code. - Security scrub gate: Runs every explanation through a security-scrub check before anything is shared, hard-stopping on blocked content. - Social card generation: Populates HTML templates, renders a PNG screenshot via Playwright, drafts platform-aware copy (LinkedIn, Twitter/X, Bluesky, Substack), and saves everything to docs/media/social/. - Use Case: Ask "how does the security-scrub skill work" and receive a structured explanation, ready-to-post social copy, and a branded PNG card saved to your project. ## Quick Start Ask the assistant to explain how a specific file, function, or skill in this project works and generate a shareable social card for it.