jx-hxxx

25 mods across 1 repository, 3 stars between them.

hi-vibe-marketplace

01

jx-hxxx/hi-vibe

Plugin Claude Code

hi-vibe official marketplace — the vibe-coding seatbelt plugin.

3 2d ago A tokens not measured original MIT

hi-vibe

02

jx-hxxx/hi-vibe

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).

3 2d ago A tokens not measured original MIT

fresh-eyes

03

jx-hxxx/hi-vibe

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…

3 2d ago A 132 tokens original MIT

proof-eyes

04

jx-hxxx/hi-vibe

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…

3 2d ago A 115 tokens original MIT

check

05

jx-hxxx/hi-vibe

Command

Full repo scan — duplicates / unused / oversized / unfinished work, then a subagent verifies every candidate.

3 2d ago A 20 tokens original MIT

doctor

06

jx-hxxx/hi-vibe

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).

3 2d ago A 40 tokens original MIT

find

07

jx-hxxx/hi-vibe

Command

Pre-write reuse gate — check if it already exists first, then decide where it goes.

3 2d ago A 17 tokens original MIT

gate

08

jx-hxxx/hi-vibe

Command

Detect language, then install lint/type/cycle guards — always asks first, merges with existing config.

3 2d ago A 19 tokens original MIT

handover

09

jx-hxxx/hi-vibe

Command

Append a session-handover entry to handover.md (so the next session has enough to pick up from).

3 2d ago A 23 tokens original MIT

init

10

jx-hxxx/hi-vibe

Command

Install/check the project doc system (CLAUDE.md, MODULE.md, handover.md, CHANGELOG.md).

3 2d ago A 23 tokens original MIT

log

11

jx-hxxx/hi-vibe

Command

Append a change entry to CHANGELOG.md (Keep a Changelog, substantive changes only).

3 2d ago A 18 tokens original MIT

recall

12

jx-hxxx/hi-vibe

Command

Memory search — find past decisions/work in handover·CHANGELOG records, answer with sources.

3 2d ago A 18 tokens original MIT

review

13

jx-hxxx/hi-vibe

Command

Post-write review — checklist, clean-eyes design review, doc sync. No flags: scope, depth and parallelism are decided for you.

3 2d ago A 29 tokens original MIT

welcome

14

jx-hxxx/hi-vibe

Command

hi-vibe first guide — start here when unsure what to use.

3 2d ago A 14 tokens original MIT

PostToolUse

15

jx-hxxx/hi-vibe

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.

3 2d ago A tokens not measured original MIT

SessionStart

16

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.

3 2d ago A tokens not measured copy · 73% MIT

PreCompact

17

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.

3 2d ago A tokens not measured original MIT

SessionEnd

18

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.

3 2d ago A tokens not measured original MIT

Stop

19

jx-hxxx/hi-vibe

Hook

Runs when the agent finishes a response, executing stop_nudge.py via python3. From jx-hxxx/hi-vibe.

3 2d ago A tokens not measured original MIT

docs-keeper

20

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…

3 2d ago B 217 tokens original MIT

grounded-answers

21

jx-hxxx/hi-vibe

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 — 얼마야, 제한이 몇이야, 지원돼?, 왜…

3 2d ago A 163 tokens original MIT

guards-setup

22

jx-hxxx/hi-vibe

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.

3 2d ago A 83 tokens original MIT

repo-xray

23

jx-hxxx/hi-vibe

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…

3 2d ago A 165 tokens original MIT

root-cause-first

24

jx-hxxx/hi-vibe

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.

3 2d ago A 88 tokens original MIT