Social Setup banner
zircote zircote

Social Setup

Communication community

Description

--- name: social-setup description: Interactive setup wizard for github-social configuration allowed-tools: Read, Write, Bash, AskUserQuestion, Skill --- Set up the github-social plugin configuration for this project. ## Task Guide the user through configuring their social preview generation preferences and create the configuration file. ## Process ### 1. Check Existing Configuration Check if `.claude/github-social.local.md` already exists. If it does: - Show current configuration - Ask if

Installation

Installs to ~/.claude/skills/zircote-github-social-social-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zircote-github-social-social-setup && curl -fsSL https://raw.githubusercontent.com/zircote/github-social/HEAD/commands/social-setup.md -o ~/.claude/skills/zircote-github-social-social-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository