SqlScriptRunner
SQL Script Runner is a lightweight program that can be used to quickly run multiple SQL scripts against a database.
Install / Use
/learn @deadlydog/SqlScriptRunnerREADME
SQL Script Runner Description
SQL Script Runner is a lightweight program that can be used to quickly run multiple SQL scripts against a database. If you have all of your Stored Procedures,
One key feature of SQL Runner is that it will automatically change any CREATE statements to ALTER statements, without modifying the actual file. For example, you may have a folder full of stored procedures that all begin with "CREATE PROCEDURE". If the script fails to run, SQL Runner will change it to "ALTER PROCEDURE" in order for the scripts to run successfully.

Related Skills
oracle
345.9kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
prose
345.9kOpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
Command Development
106.4kThis skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
Plugin Structure
106.4kThis skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.
