Plugin Claude Code
Plugin marketplace listing 1 plugin: lumin-repo-lens.
Plugin Claude Code
Plugin marketplace listing 1 plugin: lumin-repo-lens.
Plugin Claude Code
Lumin Repo Lens: evidence-backed TS/JS repo structure lens for Claude Code.
Command
Run a grounded repository-structure review. Usage: /lumin-repo-lens:audit [--root ] [--output ] [--profile quick|full|ci].
Command
Generate canonical draft proposals. Usage: /lumin-repo-lens:canon-draft --root [--output ] [--sources type-ownership,naming,topology,helper-registry].
Command
Check promoted canonical files against current repository observation. Usage: /lumin-repo-lens:check-canon --root [--output ] [--sources all|type-ownership,naming,topology,helper-registry].
Command
Run a full Lumin Repo Lens review. Usage: /lumin-repo-lens:full [--root ] [--output ].
Command
Default Lumin Repo Lens entrypoint. With no arguments, run a baseline-aware current-workspace structure review; do not ask the user to choose a mode.
Command
Run the post-write delta check after edits. Usage: /lumin-repo-lens:post-write --root --pre-write-advisory .json> [--output ].
Command
Run the pre-write reuse gate before editing code. Give a natural-language change request, or pass --intent for machine use.
Command
Turn repo evidence into a kind, incremental refactoring plan. Usage: /lumin-repo-lens:refactor-plan [--root ] [--output ] [--profile quick|full].
Command
First-touch guide for Lumin Repo Lens. Use when the user is new, unsure what to run, or wants a gentle explanation before reviewing repo structure.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.mjs via node. From annyeong844/lumin-repo-lens.
Hook
Runs before the agent uses a tool, executing pre-tool-use.mjs via node. From annyeong844/lumin-repo-lens.
Hook
Runs after a batch of tool calls, executing post-tool-batch.mjs via node. From annyeong844/lumin-repo-lens.
Hook
Runs when the agent finishes a response, executing stop.mjs via node. From annyeong844/lumin-repo-lens.
Skill Claude CodeCodex
Maintainer-only canon surface for Lumin Repo Lens/lumin-repo-lens: draft or check promoted repository facts, canonical drift, canon-draft/check-canon results, parser contracts, and maintainer validation evidence.
Skill Claude CodeCodex
Use before/after TS/JS code changes: add, edit, move, rename, refactor, make a helper/type/file/function, or ask if something already exists. Infer intent from plain language, run pre-write reuse screening, then post-write delta checks.
Skill Claude CodeCodex
Audit TypeScript/JavaScript repos for structural debt with machine evidence: dead exports, cycles, oversized modules, duplicate helpers/types, barrels, naming drift, refactor plans, 'what should I clean up next?', and 'does X exist anywhere?'.