AI 引导的 Athena 版本迁移 (9.9.2 起弃用脚本化 migrate). 当用户要把已装旧版 Athena 升级到 9.9.3, 或迁移 .ai_state 数据时触发. AI 读 CHANGELOG + 新旧包 diff 智能应用, 逐一保留用户配置, 先备份、绝不打印密钥、失败即回滚。
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill athena-migrate --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Athena Migrate?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-athena-migrate-2437777c)More formats (shields.io, HTML) on the badges page.
---
name: athena-migrate
description: >-
AI 引导的 Athena 版本迁移 (9.9.2 起弃用脚本化 migrate). 当用户要把已装旧版 Athena 升级到 9.9.3,
或迁移 .ai_state 数据时触发. AI 读 CHANGELOG + 新旧包 diff 智能应用, 逐一保留用户配置,
先备份、绝不打印密钥、失败即回滚。
---
# athena-migrate — AI 引导迁移 (v9.9.3)
> 9.9.2 起**不再维护逐版本 migrate 脚本** (脆、易漏字段)。迁移由 AI 读文档 + diff 智能执行。
> 完整流程见本 skill `references/AI-MIGRATION-GUIDE.md` (随包安装; 与仓库包根 `vibeCoding/{claude,codex}/9.9.3/AI-MIGRATION-GUIDE.md` 为同一份, 内容含安装 / 升级 / 数据迁移三场景 + 红线)。
## 何时用
用户说"升级到 9.9.3 / 迁移我的 Athena / 迁移 .ai_state 数据"。
## 五步 (升级旧版 → 9.9.3)
1. **备份** `~/.claude` 与 `~/.agents`(CX `~/.codex`) 到带时间戳目录, 记录回滚路径。
2. **读变更**: 目标包 `CHANGELOG.md` 9.9.3 段 + `AI-MIGRATION-GUIDE.md`; diff 旧安装 vs `vibeCoding/{claude,codex}/9.9.3`。
3. **应用** (仅动仍等于旧默认的 release-owned 值): 版本→9.9.3 · 插件默认 (feature-dev off/superpowers off/ECC on) · 四原语/spec-gate/mcp.md/两层记忆 · **skill 7→2 合并** (删旧 7 装 quantum-codegen+quantum-data, CX 改 config.toml)。
4. **数据**: `.ai_state` schema 兼容, 无破坏性; 仅补 `_index` 两层记忆字段; 不删用户 sprint/compound/architecture。
5. **校验 → 失败回滚**: 跑 validate/runtime; 出错恢复步骤 1 备份。
## 红线
- 不可逆操作前必须已备份; 绝不 echo/log 密钥; 用户自定义项一律保留。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.