快速查看当前项目的 Athena 状态: stage, path, sprint, tools_available, 进度. 无副作用, 只读.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill athena-status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Athena Status?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-athena-status)More formats (shields.io, HTML) on the badges page.
---
name: athena-status
description: |
快速查看当前项目的 Athena 状态: stage, path, sprint, tools_available, 进度.
无副作用, 只读.
effort: low
---
# /athena-status — 项目状态查询 (v9.6.2)
## 工作流
```bash
# 1. 找 .ai_state
[ -d .ai_state ] || { echo "项目未 init, 先跑 /athena-init"; exit 1; }
# 2. 显示 _index.md frontmatter
cat .ai_state/_index.md | head -50
# 3. 显示最新 review
[ -f .ai_state/details/reviews/sprint-*.md ] && {
echo "最新 review:"
ls -t .ai_state/details/reviews/sprint-*.md | head -1 | xargs tail -20
}
# 4. 显示最新 cleanup-pass
ls .ai_state/details/cleanup-pass-*.md 2>/dev/null | tail -1 | xargs -I{} echo "Cleanup: {}"
# 5. git 状态
git status -s
```
## 输出格式
```markdown
## Athena 状态 (v9.6.2)
### 路由
- 路径: Refactor
- Stage: polish
- Sprint: 2
### 平台
- CC: ✓
- CX: ✓ (codex-cli 0.133.0)
- AG: ✗ (未安装)
### 工具
- context7 CLI: ✓
- augment MCP (CC): ✓
- web_search (CC): ✓
### 进度
- Features: 3 (counts.features_count)
- Reviews: 2 (counts.reviews_count)
- Cleanups: 1 (counts.cleanup_count)
### 最新 review
- File: details/reviews/sprint-2.md
- VERDICT: CONCERNS (1 P0 已修, 2 P1 在 polish 处理)
### 下一步
进入 polish 阶段 (Refactor 路径强制), 跑 /polish.
```
## 例外
- 项目未 init: 提示先 `/athena-init`
- _index.md 损坏 / 无法 parse: 提示用 `/athena-migrate --repair`
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!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"