create-symlink

Installation
SKILL.md

创建软链接 (Create Symlink)

指令

当用户需要创建软链接时,首先检测操作系统类型,然后使用对应的命令:

1. 检测操作系统

AI 通过以下方式判断当前系统:

  1. 查看环境变量中的系统信息:如 process.platform(在 Node.js 环境中)
  2. 分析用户提供的路径格式
    • Windows 路径:C:\Users\...D:\...
    • macOS 路径:/Users/username/...~/...
    • Linux 路径:/home/username/...~/...
  3. 直接询问用户:当无法确定时,询问用户当前使用的操作系统
Related skills

More from steelan9199/wechat-publisher-skill

Installs
4
GitHub Stars
5
First Seen
Feb 28, 2026