·tsql-functions
</>

tsql-functions

Complete T-SQL function reference for SQL Server and Azure SQL Database. Use this skill when: (1) User asks about T-SQL string, date, math, or conversion functions, (2) User needs help with window/ranking functions, (3) User works with JSON or XML in T-SQL, (4) User asks about aggregate functions or GROUP BY, (5) User needs system or metadata functions.

53Installs·2Trend·@josiahsiegel

Installation

$npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill tsql-functions

How to Install tsql-functions

Quickly install tsql-functions AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill tsql-functions
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: josiahsiegel/claude-plugin-marketplace.

SKILL.md

View raw

Complete reference for all T-SQL function categories with version-specific availability.

| CONCAT(str1, str2, ...) | NULL-safe concatenation | 2012+ | | CONCATWS(sep, str1, ...) | Concatenate with separator | 2017+ | | STRINGAGG(expr, sep) | Aggregate strings | 2017+ | | STRINGSPLIT(str, sep) | Split to rows | 2016+ | | STRINGSPLIT(str, sep, 1) | With ordinal column | 2022+ | | TRIM([chars FROM] str) | Remove leading/trailing | 2017+ |

| TRANSLATE(str, from, to) | Character replacement | 2017+ | | FORMAT(value, format) | .NET format strings | 2012+ |

Complete T-SQL function reference for SQL Server and Azure SQL Database. Use this skill when: (1) User asks about T-SQL string, date, math, or conversion functions, (2) User needs help with window/ranking functions, (3) User works with JSON or XML in T-SQL, (4) User asks about aggregate functions or GROUP BY, (5) User needs system or metadata functions. Source: josiahsiegel/claude-plugin-marketplace.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill tsql-functions
Category
</>Dev Tools
Verified
First Seen
2026-02-19
Updated
2026-03-10

Browse more skills from josiahsiegel/claude-plugin-marketplace

Quick answers

What is tsql-functions?

Complete T-SQL function reference for SQL Server and Azure SQL Database. Use this skill when: (1) User asks about T-SQL string, date, math, or conversion functions, (2) User needs help with window/ranking functions, (3) User works with JSON or XML in T-SQL, (4) User asks about aggregate functions or GROUP BY, (5) User needs system or metadata functions. Source: josiahsiegel/claude-plugin-marketplace.

How do I install tsql-functions?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill tsql-functions Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/josiahsiegel/claude-plugin-marketplace