By odyssey-kk
Operate as a Google Senior Architect: before executing any unfamiliar commands, Claude Code explains what it plans to do. It generates inline explanations for shell commands and file edits locally, with no external LLM services involved, improving reviewability and security.
A Claude Code plugin that brings Google Senior Architect-style reviewability to every session.
Preflight transforms Claude Code into an architect-grade coding assistant. Before executing any unfamiliar commands or file operations, it provides inline explanations of its intent — improving security, reviewability, and team collaboration.
When active, Preflight injects additional context that makes Claude Code output explanations prefixed with ദി(⎚_⎚ ) before operations such as:
Trivial commands (ls, cd, cat, pwd, git status, etc.) execute directly without explanation.
ദി(⎚_⎚ ) Install ESLint dependencies, configure TypeScript parser, set up linting rules for code quality.
This plugin is distributed via the Claude Code plugin marketplace. To install:
Or via the CLI:
claude plugins marketplace add odyssey-kk/preflight
claude plugin install preflight@odyssey
Preflight works out of the box with no configuration required. The plugin automatically activates on every Claude Code session.
Preflight uses a SessionStart hook that runs a local bash script. This script injects context into Claude Code's session, enabling the explanation behavior without any external services.
| Hook Event | Trigger |
|---|---|
| SessionStart | Runs on every Claude Code session start |
MIT License
Komoribe
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub odyssey-kk/preflight --plugin preflightProduction safety hooks for autonomous Claude Code operation. Context monitoring, syntax checking, branch protection, activity logging, and more.
Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns
5 essential safety hooks for Claude Code. Blocks rm -rf, force-push, hard-reset, .env overwrites, and package publish. The minimum viable safety net from 800+ hours of autonomous operation.
Enforce mandatory pre-action verification checkpoints to prevent pattern-matching from overriding explicit reasoning. Use this skill when about to execute implementation actions (Bash, Write, Edit) to verify hypothesis-action alignment. Blocks execution when hypothesis unverified or action targets different system than hypothesis identified. Critical for preventing cognitive dissonance where correct diagnosis leads to wrong implementation.
Safety hooks to block or require user approval for dangerous commands (rm, git operations, .env access, file size limits)
Quadruple verification for Claude Code — automatically blocks placeholder code, security vulnerabilities, and ensures output quality on every operation. Built by CustomGPT.ai for production teams.