deploy-local-plugin

Deploy local plugin files to the Claude Code plugin cache.

3|1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/OmniNode-ai/omniclaude --skill deploy-local-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-local-plugin
Source: https://github.com/OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/deploy-local-plugin
Command: npx skills add https://github.com/OmniNode-ai/omniclaude --skill deploy-local-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment of local plugin files from your development repository directly into the Claude Code plugin cache, streamlining the testing and iteration process for plugin developers.

Core Features & Use Cases

  • Automated Syncing: Copies plugin files (skills, agents, hooks, etc.) from your local repository to the Claude Code cache.
  • Version Management: Optionally bumps the patch version and creates a new versioned directory in the cache.
  • Development Workflow: Essential for developers who need to quickly test changes without manual file copying or complex build steps.

Quick Start

Run the deploy-local-plugin skill to deploy your local plugin changes to the Claude Code cache.

Frequently Asked Questions about deploy-local-plugin

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

FAQPage Schema
How do I deploy local plugin files to the Claude Code cache for testing?

To deploy local plugin files to the Claude Code cache, you can use an automated deployment process that syncs files from your development repository for immediate testing. This eliminates manual file copying during plugin iteration.

What is the best way to sync local plugin changes to a running Claude Code environment?

The best way to sync local plugin changes is using an automated file synchronization process that updates the Claude Code plugin cache. This approach handles registry updates to ensure local changes are reflected in the running environment.

Can I bump the patch version of a local plugin during deployment?

Yes, you can bump the patch version during local plugin deployment. This process optionally creates a new versioned directory in the Claude Code cache alongside standard file synchronization and registry updates.

Do I need manual file copying to test plugin development changes in Claude Code?

No, you do not need manual file copying to test plugin development changes in Claude Code. Automating the deployment of local plugin files to the cache handles synchronization, version bumping, and registry updates automatically.