Skip to content
Development
Hook

Hooks

What lumin-repo-lens runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.

Install
$ npx -y skills add annyeong844/lumin-repo-lens --agent claude-code

Ships with lumin-repo-lens. Installing the plugin gets these hooks.

What fires, and when

UserPromptSubmit

Fires before Claude sees each prompt you send. A plugin can use it to inject context, so the same instruction reaches the model every turn instead of only at session start.

  • Runs user-prompt-submit.mjs".

PreToolUse

  • Runs pre-tool-use.mjs".

PostToolBatch

  • Runs post-tool-batch.mjs".

Stop

  • Runs stop.mjs".
Read hooks/hooks.json

Where it lives

Read the script before you install anything that runs on your machine. This is the one part of a plugin that acts without being asked.

Ships withlumin-repo-lens

🇰🇷 한국어로 읽으시려면 → README.ko.md  ·  🇬🇧 English continues below. The kind little buddy that says "this already exists" before you write it again. Your repo's companion for vibe-coding sessions.

Get the whole plugin, auto-invoked
Stats
25
Stars
0
Views
3
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
1mo ago
Last commit
3mo ago
Created

Repo: annyeong844/lumin-repo-lens