gemini-cli-extensions/data-agent-kit-starter-pack

accidental-data-loss-prevention

**STOP AND VERIFY**: Before running any command or tool that results in irreversible data loss, you MUST obtain explicit user consent. When in doubt, ask. It is better to wait for confirmation than to accidentally delete production data or critical project assets. Use this for: - SQL: DROP TABLE/VIEW/SCHEMA/DATABASE, TRUNCATE, or broad DELETE (missing WHERE or using 1=1). - Cloud Storage: gsutil rm or gcloud storage rm targeting production data or critical buckets. - Infrastructure: gcloud proj…

First seen Apr 28, 2026

Installation

$ npx skills add gemini-cli-extensions/data-agent-kit-starter-pack --skill accidental-data-loss-prevention

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from gemini-cli-extensions/data-agent-kit-starter-pack · top by installs.

npx skills add gemini-cli-extensions/data-agent-kit-starter-pack

Browse all from gemini-cli-extensions/data-agent-kit-starter-pack

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 179
License LICENSE
Default branch main
Open issues 3
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Versionv1
LicenseApache-2.0
Declared agents gemini
More metadata
version
v1
publisher
google

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,316 B
  • docs SUMMARY.md 638 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 13 installs

SKILL.md

Accidental Data Loss Prevention

[!CAUTION]

STOP AND VERIFY: Before running any command or tool that results in
irreversible data loss, you MUST obtain explicit user consent.

Mandatory Procedure

  1. Halt Execution: Do not execute the command.
  2. Request Consent: Explain clearly to the user:

- The impact of this deletion. - Why you believe this is necessary. - A request for their explicit approval to proceed.

  1. Wait: Only proceed if the user provides clear, affirmative consent in

the conversation.