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 ์ค์น"