jelly-skill-sync

Synchronize jelly- prefixed Claude Code skills between project and ~/.claude/skills directories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-skill-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jelly-skill-sync
Source: https://github.com/dev-jelly/jelly-dotclaude/tree/main/skills/jelly-skill-sync
Command: npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-skill-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams maintain consistent Claude Code skills across project repositories and each user's workspace. It eliminates manual, repetitive copying, reduces drift, and provides safe, auditable synchronization with conflict detection and dry-run previews.

Core Features & Use Cases

  • Bidirectional synchronization between project skills/ and user ~/.claude/skills/.
  • Conflict detection to prevent unintended overwrites.
  • Dry-run previews to show what would change before applying.
  • Selective sync to target only specific jelly-* skills.
  • Use Case: Onboarding a new teammate, run a dry-run to preview changes, then push needed skills.

Quick Start

  • Trigger a sync by saying "sync skill" or "skill sync".
  • To preview changes without applying, request a dry-run: "dry-run sync".
  • To sync a specific skill, say "sync jelly-skill-name".

Frequently Asked Questions about jelly-skill-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I synchronize Claude Code skills between my project repository and local workspace?

Bidirectional synchronization copies skills between your project `skills/` directory and `~/.claude/skills/`. Say "sync skill" or "skill sync" to trigger the sync, which uses timestamp-based change detection to update both locations automatically.

Can I preview skill sync changes before they're applied?

Yes, dry-run previews show exactly what would change without applying updates. Request a dry-run by saying "dry-run sync" to review changes safely before committing them.

What happens if the same skill was modified in both locations?

Conflict detection prevents unintended overwrites when skills differ between locations. The Skill identifies conflicts and alerts you before proceeding, ensuring safe, auditable synchronization.

Can I sync only specific skills instead of everything?

Yes, selective synchronization targets only jelly-prefixed skills. Say "sync jelly-skill-name" to sync individual skills rather than all skills at once.

How does this help when onboarding new team members?

New teammates can run a dry-run to preview project skills, then sync only the skills they need. This eliminates manual copying and ensures everyone has consistent, up-to-date skills without drift.