Skip to content

Instantly share code, notes, and snippets.

View Xxxdxs's full-sized avatar
🎯
Focusing

Baiwei Xxxdxs

🎯
Focusing
View GitHub Profile
@Xxxdxs
Xxxdxs / install.ps1
Last active June 1, 2026 08:27
Multi-Agent Skills Setup Script (install.ps1)
# install.ps1 — 声明式快速环境部署脚本
# 用法:
# 1. 本地初始化(无 Git 仓库链接):
# .\install.ps1
# 2. 克隆/拉取指定 Git 仓库:
# .\install.ps1 -RepoUrl "git@github.com:your-username/your-skills-repo.git"
param(
[Parameter(Mandatory=$false)]
[string]$RepoUrl = ""