ketchup
01Plugin Claude Code
LLM-powered guardrails for Claude Code. Turn every AI mistake into a rule AI can't repeat.
Plugin Claude Code
LLM-powered guardrails for Claude Code. Turn every AI mistake into a rule AI can't repeat.
Instructions file
Claude Code instructions for BeOnAuto/ketchup, covering claude.md, what this is, commands, code quality requirements and architecture.
Agent
Commit validator subagent.
Command
Manage Ketchup configuration. Toggle validators, reminders, set hook options.
Command
Initialize Ketchup in the current repository.
Hook
Runs when a session starts, executing session-start.js via node. From BeOnAuto/ketchup.
Hook
Runs before the agent uses a tool for Edit, Write, NotebookEdit and Bash tool calls, executing pre-tool-use.js via node. From BeOnAuto/ketchup.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.js via node. From BeOnAuto/ketchup.