deploy

Convert shared framework directories into junctions for automatic update propagation.

10|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/dixus/claudeframework --skill deploy-dixus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/dixus/claudeframework/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/dixus/claudeframework --skill deploy-dixus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying the Claude Code Framework into a target project requires manually syncing shared directories, which leads to drift and wasted time.

Core Features & Use Cases

  • Replaces shared framework directories in a target project with symlinks or junctions back to the framework repository so updates propagate automatically.
  • Keeps local project directories isolated from framework-wide changes while ensuring seamless updates.
  • Validates prerequisites, backs up existing folders before linking, and cleans up obsolete artifacts to prevent drift.

Quick Start

Run this deployment from the framework repository to replace the target's framework directories with junctions pointing back to the framework, enabling automatic updates.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I propagate framework updates to a project using symlinks?

Propagating framework updates via symlinks replaces shared directories in a target project with junctions pointing back to the framework repository. This ensures automatic synchronization whenever the framework is updated.

What do I need to set up before deploying a framework with directory junctions?

Deploying framework junctions requires an existing .claude/ directory in the target project. The deployment process must also be initiated from within the framework repository itself.

How do I automate DevOps project setup to sync shared framework directories?

Automating project setup involves running the deployment tool from the framework repository. It validates prerequisites, backs up existing folders, creates OS-specific links, and cleans up stale artifacts.

Does deploying framework symlinks work across different operating systems?

Deploying framework symlinks supports cross-platform environments by coordinating OS-specific linking. It creates appropriate junctions or symlinks based on the operating system to maintain project isolation.

What is the best way to prevent framework directory drift in multiple projects?

The best way to prevent drift is replacing shared directories with framework-linked junctions. This ensures all connected projects receive seamless updates automatically from the central repository.

Why does framework deployment require backing up existing project directories?

Framework deployment backs up existing folders before linking to prevent data loss during the conversion process. It also cleans up obsolete project-scoped lessons to maintain isolation and prevent stale artifacts.