npx claudepluginhub lpx0312/myai-plugins --plugin myai-toolsThis skill uses the workspace's default tool permissions.
> ⚠️ **首次使用需设置环境变量**
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
⚠️ 首次使用需设置环境变量
Windows (PowerShell):
$env:MIRROR_LOCAL_ROOT = "Z:\"Windows (CMD):
set MIRROR_LOCAL_ROOT=Z:\Linux/macOS:
export MIRROR_LOCAL_ROOT="/mirrors"永久生效:添加到
~/.bashrc、~/.zshrc或系统环境变量。
环境变量: MIRROR_LOCAL_ROOT = 本地挂载根目录(如 Z:\、/mirrors),在不同机器上可能不同
| 本地路径 | 内网域名 | 内网IP | 外网域名 |
|---|---|---|---|
${MIRROR_LOCAL_ROOT} | http://mirrors.lpx.com | http://192.168.0.180:8082 | https://mirrors.sktill.top:7000 |
转换规则: 直接替换前缀,路径分隔符 \ ↔ /
示例:
$MIRROR_LOCAL_ROOT\soft\JDK\jdk.tar.gz
→ http://mirrors.lpx.com/soft/JDK/jdk.tar.gz
→ http://192.168.0.180:8082/soft/JDK/jdk.tar.gz
→ https://mirrors.sktill.top:7000/soft/JDK/jdk.tar.gz
使用 Everything Search MCP,搜索文件服务器用 path:$MIRROR_LOCAL_ROOT 限定:
mcp__everything-search__search
{
"base": { "query": "path:$MIRROR_LOCAL_ROOT 关键词", "max_results": 50 }
}
curl -L -o "$MIRROR_LOCAL_ROOT/目标路径/文件名" "源URL"单个文件返回完整地址:
本地路径: $MIRROR_LOCAL_ROOT\xxx
内网域名: http://mirrors.lpx.com/xxx
内网IP: http://192.168.0.180:8082/xxx
外网地址: https://mirrors.sktill.top:7000/xxx
多个文件用表格展示。