Skip to main content
Back to the directory
mindrally/skillsSoftware EngineeringFrontend and Design

mysql-best-practices

MySQL development best practices for schema design, query optimization, and database administration.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/mindrally/skills --skill mysql-best-practices
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, mysql-best-practices has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: mindrally/skills. Canonical URL: https://skills.sh/mindrally/skills/mysql-best-practices.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
MySQL development best practices for schema design, query optimization, and database administration. - Covers schema design with InnoDB as default engine, appropriate data types (DECIMAL for financial data, utf8mb4 charset), and primary key strategies including AUTO_INCREMENT and UUID storage - Indexing strategies including B-tree, FULLTEXT, and covering indexes with guidelines on column selectivity and composite index ordering - Query optimization using EXPLAIN analysis, prepared statements, keyset pagination, and avoiding common pitfalls like functions on indexed columns and implicit type conversions - Transaction management, JSON support with generated columns, replication monitoring, and security practices including user privilege management and SSL/TLS requirements - Maintenance tasks covering table analysis, optimization, integrity checks, and monitoring queries for slow performance and InnoDB status - Design schemas with appropriate storage engines (InnoDB for most use cases) - Optimize queries using EXPLAIN and proper indexing - Use proper data types to minimize storage and improve performance - Implement connection pooling and query caching appropriately - Follow MySQL-specific security hardening practices - Use InnoDB as the default engine (ACID compliant, row-level locking) - Consider MyISAM only for read-heavy, non-transactional workloads - Use MEMORY engine for...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does mysql-best-practices do?

MySQL development best practices for schema design, query optimization, and database administration.

Is mysql-best-practices good?

mysql-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support mysql-best-practices?

mysql-best-practices currently lists compatibility with Skills CLI.

Is mysql-best-practices safe to install?

mysql-best-practices has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to mysql-best-practices?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install mysql-best-practices?

Run the following command to install mysql-best-practices: npx skills add https://github.com/mindrally/skills --skill mysql-best-practices

Related skills

More from mindrally/skills

Related skills

Alternatives in Software Engineering