What problem does it solve?
Manually updating a Claude Code plugin can be complex, error-prone, and time-consuming, especially during active development. This Skill automates the entire synchronization process, ensuring your RAG-CLI plugin is always up-to-date with your latest code changes, saving you from tedious file management.
Core Features & Use Cases
- Smart Sync: Intelligently updates plugin files, preserving runtime data and creating automatic backups before applying changes.
- Real-time Updates: Utilizes symlinks for core modules, allowing immediate reflection of your code changes in Claude Code without manual copying or restarts.
- Dry-Run Mode: Preview all proposed changes before they are applied, giving you full control and preventing unintended modifications.
- Use Case: After making improvements to your RAG-CLI plugin, simply invoke this skill to automatically update your Claude Code environment. This ensures you're always running the latest version of your plugin with zero manual effort.
Quick Start
To update the RAG plugin with your latest code changes, simply ask:
Update the RAG plugin.
To preview changes before applying them, ask:
Show me what would change if I sync the RAG plugin.