What problem does it solve? Setting up consistent social media sharing preferences for a project requires manually documenting platform choices, tone, hashtags, and sensitive paths to avoid. This Skill automates that setup by analyzing the codebase and interviewing the user to produce a ready-to-use SOCIAL.md configuration file. ## Core Features & Use Cases - Codebase Analysis: Detects project name, description, tech stack, recurring topics from git history, and relevant hashtags automatically. - Sensitive Path Detection: Scans for .env files, credentials, keys, and gitignore patterns to build an exclusion list of content that should never be shared. - Interactive Interview: Asks the user about platform (LinkedIn, Twitter/X, Bluesky, Substack), tone, and target audience via structured questions. - Use Case: A developer wants to start posting project updates on social media. Run this Skill once to generate a SOCIAL.md at the git root that all share skills (share-code, share-project, share-scan) read for defaults. ## Quick Start Ask the assistant to set up social sharing preferences and create a SOCIAL.md file for this project.