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 restore, download, or pull their Claude Code config from GitHub onto this machine.
Pull configuration from your GitHub backup repo and apply it to the local machine.
shared/ directory are applied first (base layer)global/ are applied to ~/.claude/Parse user arguments and run the pull script:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/sync-pull.sh" [OPTIONS]
Options:
--profile NAME — Pull a specific profile (default: active profile)--dry-run — Show what would be applied without writing any files--no-backup — Skip backup step (use with caution)--yes / -y — Skip confirmation prompt (auto-approve)--include-global — Also pull ~/.claude/settings.json (global settings are opt-in)npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill sync-pullHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
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.