dev10x-db

Community

Safe database query planning.

Authorwooyek
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures that when querying any database, the process is schema-first and read-only safe, guaranteeing accurate queries that never modify production data.

Core Features & Use Cases

  • Schema-First Query Construction: Prioritizes understanding the database schema before writing SQL.
  • Read-Only Safety: Prevents accidental data modification by enforcing SELECT-only operations through automated tools.
  • Context Discovery: Automatically finds project-specific database context from memory files, project skills, or CLAUDE.md.
  • Use Case: Securely retrieve customer data for a report without any risk of altering live records.

Quick Start

Load the schema context for the 'orders' database and then write a SELECT query to find all orders placed in the last week.

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: dev10x-db
Download link: https://github.com/wooyek/dev10x-ai/archive/main.zip#dev10x-db

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.