用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/WenJunDuan/Rlues --skill vibe-status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | vibe-status |
| effort | xhigh |
| disable-model-invocation | true |
| description | VibeCoding 状态面板。显示当前 PACE 状态、最近 hook 触发、lessons 数量、plugin 健康、待审 drafts。 |
实时聚合 VibeCoding 运行状态。无副作用, 只读。
读 .ai_state/project.json → Path/Stage/Sprint/test_cmd/conventions/gotchas
读 .ai_state/tasks.md → 计算: done / pending / blocked
读 .ai_state/hook-trace.jsonl (最近 50 条) → 按 hook 名分组统计:
.ai_state/lessons.md 行数 + 最新 1 条标题ls ~/.claude/lessons/*.md 计数 (排除 draft- 和 archive)ls ~/.claude/lessons/draft-*.md 列表 (含创建日期, > 7 天提示用户应该归档/确认)which codex + /codex:setup 状态行~/.claude/plugins/cache/superpowers/ 存在npx ctx7 --version 2>&1 | head -1=== VibeCoding Hermes v9.4.5 Status ===
[PACE] Path: Feature Stage: impl Sprint: 3
[Tasks] 3 done · 2 pending · 0 blocked
Next: Task 4 — auth middleware
[Hooks] 最近 50 次触发:
delivery-gate ✓ 12 (阻断 2, soft 1)
bash-guard ✓ 0 拦截
subagent-retry ⚠ 3 注入
lesson-drafter 📝 1 draft
[Lessons]
项目: 4 条 (最新: "JWT refresh secret 分离")
全局: 8 条
Drafts: 1 个待审 (draft-2026-04-28-codex-rescue.md, 0 天)
[Plugins]
codex@1.0.4 ✓ ready
superpowers@5.x ✓ loaded
context7 ✓ available
ctx7 CLI ✓ npx ctx7 v2.x
[Lints]
test_cmd: npm test
lint_cmd: npm run lint
无外部依赖, 用 Bash + jq + ls 读已有文件聚合。失败的项 → 显示 "✗ 不可用"。
不写新文件, 不改状态。