What problem does it solve? When working in local Git projects or isolated Google Cloud workspaces outside Piper/CitC, the Jetski agent defaults to the internal Google3 code_search tool, which fails or wastes turns in environments without Piper access. This Skill disables code_search and forces the agent and its subagents to use local tools (grep_search, find_by_name, list_dir) instead. ## Core Features & Use Cases - Three-Layer Enforcement: Combines prompt-precedence rules (GEMINI.md + _agents/rules/no-codesearch.md), a physical PreToolUse hook that returns deny decisions, and a dedicated agent profile with google_mode: false. - Context-Aware Hook: The generated block_codesearch_hook.py inspects workspacePaths via stdin, blocking internal tools (code_search, moma_search, skill_search), /google/src/ path access, and internal CLIs (cs, g4, blaze, buganizer) in isolated projects while allowing them in CitC clients. - One-Command Installer with Verification: apply_no_codesearch.py --target <DIR> --verify applies all layers and runs simulated PreToolUse tests to confirm deny/allow behavior. - Use Case: You clone a local repository for GCP development and want the Jetski agent to stop attempting Google3 internal searches; run the installer against the repo root and the agent immediately operates in local-only mode. ## Quick Start Ask the agent to disable code_search in your project by running the installer script with your project path as the target and the verify flag enabled.