package-deploy

Official

Deploy SEMO packages to external projects effortlessly.

Authorsemicolon-devteam
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the complex process of deploying SEMO packages to external projects, handling directory structures, symlinks, and OS-specific differences (like Windows), saving developers significant setup time.

Core Features & Use Cases

  • Automated Deployment: Copies or symlinks SEMO package components (agents, skills, commands) to a target project's .claude/ directory.
  • Update Management: Supports both initial installation and updating existing SEMO installations.
  • Windows Compatibility: Automatically detects Windows environments and uses file copying instead of symlinks as a fallback.
  • Standardized Packaging: Adheres to semo-core/PACKAGING.md rules for consistent deployments.
  • Use Case: When starting a new Next.js project, you can use this skill to "Deploy semo-next to my new project" to quickly set up all necessary AI capabilities.

Quick Start

Deploy a package: "./install-sax.sh next" Update an existing package: "./install-sax.sh next --update" Install SEMO in a new project: "새 프로젝트에 SEMO 설치"

Dependency Matrix

Required Modules

Bashrsyncgrep

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: package-deploy
Download link: https://github.com/semicolon-devteam/semo/archive/main.zip#package-deploy

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository