database-safety

Official

Prevent database data loss.

Authorlatestaiagents
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill prevents accidental and irreversible data loss during critical database operations like DELETE, UPDATE, DROP, and TRUNCATE.

Core Features & Use Cases

  • Pre-operation Verification: Analyzes the scope and impact of data modification queries.
  • Confirmation Prompts: Requires explicit user confirmation with specific details before executing dangerous commands.
  • Environment Protection: Includes safeguards against running destructive commands in production environments.
  • Use Case: Before running DELETE FROM users WHERE status = 'inactive', the skill will show you how many users will be deleted, provide a sample of affected users, and ask for a specific confirmation like "yes, delete 1234 inactive users".

Quick Start

Use the database-safety skill to confirm a delete operation on the users table with a WHERE clause.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: database-safety
Download link: https://github.com/latestaiagents/agent-skills/archive/main.zip#database-safety

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.