Update RAG-CLI Plugin Skill

Automate RAG-CLI plugin updates with symlinks and dry-run previews.

50|10|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/ItMeDiaTech/rag-cli --skill update-rag-cli-plugin-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Update RAG-CLI Plugin Skill
Source: https://github.com/ItMeDiaTech/rag-cli/tree/main/src/plugin/skills/update-rag
Command: npx skills add https://github.com/ItMeDiaTech/rag-cli --skill update-rag-cli-plugin-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires click, and includes scripts (resource) components.

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.