prompt-vault
01Plugin Claude Code
Plugin marketplace listing 1 plugin: prompt-vault.
Plugin Claude Code
Plugin marketplace listing 1 plugin: prompt-vault.
Plugin Claude Code
Never lose context again. Automatic session logging with phase-based history, HTML reports, and seamless recovery after context compaction.
Instructions file
Instructions for lemon-etvibe/prompt-vault, covering prompt-vault — claude code plugin, design philosophy, file structure and roles, generated structure in target project and context threshold settings.
Command
Initialize prompt-vault logging environment. Use when starting a new project, when .local/logs/ doesn't exist, or when the user says 'init', '초기화', 'set up logging'. Pass 'en' or 'ko' to set language directly.
Command
Record completed work as a phase log. Use when a task is done, the user says '로그', '기록', 'log', or before ending a session.
Command
Generate visual HTML dashboards from phase logs. Use when the user asks for '리포트', '보고서', 'report', or 'dashboard'.
Command
Show phase progress summary. Use when the user asks '진행 상황', '현재 상태', 'status', or 'progress'.
Hook
Runs when the agent finishes a response, executing context-check.sh and autolog.mjs (2 commands). From lemon-etvibe/prompt-vault.
Hook
Runs before the context is compacted, executing pre-compact.sh and autolog.mjs (2 commands). From lemon-etvibe/prompt-vault.
Hook
Runs when a session starts on compact, executing post-compact.sh. From lemon-etvibe/prompt-vault.
Skill Claude CodeCodex
Initialize prompt-vault logging environment. Use when starting a new project, when .local/logs/ doesn't exist, or when the user says init, 초기화, set up logging. Also trigger if other skills fail because logging isnt set up yet.
Skill Claude CodeCodex
Record completed work as a phase log. Use proactively when a task is done, before context compaction, when the user says '로그', '기록', 'save progress', 'log', or before ending a session. If in doubt, suggest logging — losing progress is worse than an extra log.
Skill Claude CodeCodex
Generate visual HTML dashboards from phase logs. Use when the user asks for '리포트', '보고서', 'report', 'dashboard', visualization, or wants to see work history in a browser.
Skill Claude CodeCodex
Show phase progress summary. Use when the user asks '진행 상황', '현재 상태', 'status', 'progress', what's been done, or how many phases are logged.