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 check what config has changed, see sync status, or compare local vs remote config.
Compare your local Claude Code configuration against what's stored in the GitHub backup repo.
Run the diff script:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/diff-config.sh" --profile PROFILE_NAME
If the user doesn't specify a profile, omit the --profile flag (uses active profile).
The script shows each tracked file/directory with a status:
+ local only (green) — Exists locally but hasn't been pushed yet+ remote only (cyan) — Exists in the repo but hasn't been pulled yet~ modified (yellow) — Exists in both but differsBased on the output, suggest the appropriate action:
/sync-push/sync-pull$ARGUMENTS
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill sync-statusHow 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.