Plugin Claude Code
hi-vibe official marketplace — the vibe-coding seatbelt plugin.
Plugin Claude Code
hi-vibe official marketplace — the vibe-coding seatbelt plugin.
Plugin Claude Code
Vibe-coding seatbelt for Claude Code — doc automation (CLAUDE.md/MODULE.md/handover/CHANGELOG) + AI discipline (root-cause first, no unfounded claims) + machine enforcement (ruff/eslint/import cycles).
Agent
Clean-context design reviewer. Reviews just-written code changes with zero memory of writing them — catches half-finished changes and cross-file drift (a file updated but the file pointing at it left stale), then over-engineering, scope creep, and simpler alternatives: the judgment calls hooks and checklists cannot…
Agent
Evidence verifier for repo-xray scan results. Opens the actual code at each scanner candidate and decides which ones are real — filtering the noise a regex/AST scan inevitably produces. Use for /hi-vibe:check (spawned by default), or when the user asks 이거 진짜 중복이야?, 스캔 결과 확인해줘, 후보 걸러줘. Not for design opinions or…
Command
Full repo scan — duplicates / unused / oversized / unfinished work, then a subagent verifies every candidate.
Command
hi-vibe's own health check — actually runs hi-vibe's 5 hooks & scanner to catch silent failure. Not Claude Code's built-in /doctor (that one checks your CLI install).
Command
Pre-write reuse gate — check if it already exists first, then decide where it goes.
Command
Detect language, then install lint/type/cycle guards — always asks first, merges with existing config.
Command
Append a session-handover entry to handover.md (so the next session has enough to pick up from).
Command
Install/check the project doc system (CLAUDE.md, MODULE.md, handover.md, CHANGELOG.md).
Command
Append a change entry to CHANGELOG.md (Keep a Changelog, substantive changes only).
Command
Memory search — find past decisions/work in handover·CHANGELOG records, answer with sources.
Command
Post-write review — checklist, clean-eyes design review, doc sync. No flags: scope, depth and parallelism are decided for you.
Command
hi-vibe first guide — start here when unsure what to use.
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing post_write_guard.py via python3. From jx-hxxx/hi-vibe.
Hook
Runs when a session starts on startup, resume, compact and clear, executing session_start.py via python3. From jx-hxxx/hi-vibe.
Hook
Runs before the context is compacted for manual and auto tool calls, executing pre_compact.py via python3. From jx-hxxx/hi-vibe.
Hook
Runs when a session ends for clear, prompt_input_exit, resume and logout tool calls, executing session_end.py via python3. From jx-hxxx/hi-vibe.
Hook
Runs when the agent finishes a response, executing stop_nudge.py via python3. From jx-hxxx/hi-vibe.
Skill Claude CodeCodex
Maintains the four living documents of a hi-vibe project: CLAUDE.md (lean project context — constraints, pitfalls, rationale), per-folder MODULE.md (detailed design), handover.md (session-to-session context log), CHANGELOG.md (substantive change history, Keep a Changelog). Use for /hi-vibe:init, :handover, :log…
Skill Claude CodeCodex
Grounding discipline for decisions and factual claims. Use when facing an ambiguous decision (여러 해석이 가능한 요청, 요구사항 빠짐, 되돌리기 어려운 작업), or when about to state numbers, limits, prices, API behavior, library/framework usage, version facts, or how an external platform/service currently behaves or why — 얼마야, 제한이 몇이야, 지원돼?, 왜…
Skill Claude CodeCodex
Machine-enforced quality guards installer. Use for /hi-vibe:gate or when the user asks to 린트 설정, 타입 체크 강제, 순환의존 검사, CI 세팅, eslint/ruff/mypy 설정, complexity limit. Detects project language(s) and installs lint/type/cycle guards and optional CI — always asking before writing, always merging with existing configs.
Skill Claude CodeCodex
Evidence-based repository structure analysis for Python and JavaScript/TypeScript (js/jsx/ts/tsx) projects. Runs a bundled scanner script and answers only from its JSON output — never from guessing. Use this skill whenever the user asks about duplicate code, unused/dead code, "does function X already exist?", cleaning…
Skill Claude CodeCodex
Root-cause discipline for debugging and error handling. Use whenever fixing a bug or error, writing try/except/catch, adding a fallback or default value, or the user says 에러 나, 버그, 고쳐줘, 왜 안 되지, fallback, 방어코드, "일단 돌아가게", error, crash, exception. Prevents symptom-masking fixes that silently swallow failures.