Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Use when the user wants to set up config sync for the first time, connect to GitHub, or re-initialize the backup repo.
Initialize Claude Config Sync by connecting to GitHub and creating the backup repository.
gh CLI is installed and authenticatedRun the setup script. Parse user arguments for custom repo name and profile:
claude-config)default)bash "${CLAUDE_PLUGIN_ROOT}/scripts/ensure-repo.sh" REPO_NAME PROFILE_NAME
Replace REPO_NAME and PROFILE_NAME with the user's values or defaults.
gh is not installedGuide the user to install it:
brew install ghsudo apt install gh or sudo dnf install ghwinget install --id GitHub.cliThen authenticate: gh auth login
Run the first push automatically:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/sync-push.sh" --profile PROFILE_NAME
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill sync-setupHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.