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.
npx skills add lemon-etvibe/prompt-vault --skill statusgit clone --depth 1 https://github.com/lemon-etvibe/prompt-vaultWrote 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.
[](https://agentmods.dev/skills/lemon-etvibe/prompt-vault/status)<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.
<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
Read .local/logs/_index.md and display a formatted progress summary.
Procedure
- Read
langfrom.local/logs/.config(default:"ko"if absent) - 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.mdexists 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 |
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.
- 10d ago First seen · 43 lines · 38 tokens per session scan A 09c39e41c978
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.
Other skills, from other repositories
scheduler
Manage scheduled jobs — create, update, list, run remote agents on cron. Use when setting up recurring tasks, checking job status, or managing automation.
do
Alias for /brana:backlog start with freeform text. Routes to the best skill or creates a task. Use /brana:backlog start directly for the same behavior.
backlog
Read, work, and maintain a Git repo's deferred-work items in docs/backlog/, one file per item. Use when the user says "backlog", "check backlog", "what's on my backlog", "work the backlog", "address the backlog", "add to backlog", "clean up backlog", or when a review or task produced items that are real but not being…
pr-review-watcher
Monitors for incoming PR reviews and summarizes their content. Determines approval/change-request/comment verdicts and extracts action items. Triggers on "did the PR review come in?", "when will the review arrive", "PR waiting" utterances.
tasks
A task-breakdown tool that turns a plan, specification, feature brief, bug report, technical-debt item, or chore into small TASK-NNN work items. Technical debt means postponed cleanup or design work in a codebase.
continue
Autonomous work — find and execute ready tasks.