·advanced-patterns
</>

advanced-patterns

Advanced T-SQL patterns and techniques for SQL Server. Use this skill when: (1) User needs help with CTEs or recursive queries, (2) User asks about APPLY operator, (3) User wants MERGE or OUTPUT clause help, (4) User works with temporal tables, (5) User needs In-Memory OLTP guidance, (6) User asks about advanced grouping (ROLLUP, CUBE, GROUPING SETS).

46Installs·1Trend·@josiahsiegel

Installation

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

How to Install advanced-patterns

Quickly install advanced-patterns 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 advanced-patterns
  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

| Hierarchical data | Recursive CTE | | Top N per group | ROWNUMBER + CTE | | Correlated subquery alternative | CROSS/OUTER APPLY | | Upsert (insert or update) | MERGE | | Capture modified rows | OUTPUT clause | | Historical data tracking | Temporal tables | | High-throughput OLTP | In-Memory OLTP | | Multiple aggregation levels | ROLLUP/CUBE/GROUPING SETS |

Advanced T-SQL patterns and techniques for SQL Server. Use this skill when: (1) User needs help with CTEs or recursive queries, (2) User asks about APPLY operator, (3) User wants MERGE or OUTPUT clause help, (4) User works with temporal tables, (5) User needs In-Memory OLTP guidance, (6) User asks about advanced grouping (ROLLUP, CUBE, GROUPING SETS). 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 advanced-patterns
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 advanced-patterns?

Advanced T-SQL patterns and techniques for SQL Server. Use this skill when: (1) User needs help with CTEs or recursive queries, (2) User asks about APPLY operator, (3) User wants MERGE or OUTPUT clause help, (4) User works with temporal tables, (5) User needs In-Memory OLTP guidance, (6) User asks about advanced grouping (ROLLUP, CUBE, GROUPING SETS). Source: josiahsiegel/claude-plugin-marketplace.

How do I install advanced-patterns?

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 advanced-patterns 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