bradlay/claude-code-recipes

Claude Code plugin marketplace: plan-review-loop and other workflow recipes

2Stars on the repository
10Mods indexed here, across every type
10d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

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

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

06

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

stop-session-check

07

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