什么是 migrate?
运行迁移以使工作流程文件与当前系统设计保持同步。在运行任何工作流程技能之前,必须使用此技能。 来源:leeovery/claude-technical-workflows。
运行迁移以使工作流程文件与当前系统设计保持同步。在运行任何工作流程技能之前,必须使用此技能。
通过命令行快速安装 migrate AI 技能到你的开发环境
来源:leeovery/claude-technical-workflows。
Keeps your workflow files up to date with how the system is designed to work. Runs all pending migrations automatically.
The script will list which files were updated. Present this to the user:
Wait for user acknowledgment before returning control to the calling skill.
运行迁移以使工作流程文件与当前系统设计保持同步。在运行任何工作流程技能之前,必须使用此技能。 来源:leeovery/claude-technical-workflows。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/leeovery/claude-technical-workflows --skill migrate运行迁移以使工作流程文件与当前系统设计保持同步。在运行任何工作流程技能之前,必须使用此技能。 来源:leeovery/claude-technical-workflows。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/leeovery/claude-technical-workflows --skill migrate 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/leeovery/claude-technical-workflows