vibe-status

vibe-status is a skill for Claude Code from chentao326/vibe-code. It costs 63 tokens per session (986 once invoked), scanned A, original, MIT.

A read-only status dashboard for Vibe Code projects. It reads project state and handoff files, which record where work stands between planning, coding, review, and completion.

In plain words
What is it for?
Checking work in progress, reviewing prediction results, viewing assessment statistics, and tracking whether a task is ready for coding, review, fixes, or submission.
Why use it?
It gathers scattered progress signals into one view, so you can see active work, overdue reviews, and the current handoff stage.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; mentions Codex.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/chentao326/vibe-code/vibe-status
Any agent
npx skills add chentao326/vibe-code --skill vibe-status
Clone the repo
git clone --depth 1 https://github.com/chentao326/vibe-code

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vibe-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/chentao326/vibe-code/vibe-status.svg)](https://agentmods.dev/skills/chentao326/vibe-code/vibe-status)
Your own site
<a href="https://agentmods.dev/skills/chentao326/vibe-code/vibe-status"><img src="https://agentmods.dev/badge/skills/chentao326/vibe-code/vibe-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 986 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.00986
Opus 5 $0.00032 $0.00493
Sonnet 5 $0.00013 $0.00197
Haiku 4.5 $0.00006 $0.00099

Measured 5d ago against content hash 9367528a81ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

vibe-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/vibe-status/SKILL.md · 110 lines

What it actually says

vibe-status — 状态看板

只读,无副作用。任何时候都可以调用。


工作流

Phase 1: 读取 state + handoff 阶段

  1. .vibe-state.json 所有字段
  2. 检测 handoff 阶段:
ls handoff/*.json 2>/dev/null || echo "NO_FILES"
  1. 将 handoff 阶段与 vibe 校准数据合并渲染

Phase 2: 渲染看板

输出格式:

📊 Vibe Code — 状态看板

Rubric: v0 | 校准池: 5 samples | Confidence: 🟡 偏低

---

📝 WIP(进行中)
  • tasks/fix-auth.md — assessed 2026-05-24

⏰ 待复盘(共 2 个)
  • predictions/fix-auth.md — overdue(完成于 2026-05-22)
  • predictions/add-cache.md — ready

📈 统计
  总评估: 8 | 已完成: 5 | 已放弃: 1 | 准确率趋势: ↗ 上升

⚠️ 提醒
  • 校准池 5 个样本,可以考虑 bump 升级模型
  • 2 个任务待复盘,建议先复盘再评估新任务

Handoff 状态(融合协议)

根据 handoff-vibe-bridge.md 同步显示 handoff 阶段。

检测命令

ls handoff/*.json 2>/dev/null || echo "NO_FILES"

阶段展示

信号文件 展示
(无) 🔵 Init — "等待写 spec"
plan-ready.json 🟡 Plan Ready — "等待编码"
build-done.json 🟢 Build Done — "等待 review / 可以复盘"
review-fixes.json 🟠 Fixes Needed — "等待修复"
polish-done.json 🟡 Polish Done — "等待重审"
review-passed.json 🟢 Review Passed — "等待提交"
committed.json ✅ Done — "已完成"

看板展示格式

## 🔄 Handoff 状态
  模式: codex-self-handoff
  阶段: build-done → 等待 review
  Feature: post-review-fixes

## 📊 Vibe 校准
  Rubric: v1 | 校准池: 6 | Confidence: 🟢 中
  (后续跟现有 vibe 看板内容)

自动检测项

检测 条件 提醒
Bump 建议 calibration_samples ≥5 + 未 bump 过 "可以考虑升级模型"
复盘积压 pending_retros ≥3 "建议先复盘再评估新任务"
偏差警告 consecutive_directional_errors ≥3 "连续3次同向偏差,rubric可能系统性不准"
自评分警告 last_assessment_self_scored == true "上次评估没有走 blind sub-agent"
WIP 积压 wip_tasks ≥5 "建议先完成已有任务"
Rubric 健康 rubric.md 行数 >500 "rubric.md 可能需要清理"

信心等级展示

calibration_samples 展示
0 🔴 极低 — "占星级别,纯纪律训练"
1-2 🟠 低 — "方向感优于绝对数字"
3-5 🟡 偏低 — "可作为参考之一"
6-10 🟢 中 — "可参与决策"
11+ 🔵 高 — "值得信赖"
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 110 lines · 63 tokens per session scan A 9367528a81ca

Subscribe to this mod's changes

vibe-status is a skill published in the GitHub repository chentao326/vibe-code (2 stars, last pushed 3mo ago), licensed MIT. It adds 63 tokens to every session and 986 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens