dotnet-source-gen-regex

Community

Turn regex patterns into fast AOT-ready code

AuthorIm5tu
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill converts compile-time known regex patterns into GeneratedRegex-based implementations to optimize performance.

Core Features & Use Cases

  • Source-generated regex: Replace runtime Regex usage with pre-generated methods to improve startup and runtime performance.
  • AOT-compatible: Generates patterns that are compatible with Ahead-Of-Time compilation and trimming.
  • Use Case: In projects with many patterns, migrate multiple areas to GeneratedRegex for faster matches.

Quick Start

Use the dotnet-source-gen-regex skill to scan for patterns that can be converted, and generate corresponding GeneratedRegex methods in your partial classes.

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: dotnet-source-gen-regex
Download link: https://github.com/Im5tu/claude/archive/main.zip#dotnet-source-gen-regex

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.