GreenSock's official ScrollTrigger skill — scroll-linked animation, pinning, scrub and trigger positioning, with the exact start/end syntax agents get wrong.
.NET Performance Analysis
Summary
The .NET team's official skill for scanning C# against ~50 performance anti-patterns across async, memory, strings, collections, LINQ, regex and I/O.
Features
- ~50 documented anti-patterns with tiered severity and concrete fixes
- Covers async, memory, strings, collections, LINQ, regex, serialisation and I/O
- Selectable scan depth: critical-only, standard or comprehensive
- States when not to apply it, so cold paths are left alone
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
"Make this faster" is a prompt an agent will happily answer with plausible-looking micro-optimisations. This skill, published by the .NET team, replaces the guessing with a checklist: roughly fifty known anti-patterns distilled from the official .NET performance blog series, each with a severity tier and a concrete fix.
The scan spans the areas where .NET performance is actually lost — async and Task misuse, allocation-heavy memory patterns, string building and formatting, collection choice and sizing, LINQ in hot paths, regex construction and caching, serialisation, and I/O. Findings come out prioritised rather than as a flat list, so the expensive fix in the hot path is not buried under stylistic noise.
It is explicit about scope, which is the part that keeps it useful: it targets API usage patterns, not algorithmic complexity, and it tells the agent not to apply it to code that is off the hot path and has no performance requirement. Scan depth is selectable — critical-only, standard or comprehensive — and it takes target-framework context, since some patterns only exist from .NET 8 onward.
Shipped in the dotnet-diag plugin of the .NET team's skills repository, alongside skills for dump collection, dotnet-trace, CLR activation debugging, crash symbolication and microbenchmarking. MIT licensed.
Related Skills
Microsoft's official skill that turns an agent into an Azure solution architect — 10 design principles, 6 architecture styles, 44 design patterns and a Well-Architected review workflow.
Trail of Bits' security review skill for PRs, commits, and diffs: risk-first analysis with git history, blast radius, and honest coverage limits.
Generates and validates parametric STEP-first CAD parts and assemblies from natural language.