ソース情報
- リポジトリ
- WenJunDuan/Rlues
- ソースの最終更新活動
- 2026年8月27日 11:11
- 検出された SKILL.md の言語
- 英語
- スター
- 186
- フォーク
- 22
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/WenJunDuan/Rlues --skill athena-setupコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | athena-setup |
| description | 全新安装 Athena 9.9.8 或补装缺失端点。用户显式调用时触发;已装旧版改走 athena-migrate。 |
Run the bundled installer. It evaluates Claude Code (CC) and Codex (CX) independently.
The repository distribution pair is vibeCoding/claude/9.9.8/.claude and
vibeCoding/codex/9.9.8/.codex.
# From the Rlues repository root: inspect first, then install.
python3 vibeCoding/codex/9.9.8/.codex/skills/athena-setup/scripts/setup-athena.py \
--repo-root "$PWD" --dry-run
python3 vibeCoding/codex/9.9.8/.codex/skills/athena-setup/scripts/setup-athena.py \
--repo-root "$PWD"
Use --only cc or --only cx for one endpoint. Outside the repository, pass
--cc-package <path-to-.claude> / --cx-package <path-to-.codex>, or set
ATHENA_CC_PKG / ATHENA_CX_PKG.
| Endpoint state | Action |
|---|---|
fresh | Preflight every managed destination, then install selected missing endpoints transactionally |
CC-only | Install only CX; leave CC untouched |
CX-only | Install only CC; leave CX untouched |
same-version | Verify files, dynamic package counts, version, and CX skill paths; never overwrite |
old-version | Route that endpoint to /athena-migrate; another selected fresh endpoint may still install |
| Existing unversioned or invalid config | Refuse to overwrite; require an explicit merge decision |
The installer reports paths and counts only. It never prints user configuration values.
~/.claude/settings.json, CLAUDE.md, status line, rules, hooks, agents, and skills.~/.codex/config.toml, hooks.json, AGENTS.md, hooks, agents, and standards.~/.agents/skills/<name>/SKILL.md. Codex keeps $CODEX_HOME/skills
only as deprecated backward compatibility; the user-level standard is
$HOME/.agents/skills (Codex 0.144.1 loader source).Asset counts come from the selected package at runtime. Do not encode release counts in this skill.
For the fresh CX endpoint, the installer collision-checks and atomically installs the packaged
AGENTS.md; do not copy it manually against an existing endpoint.
3 is reserved for incomplete cleanup.__pycache__, *.pyc, .DS_Store, and tmp/) is excluded from the
runtime manifest.~/.codex/skills or ~/.agents/skills. Migration may remove only legacy
~/.codex/skills/<name> paths that the old Athena config explicitly registered.Run the same command again. A same-version run is read-only and exits successfully only when
all packaged assets exist, hashes match, the version marker is 9.9.8, and CX skill entries no
longer point at ~/.codex/skills.
python3 vibeCoding/codex/9.9.8/.codex/skills/athena-setup/tests/test_setup_991.py