sql

Community

Query WordPress data quickly.

Authorbonny
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a guided approach to running SQL queries against the WordPress development database, aiding debugging and data inspection.

Core Features & Use Cases

  • Direct queries: Run common queries to inspect wp_simple_history and related tables.
  • Environment awareness: Documents prerequisites and the required docker-based connection pattern.
  • Safe exploration: Encourages careful execution with explicit prompts and follow-up options.

Quick Start

  • docker compose exec mariadb mysql -u<USER> -p<PASSWORD> <DATABASE> -e "SHOW TABLES;"
  • docker compose exec mariadb mysql -u<USER> -p<PASSWORD> <DATABASE> -e "SELECT * FROM wp_simple_history ORDER BY id DESC LIMIT 10;"
  • Describe a table, e.g., docker compose exec mariadb mysql -u<USER> -p<PASSWORD> <DATABASE> -e "DESCRIBE wp_simple_history;"

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: sql
Download link: https://github.com/bonny/WordPress-Simple-History/archive/main.zip#sql

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 471,000+ vetted skills library on demand.