bradlay

10 mods across 1 repository, 2 stars between them.

claude-code-recipes

01

bradlay/claude-code-recipes

Plugin Claude Code

Plugin marketplace listing 8 plugins: plan-review-loop, bash-guard, subagent-context-injector, precompact-context-keeper, posttooluse-bash-audit.

2 10d ago A tokens not measured original MIT

bash-guard

02

bradlay/claude-code-recipes

Plugin Claude Code

PreToolUse(Bash) hook that evaluates every shell command against a configurable rule set. Default rules block destructive git operations, filesystem-nuking commands, untrusted curl-pipe-to-shell patterns, and identity-management changes. Rules are user-editable.

2 10d ago A tokens not measured original MIT

branch-warn

03

bradlay/claude-code-recipes

Plugin Claude Code

UserPromptSubmit hook that emits 'on branch X' once per hour as a systemMessage. Catches the 'wait, I should be on a feature branch' footgun without nagging.

2 10d ago A tokens not measured original MIT

plan-review-loop

04

bradlay/claude-code-recipes

Plugin Claude Code

Reviews every Claude Code plan before ExitPlanMode is allowed. Pick a backend per session (Opus 4.8, Sonnet 5, codex gpt-5.6-sol, or Gemini 3.1 Pro via agy) — only ones that pass a live probe are offered; autoswe runs review locally. Denies exit on P0/P1 findings and re-injects them so Claude revises the plan; loop…

2 10d ago A tokens not measured original MIT

plan-review-backend

05

bradlay/claude-code-recipes

Command

Choose (or change) which backend reviews your plans on ExitPlanMode: Opus 4.8, Sonnet 5, codex (gpt-5.6-sol), or Gemini 3.1 Pro. Only backends whose probe currently passes are offered.

2 10d ago A 56 tokens original MIT

bradlay/claude-code-recipes

Plugin Claude Code

PostToolUse(Bash) hook that appends every executed Bash command (with timestamp and session id) to a local audit log. Always fail-open; the log is a convenience, not a correctness surface. Stays local, never shipped anywhere.

2 10d ago A tokens not measured original MIT

putty-bridge

07

bradlay/claude-code-recipes

Plugin Claude Code

Generate a Windows PuTTY .reg + tmux snippet for remote tmux + Claude Code: UTF-8, true color, deuteranopia-friendly dark palette, native copy/paste (right-click pastes, Shift-drag in tmux mouse-mode auto-copies via PuTTY's local selection), 50k scrollback, secure defaults. No PuTTY GUI clicks.

2 10d ago A tokens not measured original MIT

putty-session

08

bradlay/claude-code-recipes

Command

Generate a Windows PuTTY .reg + tmux snippet so a remote tmux + Claude Code session has true color, full UTF-8, mouse-aware tmux, native copy/paste, and a deuteranopia-friendly dark palette.

2 10d ago A 49 tokens original MIT

stop-session-check

09

bradlay/claude-code-recipes

Plugin Claude Code

Stop hook that surfaces an advisory session-end completion checklist: uncommitted changes, branch ahead of remote, recent plan files. Detects repo type (Python, Node, Cloudflare Worker) and adds matching test-run hints. Never blocks the stop — repo state is shared across parallel sessions, so the checklist nudges you…

2 10d ago A tokens not measured original MIT

bradlay/claude-code-recipes

Plugin Claude Code

SubagentStart hook that injects project context (CLAUDE.md, .claude/rules/.md, recent git activity, top-level structure) into Plan and Explore subagents so they boot with the same project awareness as the parent session.

2 10d ago A tokens not measured original MIT