status

status is a skill for Claude Code from lemon-etvibe/prompt-vault. It costs 38 tokens per session (385 once invoked), scanned A, original, MIT.

A progress-reporting command that reads phase logs from a project and displays a summary in English or Korean.

In plain words
What is it for?
Use it to check the total and completed phases, see the latest phase and date, and review the five most recent entries.
Why use it?
It saves you from opening log files and counting completed phases manually. It also tells you when logging has not been set up or contains no entries.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the prompt-vault plugin — 4 skills, 4 commands, 3 hooks shipped together

Good fit Use it to check the total and completed phases, see the latest phase and date, and review the five most recent entries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lemon-etvibe/prompt-vault/status
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.

Any agent
npx skills add lemon-etvibe/prompt-vault --skill status
Clone the repo
git clone --depth 1 https://github.com/lemon-etvibe/prompt-vault

Made for: Claude Code.

Or install prompt-vault, the plugin that ships this one along with the rest of its 4 skills, 4 commands, 3 hooks.

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 status

README.md
[![agentmods](https://agentmods.dev/badge/skills/lemon-etvibe/prompt-vault/status/github.svg)](https://agentmods.dev/skills/lemon-etvibe/prompt-vault/status)
Your own site
<a href="https://agentmods.dev/skills/lemon-etvibe/prompt-vault/status"><img src="https://agentmods.dev/badge/skills/lemon-etvibe/prompt-vault/status/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for status

Your own site · 80×15
<a href="https://agentmods.dev/skills/lemon-etvibe/prompt-vault/status"><img src="https://agentmods.dev/badge/skills/lemon-etvibe/prompt-vault/status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 385 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00038 $0.00385
Opus 5 $0.00019 $0.00192
Sonnet 5 $0.00008 $0.00077
Haiku 4.5 $0.00004 $0.00038

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

Security

Grade A, and why

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 10d 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/status/SKILL.md · 43 lines

What it actually says

Read .local/logs/_index.md and display a formatted progress summary.

Procedure

  1. Read lang from .local/logs/.config (default: "ko" if absent)
  2. Display output and error messages in the configured language

Output Format

Display in this structure:

  • Total phases / completed count
  • Last logged phase title and date
  • Table of recent phases (last 5)

Error Handling

  • .local/logs/ not found:
    • en: "Logging environment not set up. Run /prompt-vault:init first."
    • ko: "로그 환경이 설정되지 않았습니다. /prompt-vault:init을 먼저 실행해주세요."
  • _index.md exists but empty (no rows):
    • en: "No phases logged yet. Complete a task and run /prompt-vault:log to record it."
    • ko: "아직 기록된 페이즈가 없습니다. 작업 완료 후 /prompt-vault:log로 기록해보세요."

Example

Output:

📊 Phase Progress: 5 phases (5 done)
📅 Latest: Phase 005 — 자동 로깅 구현 (2026-03-12)

| # | Title | Status | Date |
|---|-------|--------|------|
| 005 | 자동 로깅 구현 | done | 2026-03-12 |
| 004 | 리포트 UI 개선 | done | 2026-03-10 |
| 003 | 로그인 버그 수정 | done | 2026-03-08 |
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. 10d ago First seen · 43 lines · 38 tokens per session scan A 09c39e41c978

Subscribe to this mod's changes

status is a skill published in the GitHub repository lemon-etvibe/prompt-vault (2 stars, last pushed 5mo ago), licensed MIT. It adds 38 tokens to every session and 385 once invoked, about $0.0002 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.