What problem does it solve? Deciding which social media workflow to run for a given piece of content is repetitive and error-prone. This Skill classifies a natural-language share request and dispatches it to the correct share-* skill automatically, so you never have to remember which command handles which content type. ## Core Features & Use Cases - Content Classification: Applies first-match-wins rules to detect GitHub URLs, video links, blog posts, React components, code selections, releases, progress updates, and session recaps. - Automatic Dispatch: Invokes the right target skill (share-github, share-video, share-blog, share-react, share-selection, share-project, share-explanation, share-session, share-code, media-library) with resolved platform and topic flags. - Project Config Awareness: Reads a project-level SOCIAL.md file to apply default platform, tone, focus areas, and audience preferences. - Use Case: You paste a GitHub file URL and say "share this on LinkedIn" — the router detects the URL pattern, resolves the platform, and dispatches to share-github with the correct flags. ## Quick Start Ask the assistant to share what you are working on, for example by pasting a link or code snippet and saying which platform to post it to.