소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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