用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/WenJunDuan/Rlues --skill athena-migrate命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | athena-migrate |
| description | 从旧版本 Athena (v9.6.1 或更早) 迁移到 v9.6.2. 备份 + 应用 hotfixes + 新增字段. |
| effort | low |
/athena-migrate # 检测当前版本, 自动迁移
/athena-migrate --from=9.6.1 # 显式声明源版本
/athena-migrate --repair # 修复损坏的 _index.md
cp .ai_state .ai_state.backup-pre-v962skip_polish, platforms_enabled, cc_version, cx_version, ag_callabletools_available.* 字段platform_features.* 字段pointers.latest_cleanupfingerprint~/.codex/config.toml: [features] hooks=true → codex_hooks=true[[hooks.*]] TOML 块 (转移到 ~/.codex/hooks.json)[[skills.config]] schema: name = "..." → path = "/abs/path/SKILL.md"~/.codex/skills/ 移到 ~/.agents/skills/_athena/# CC
ls ~/.claude/rules/*.md | wc -l # 应 = 6 (含 _index.md)
ls ~/.claude/agents/*.md | wc -l # 应 = 3 (evaluator, generator, reviewer)
# CX
grep "codex_hooks" ~/.codex/config.toml # 应有
grep -c "\[\[hooks\." ~/.codex/config.toml # 应 = 0
ls ~/.agents/standards/*.md | wc -l # 应 = 6
ls ~/.agents/skills/_athena/ # 应含 pace polish context7 augment antigravity compound
ls ~/.codex/agents/*.toml | wc -l # 应 = 7 (evaluator/generator/reviewer/architect/pr_explorer/docs_researcher/polish_worker)