Built into Claude Code · Claude Code mod sec-default
The security default for organizations: keeps managed hooks, prompt content, settings and tool policy out of reach of user-installed plugins.
/diff opens the session’s uncommitted changes in a pane beside the transcript, file by file, refreshed as Claude edits.
Built into Claude Code mod for Claude Code by Anthropic · built on function hooks · runs inside Claude Code
Step 0, once: enable function hooks with export CLAUDE_CODE_ENABLE_FUNCTION_HOOKS=1 (bash/zsh), $env:CLAUDE_CODE_ENABLE_FUNCTION_HOOKS="1" (PowerShell), or put it under env in ~/.claude/settings.json. Needs Claude Code 2.1.269+. Guide
Built into Claude Code. # from source: claude --plugin-dir mods/diff
[](https://claudemods.ai/mods/diff) One of the first three built-in mods whose source Anthropic published. A good reference for a Pane surface that refreshes on tool calls.
New to mods? Start here. claudemods.ai is an independent catalog, not affiliated with Anthropic. Listings are contributed by the community and link to third-party code. Read the source before installing; mods run inside Claude Code with the permissions of your session. Something wrong with this listing? Tell us.
Built into Claude Code · Claude Code mod The security default for organizations: keeps managed hooks, prompt content, settings and tool policy out of reach of user-installed plugins.
Built into Claude Code · Claude Code mod Adds $.telemetry (log, mark) so any plugin can record an event as a first-party analytics row; sends nothing when analytics are off.