What problem does it solve? AI-assisted coding repositories risk leaking secrets, local paths, and credentials through commits and pushes, and developers often bypass security checks when blocked. This Skill sets up reproducible vibe-guard guardrails so hooks and CI checks enforce security without being disabled. ## Core Features & Use Cases - Guardrail Bootstrapping: Runs vibe-guard doctor and vibe-guard repo-bootstrap to generate AGENTS.md, SECURITY.md, and CI workflow files. - Secret and Local-Info Detection: Configures gitleaks secret scanning and detection of local paths, personal emails, and tokens in commits. - Agent Bypass Prevention: Enforces rules against --no-verify commits, hook rewrites, and removing security workflows. - Use Case: A developer's commit is blocked by a secret-scanning hook; use this Skill to diagnose the root cause and remediate it properly instead of bypassing the check. ## Quick Start Ask the AI to set up vibe-guard security guardrails for this repository and verify the hooks are active.