mit einem Klick
deploy
项目部署技能。当用户需要部署项目、发布上线、执行部署流水线时使用此技能。
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
项目部署技能。当用户需要部署项目、发布上线、执行部署流水线时使用此技能。
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Generate a git commit with a concise Chinese commit message, stage all files (excluding binaries), commit with DeepSeek co-author, and push to origin. Use this skill whenever the user asks to commit code,提交代码,生成commit,提交并推送,commit and push, or any request involving creating a git commit.
Generate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.
博客数据查询与操作技能。覆盖博客、待办、运动、项目、读书 5 个业务域的查询、汇总和写操作。目标管理请使用 goal-management 技能。
目标管理技能。覆盖日/周/月/年 4 个层级的目标查询、任务管理和周期导航。
编码开发技能。当用户需要编写代码、创建项目、修复bug、重构、开发新功能时使用此技能。
Agent 发现与渐进式安装引导。当用户需要的功能对应 agent 未上线时,先确认缺口,再自然引导安装。
| name | deploy |
| description | 项目部署技能。当用户需要部署项目、发布上线、执行部署流水线时使用此技能。 |
| summary | 独立部署先 ListProjects;configured=true 用 DeployProject,新项目直用 DeployAdhoc |
| tools | DeployListProjects,DeployProject,DeployAdhoc,DeployListPipelines,DeployPipeline |
| agents | deploy |
| keywords | 部署,deploy,发布,上线 |
DeployListProjects 看项目是否已配置configured=true 只能用 DeployProjectconfigured=false 或编码任务刚产出的新项目,使用 DeployAdhocDeployProject / DeployAdhoc / DeployPipeline 是同步工具,返回后即可汇报结果,不要额外制造等待子任务DeployListProjectsconfigured 选择 DeployProject 或 DeployAdhocDeployAdhocproject 和 project_dir 从前置编码结果中提取,不能猜DeployListPipelinesDeployPipelinecoding 修代码后再重部署DeployListProjects:只做发现,不执行部署DeployProject:用于 settings 中已配置的项目,只传 project 和可选 deploy_targetDeployAdhoc:用于未配置项目或一次性部署,必须传 project_dir 和 ssh_hostDeployListPipelines / DeployPipeline:用于预配置的多步骤流水线ssh_host 必须来自 agent 能力信息或用户明确指定的真实地址,例如 deploy@prod-hostbuild-flutter-apk 并设置 pack_only=true。app-agent 只部署服务端,不会构建或推送 Flutter APK。project_dir、ssh_host 给 DeployProjectExecuteCode 去猜项目目录、SSH 地址或发布参数DeployListProjects 再空转DeployListProjects,确认 llm-agent 为 configured=true,再调用 DeployProjectproject 和 project_dir,再调用 DeployAdhoc