write-script-mssql

Community

Standardize MSSQL scripting for safer queries.

Authoradamkingsbury
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Writing MS SQL Server queries without consistent practices leads to injection risks and maintainability issues. This Skill provides a clear guide to write parameterized, well-documented MSSQL statements.

Core Features & Use Cases

  • Parameter naming convention: Use @P1, @P2, etc., and name parameters with a preceding comment to map to their roles.
  • Safety and maintainability: Encourages parameterization, comments, and simple patterns that reduce errors in complex queries.
  • Use Case: A developer writing a stored procedure or a dynamic SQL script in SQL Server.

Quick Start

Follow this guideline whenever you craft MSSQL queries to ensure parameterized, well-documented statements.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: write-script-mssql
Download link: https://github.com/adamkingsbury/unified-data-model/archive/main.zip#write-script-mssql

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.