Minisqlquery
Minimalist SQL Query tool for any .NET DB Provider - SQL, SQLite, SQL CE, Oracle, Access...
Install / Use
/learn @paulkohler/MinisqlqueryREADME
Mini SQL Query
Latest Release...
Note that Mini SQL Query is more or less in read only mode now.
Full release with templates etc:
https://github.com/paulkohler/minisqlquery/releases/latest
What is Mini SQL Query
Mini SQL Query is a query tool that makes use of any available .NET DB Provider on your system. It aims to satisfy the most common tasks what the average user seeks to achieve, in doing so it keeps the size and complexity of the application to a minimum.

Some Core features:
- Supports multiple databases** (MSSQL, SQL Compact Edition, MS Access, SQLite, Oracle, OLEDB, SharePoint - http://blog.bendsoft.com/2013/01/minisqlquery-with-sharepoint-connector-3-0/ etc)
- Integrated text templating system for generating SQL, code or data scripts
- Syntax highlighting (with printing support)
- Load and save SQL script files
- Generic batch support (using the 'GO' keyword but for any DB including SQLite, MSAccess etc)
- Quick View table data
- Basic query generation
- Extensible programming model
Note that all these types of connections depend on your system configuration (e.g. SQL CE may require an installation)
Note that the target audience for this tool is not developers who tend to mainly deal with MSSQL, it's geared towards having to hit several different database sources, import and export code, the need to quickly customizing export transforms etc...
Quickstart
For a quick run down, see:
https://github.com/paulkohler/minisqlquery/blob/master/src/Docs/Quickstart.md
Related Skills
oracle
351.4kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
prose
351.4kOpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
Command Development
110.7kThis 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
110.7kThis 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.
