Skill Claude CodeCodex
Missing the required version field.
Skill Claude CodeCodex
Missing the required version field.
Skill Claude CodeCodex
The name does not match the parent directory.
Skill Claude CodeCodex
This skill has no YAML frontmatter at all and must be rejected.
Skill Claude CodeCodex
A valid skill used only by the skill-format-check self-test.
Skill Claude CodeCodex
Run SQL with mysql-cli: SELECT queries, DML (INSERT/UPDATE/DELETE), DDL (CREATE/ALTER/DROP), and multi-statement atomic transactions. Use when the user asks to run SQL, query data, insert/update/delete rows, execute transactions, or perform DDL. Read-only JSON output by default, stable exit codes, and tiered gating…
Skill Claude CodeCodex
Explore MySQL schema with mysql-cli: list databases/tables, table structure, sample/read rows, database overview, one-shot analyze. Use when the user asks about table structures, columns, types, indexes, listing tables/databases, or sampling data. All read-only; no safety flags needed. For DML/DDL/transactions use the…
Skill Claude CodeCodex
Skill "mysql-shared" from AllenMuu/mysql-cli, covering mysql-cli shared rules, before running, 1. config file exists, 2. datasource reachable and 3. (optional) pick a datasource.