brolag

14 mods across 2 repositories, 23 stars between them.

neural

02

brolag/neural-claude-code

Plugin Claude Code

Lightweight Claude Code harness: 5 security hooks + a discover -> spec -> craft -> vet/exercise pipeline. Zero dependencies; runs on vanilla Claude Code.

11 11d ago A tokens not measured original MIT

PreToolUse

03

brolag/neural-claude-code

Hook

Runs before the agent uses a tool for Bash, Bash, Write, Edit, WebFetch, Read, Edit, Write, Grep and Glob tool calls, executing dangerous-actions-blocker.sh, prompt-injection-detector.sh and sensitive-file-guard.sh via bash (3 commands). From brolag/neural-claude-code.

11 11d ago A tokens not measured copy · 63% MIT

PostToolUse

04

brolag/neural-claude-code

Hook

Runs after a tool call finishes, executing output-scanner.sh via bash. From brolag/neural-claude-code.

11 11d ago A tokens not measured original MIT

PreCompact

05

brolag/neural-claude-code

Hook

Runs before the context is compacted, executing pre-compact.sh via bash. From brolag/neural-claude-code.

11 11d ago A tokens not measured copy · 50% MIT

craft

06

brolag/neural-claude-code

Skill Claude CodeCodex

Build a non-trivial change from an approved plan.md. Use after /spec to capture a baseline, execute dependency-aware subtasks, record evidence and deviations, run independent /vet and /exercise gates, measure the delta, and stop for human ship approval without committing or publishing automatically. Don't use for…

11 11d ago A 71 tokens original MIT

discover

07

brolag/neural-claude-code

Skill Claude CodeCodex

Surface hidden requirements and architectural unknowns before planning non-trivial work. Use when a request is ambiguous, spans unfamiliar code, has meaningful tradeoffs, or needs a grounded blindspot pass before /spec. Produces an unknowns-map.md artifact and stops without implementing. Don't use when you already…

11 11d ago A 78 tokens original MIT

exercise

08

brolag/neural-claude-code

Skill Claude CodeCodex

Verify a completed change through real user behavior after automated tests. Use as /craft's independent behavioral gate for web, desktop, CLI, installer, documentation, or static-site workflows. Drives concrete scenarios, captures evidence for every assertion, and returns PASS or FAIL. Don't use for static code review…

11 11d ago A 66 tokens original MIT

git-save

09

brolag/neural-claude-code

Skill Claude CodeCodex

Stage and commit code changes with Conventional Commits format. Use when: code changes are complete and ready to commit, after review approval, user says 'save', 'commit', 'ship it'. Don't use when: tests are failing or work is still in progress.

11 11d ago A 56 tokens original MIT

html

10

brolag/neural-claude-code

Skill Claude CodeCodex

Render a Claude Code plan (PlanViewer), a task result, or a recap of a branch/commit/PR diff (ResultViewer) as a single-file, self-contained HTML artifact with anti-fatigue UX. Use when the user asks for an HTML artifact, a plan/result/recap view, or to "show this as HTML". Not for plain markdown/text or one-liners.

11 11d ago A 81 tokens original MIT

init

11

brolag/neural-claude-code

Skill Claude CodeCodex

Scan project and generate a customized CLAUDE.md. Detects stack, test commands, and conventions. Use when onboarding to a new project or user says 'init', 'setup claude', 'generate CLAUDE.md'.

11 11d ago A 48 tokens original MIT

slop-scan

12

brolag/neural-claude-code

Skill Claude CodeCodex

Scan a codebase for accumulated slop, technical debt, dead code, and refactor opportunities. Default is recent changes only. Use when user says 'scan for slop', 'find tech debt', 'what needs cleanup', or before a refactor sprint. Don't use as the pre-PR gate — that is /vet (lens D).

11 11d ago A 75 tokens original MIT

spec

13

brolag/neural-claude-code

Skill Claude CodeCodex

Plan a non-trivial change before implementation. Use when work needs repository research, locked interfaces, security invariants, dependency-aware subtasks, executable acceptance criteria, and explicit approval. Consumes unknowns-map.md when available, writes plan.md, and stops without coding. Don't use for trivial…

11 11d ago A 69 tokens original MIT

vet

14

brolag/neural-claude-code

Skill Claude CodeCodex

Independently review a working tree, branch, pull request, or implemented plan before ship. Use for a material pre-merge gate that checks acceptance criteria, regressions, security boundaries, project consistency, cleanup quality, and active counterexamples in fresh context. Returns SHIP or HOLD with evidence. Don't…

11 11d ago A 76 tokens original MIT