AI AGENT ADDONS
Databases
6,257installs

MySQL is a popular database engine used by many applications. This skill helps you plan and review changes to your MySQL database safely. It covers schema design, indexing, query optimization, and transactions.

You can use it when creating or modifying tables and indexes. It also helps diagnose slow queries or locking problems. The goal is to make small, measurable changes that improve performance.

Detailed references guide you on primary keys, data types, and composite indexes. Always validate with EXPLAIN and check for red flags like full table scans. Use this skill to keep your database healthy and fast.

Add Mysql skill to your workflow

Global

mkdir -p ~/.claude/skills/mysql

Project

mkdir -p .claude/skills/mysql

Source Repository

Stars
516
Forks
40
Watchers
516
License
MIT
Last Push
2 months ago
Created
5 months ago