Stirlingmarketinggroup Cool Mysql
cool-mysql is a Claude Code plugin for the Build phase that guides use of the cool-mysql library for pools, named parameters, and query templates on MySQL.
Add this plugin when you want agent-guided patterns for cool-mysql: pools, named parameters, query templates, and caching-friendly MySQL access in your backend.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install stirlingmarketinggroup-cool-mysql@StirlingMarketingGroup/cool-mysqlBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:StirlingMarketingGroup/cool-mysql") and the paste-ready config with skillselion.get_install_config("plugin:StirlingMarketingGroup/cool-mysql").
What it does
stirlingmarketinggroup-cool-mysql is a Claude Code plugin that documents the cool-mysql library for builders who want cleaner, template-driven MySQL access without re-reading README fragments on every task. Solo developers shipping APIs or SaaS backends can lean on the skill for connection pooling, named parameter conventions, and query patterns that reduce string-concatenation mistakes when agents write SQL. The material emphasizes practical library usage—how to structure helpers, when caching fits, and how templates map to real queries—rather than generic database theory. It suits indie projects on MySQL or MariaDB where you own the schema and want consistent agent output. Install it during backend implementation; it does not replace migration tooling, security review, or hosted database operations playbooks.
Highlights
- Helper-oriented guide for the cool-mysql library with connection pool patterns
- Named parameters and query template syntax for safer dynamic SQL
- Covers caching and advanced MySQL usage patterns for application code
- Comprehensive reference shaped for agents generating backend data access
Why builders use it
Agents and solo builders repeat mistakes on MySQL connection handling and ad-hoc SQL because library-specific pool and template patterns are not in context.
After adding the plugin, you get consistent cool-mysql patterns for connections, named params, and queries that agents can apply across your backend code.
At a glance
- Type - Plugin in Databases.
- Adoption - 0 installs, 3 stars, 0 votes.
FAQ
Who is cool-mysql for?
It is for developers using Claude Code to build backends that talk to MySQL via the cool-mysql library and want pooled connections and template-style queries documented for the agent.
When should I use cool-mysql?
Use it while implementing or refactoring data access layers, defining named-parameter queries, or tuning connection pool usage with cool-mysql.
How do I add cool-mysql to my agent?
Install the StirlingMarketingGroup cool-mysql Claude Code plugin from the catalog repo bundle and invoke it whenever tasks touch MySQL queries, pools, or cool-mysql templates.
Comments
Share how you use stirlingmarketinggroup-cool-mysql, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.