Use this skill when the user wants to query Microsoft SQL Server from the command line.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-5832b9ba)More formats (shields.io, HTML) on the badges page.
---
name: sqlcmd
description: Use this skill when the user wants to query Microsoft SQL Server from the command line.
---
# sqlcmd Plugin
Microsoft SQL Server command-line query tool. Query and manage SQL Server, Azure SQL DB, and Azure Synapse.
## Commands
### Basic
- `sqlcmd _ _` — Passthrough to sqlcmd CLI
## Usage Examples
- "Query SQL Server using sqlcmd"
- "Run a SQL script against Azure SQL Database"
- "List all databases on the server"
## Installation
```bash
npm install -g sqlcmd
```
## Key Features
- Run Transact-SQL queries
- Connect to SQL Server, Azure SQL DB, Azure Synapse
- Script execution and output formatting
- Windows, macOS, and Linux support
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!