amadeus-environment-provisioning
仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
方便在隔离环境中预先执行和验证环境配置步骤。
▸ 风险提示
可能自动创建或修改基础设施,需云权限与成本控制。
这个 Skill 做什么
单独运行 AI‑DLC 的 environment‑provisioning(环境配置)阶段,用于创建/配置环境。
单独运行 AI‑DLC 的 environment‑provisioning 阶段,用来创建或配置环境而不影响主流程。需要在只想准备好运行环境、反复调试或回滚时使用,它会执行安装/配置、提交一个合成 id 并停止。好处是不会推进主工作流的当前阶段,便于安全独立地反复试验环境步骤。
▸ 展开 SKILL.md 英文原文
Run the AI-DLC `environment-provisioning` stage (operation phase) in isolation, without advancing the main workflow. Packages `/amadeus --stage environment-provisioning --single`: the engine emits one run-stage directive for environment-provisioning and its gate, the conductor runs it, then the single-stage run commits a synthetic-id pair and stops. The main workflow's Current Stage is never touched.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-environment-provisioning/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/amadeus-dlc/amadeus/main/.agents/skills/amadeus-environment-provisioning/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI-DLC Stage Runner — environment-provisioning Run the `environment-provisioning` stage on its own. This is opt-in packaging over `/amadeus --stage environment-provisioning --single`; the same stage is always reachable via that flag without this skill. ## Steps 1. Ask the engine for the single-stage directive: ```bash bun .codex/tools/amadeus-orchestrate.ts next --stage environment-provisioning --single ``` The engine emits one `run-stage` directive for `environment-provisioning` (carrying the lead agent, the resolved consumes/produces paths, the rules and sensors in context, and — on this first directive — the conductor persona). Run the stage exactly as the dire
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有