什么是 solo-deploy?
将项目部署到托管平台 - 读取堆栈 YAML 以获取精确配置,检测本地 CLI 工具(vercel、wrangler、supabase、fly、sst)、设置数据库、推送代码、验证实时部署。当用户说“部署它”、“推送到生产环境”、“设置托管”或 /build 完成后使用。构建完成之前请勿使用。 来源:fortunto2/solo-factory。
将项目部署到托管平台 - 读取堆栈 YAML 以获取精确配置,检测本地 CLI 工具(vercel、wrangler、supabase、fly、sst)、设置数据库、推送代码、验证实时部署。当用户说“部署它”、“推送到生产环境”、“设置托管”或 /build 完成后使用。构建完成之前请勿使用。
通过命令行快速安装 solo-deploy AI 技能到你的开发环境
来源:fortunto2/solo-factory。
Deploy the project to its hosting platform. Reads the stack template YAML (templates/stacks/{stack}.yaml) for exact deploy config (platform, CLI tools, infra tier, CI/CD, monitoring), detects installed CLI tools, sets up database and environment, pushes code, and verifies deployment is live.
Paths are relative to the skill's plugin root. Search for these files via Glob if not found at expected location.
After /build has completed all tasks (build stage is complete). This is the deployment engine.
将项目部署到托管平台 - 读取堆栈 YAML 以获取精确配置,检测本地 CLI 工具(vercel、wrangler、supabase、fly、sst)、设置数据库、推送代码、验证实时部署。当用户说“部署它”、“推送到生产环境”、“设置托管”或 /build 完成后使用。构建完成之前请勿使用。 来源:fortunto2/solo-factory。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/fortunto2/solo-factory --skill solo-deploy将项目部署到托管平台 - 读取堆栈 YAML 以获取精确配置,检测本地 CLI 工具(vercel、wrangler、supabase、fly、sst)、设置数据库、推送代码、验证实时部署。当用户说“部署它”、“推送到生产环境”、“设置托管”或 /build 完成后使用。构建完成之前请勿使用。 来源:fortunto2/solo-factory。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/fortunto2/solo-factory --skill solo-deploy 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/fortunto2/solo-factory