用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tangle-network/skills --skill upgrade-agent-fleet命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | upgrade-agent-fleet |
| description | Upgrade Tangle agent products to shared packages, remove copied code, and prove each migration. |
Use this when two or more product repositories need the same shared-package migration. Use the owning adoption skill directly for one repository.
The target is not “make every repository look like the reference.” The target is “make each product use the current shared contract while preserving its own behavior.”
Read the current package README, exports, types, release notes, and one maintained consumer. Record:
A reference product is evidence, not an API specification. Do not copy its schema, domain policy, routes, or obsolete wrappers into the fleet.
Inspect each product independently and produce:
Do not infer adoption from commit messages, dependency text, or matching filenames. Trace the production import and execution path.
Use one isolated worktree and one owner per repository. Repositories may run concurrently because their histories and checks are independent. Within a repository, migrate coherent concerns in dependency order and keep checks runnable after each change.
Each owner follows the relevant adoption skill and current package source. They must:
A fresh reviewer reads the diff and reruns evidence for each repository. Approval requires:
Test count and line count are diagnostics, not pass conditions. Repeated reviews by the same model do not create independent evidence. When review finds a defect, feed its exact file, command, and failure back to the repository owner and rerun the failed check. A repository that hits its retry limit remains incomplete with named findings.
Refresh each branch against current main before merge. Merge in dependency order when repositories depend on a newly released package. After each push, read current checks and reviews rather than relying on an earlier verdict.
Report one row per repository with branch, versions before and after, migrated concerns, deleted competing paths, retained adapters, user-flow result, checks, review findings, merge state, and upstream package work. Include incomplete repositories and unchecked dependencies.
build-agent-app for product-shell migrations.agent-stack-adoption for runtime, eval, profile, and knowledge boundaries.substrate-release when a shared package change must ship before consumers update.review-to-green for a branch with unresolved review or CI findings.