csharp skills

825 tagged csharp, measured the same way as everything else here.

Browse within: dotnet 365copilot-skills 125ai-coding-assistant 95android 95game-development 92embeddings 82desktop-app 71copilot 69agent-orchestration 60audit-logging 60codex-cli 60cross-platform 60golang 56elixir 55

xberg-io/xberg

Skill Claude CodeCodex

Design, implement, or diagnose Xberg plugin traits, typed registries, priority collisions, lifecycle, native extractors, and Alef-generated Python plugin bridges. Load for plugin-system work, not ordinary extractor parsing.

9.2k +4 today A 49 tokens original MIT

chunking

02

xberg-io/xberg

Skill Claude CodeCodex

Use when splitting extracted text into chunks for LLM context windows or RAG ingestion. Covers chunk size, overlap, markdown/yaml/semantic chunkers, tokenizer-based sizing, and the standalone chunk command.

9.2k +4 today A 46 tokens original MIT

xberg

03

xberg-io/xberg

Skill Claude CodeCodex

Extract text, tables, metadata, and images from 106 document formats (PDF, Office, images, HTML, email, archives, academic) using Xberg. Use when writing code that calls Xberg APIs in Python, Node.js/TypeScript, Rust, or CLI. Covers installation, extraction (sync/async), configuration (OCR, chunking, output format)…

9.2k +4 today A 87 tokens original MIT

prepare-release

04

modelcontextprotocol/csharp-sdk

Skill Claude CodeCodex

Prepare a new release for the C# MCP SDK. Assesses Semantic Versioning level (PATCH/MINOR/MAJOR), bumps the version, runs ApiCompat and ApiDiff, reviews documentation, updates changelogs, drafts release notes, and creates a pull request with all release artifacts. Use when asked to prepare a release, start a release…

4.5k 4d ago A 88 tokens

publish-release

05

modelcontextprotocol/csharp-sdk

Skill Claude CodeCodex

Publish a GitHub release for the C# MCP SDK after a prepare-release PR has been merged. Refreshes release notes to include any PRs merged since preparation, warns about version or breaking change impacts from late-arriving PRs, and creates a draft GitHub release. Use when asked to publish a release, finalize a…

4.5k 4d ago A 87 tokens

verify-release

06

modelcontextprotocol/csharp-sdk

Skill Claude CodeCodex

Verify a published release of the C# MCP SDK. Monitors the Release and Publish Docs workflows triggered by publishing a GitHub release, confirms the packages are listed on NuGet.org, and confirms the versioned documentation site reflects the release. Use when asked to verify a release, check whether a release…

4.5k 4d ago A 87 tokens

add-analyzer

07

dotnet/roslynator

Skill Claude CodeCodex

Use when adding a new RCS#### diagnostic in roslynator (RCS0 formatting, RCS1 general, RCS9 code-analysis), wiring roslynator EditorConfig options, or when docs say CHANGELOG.md, XunitDiagnosticVerifier, or analyzers-testing.md — those are wrong for in-repo contribution.

3.5k 10d ago A 70 tokens

dotnet/roslynator

Skill Claude CodeCodex

Use when adding a Roslynator code fix for C# compiler error CS#### or RCF####, editing Diagnostics.xml or CodeFixes.xml, or when compiler-diagnostic-fixes-testing.md shows XunitCompilerDiagnosticFixVerifier or bare DiagnosticId like "CS0106" — in-repo uses AbstractCSharpCompilerDiagnosticFixVerifier and…

3.5k 10d ago A 92 tokens

add-refactoring

09

dotnet/roslynator

Skill Claude CodeCodex

Use when adding a new RR#### refactoring in roslynator, editing Refactorings.xml, registering in RefactoringContext, or when refactorings-testing.md shows XunitRefactoringVerifier — in-repo uses AbstractCSharpRefactoringVerifier and CHANGELOG.md.

3.5k 10d ago A 58 tokens

grill-me

10

Alex-Rachel/TEngine

Skill Claude CodeCodex

A structured questioning skill for testing an idea, plan, or argument by examining its evidence, assumptions, counterexamples, and weak points.

2.3k 22d ago A 59 tokens original MIT

html-to-ugui

11

Alex-Rachel/TEngine

Skill Claude CodeCodex

A pipeline for turning HTML interface prototypes into Unity UGUI Prefabs, which are reusable Unity interface objects. It uses browser-rendered layout data to preserve positions, images, text, controls, and device-adaptation intentions.

2.3k 22d ago A 150 tokens original MIT

luban-dev

12

Alex-Rachel/TEngine

Skill Claude CodeCodex

A guide for Luban, a game-configuration tool that turns spreadsheets and schemas into C# code and binary data for a TEngine project.

2.3k 22d ago A 149 tokens original MIT

3d-essentials

13

jame581/GodotPrompter

Skill Claude CodeCodex

Use when working with 3D-specific systems — materials, lighting, shadows, environment, global illumination, fog, LOD, occlusion culling, and decals in Godot 4.3+.

643 19d ago A 47 tokens original MIT

addon-development

14

jame581/GodotPrompter

Skill Claude CodeCodex

Use when creating Godot editor plugins — EditorPlugin, @tool scripts, custom inspectors, and dock panels.

643 19d ago A 24 tokens original MIT

ai-navigation

15

jame581/GodotPrompter

Skill Claude CodeCodex

Use when implementing AI movement — NavigationAgent2D/3D, steering behaviors, behavior trees, and patrol patterns.

643 19d ago A 26 tokens original MIT

docs-governance

16

clawdotnet/openclaw.net

Skill Claude CodeCodex

Organizes repository documentation and keeps new docs in the correct location.

487 4d ago A 18 tokens original MIT

clawdotnet/openclaw.net

Skill Claude CodeCodex

Extract structured insight briefs from community research transcripts or notes. Produces pain points, stakeholder needs, opportunity maps, risks, and follow-up questions. Requires human review before publication.

487 4d ago A 41 tokens original MIT

history-explorer

18

clawdotnet/openclaw.net

Skill Claude CodeCodex

Inspect recent session conversation turns and meta-run history. Returns structured JSON summaries of turn counts, role distribution, tool usage, meta-skill executions, and co-occurrence patterns. Use this before running meta-skill-creator or when the user asks about recent history, past tool usage, or session activity.

487 4d ago A 65 tokens original MIT

chunking-for-llms

19

xberg-io/tree-sitter-language-pack

Skill Claude CodeCodex

Use when the user wants to split source code into chunks for an LLM context window without breaking syntax mid-construct. Covers ts-pack process --chunk-size, why syntax-aware splits beat fixed-byte splits, picking a size, and the chunk JSON shape.

463 3d ago A 59 tokens original MIT

xberg-io/tree-sitter-language-pack

Skill Claude CodeCodex

Use when the user wants structured code metadata from a source file — functions, classes, imports, exports, symbols, docstrings, comments, or syntax diagnostics. Covers ts-pack process feature flags, the JSON result shape, and the default feature set.

463 3d ago A 58 tokens original MIT

xberg-io/tree-sitter-language-pack

Skill Claude CodeCodex

Parse and extract code intelligence from 371 programming languages using tree-sitter grammars. Use when writing code that parses source, extracts structure/imports/exports/symbols/docstrings/comments, detects a language, runs syntax diagnostics, or produces syntax-aware chunks for LLMs — in Rust, Python…

463 3d ago A 95 tokens original MIT

nina-repository

22

isbeorn/nina

Skill Claude CodeCodex

Repository-specific guidance for working in the N.I.N.A. codebase and NINA.sln. Use when Codex is asked to modify, review, test, debug, navigate, or explain code in this repository; touch NINA. projects, app startup/DI, profiles/settings, localization, database migrations, equipment, astrometry, imaging, plate…

227 3d ago A 106 tokens original MPL-2.0

test-fixer

23

mitchdenny/hex1b

Skill Claude CodeCodex

Agent for diagnosing and fixing flaky terminal UI tests in the Hex1b test suite. Use when tests pass locally but fail in CI, or when tests exhibit timing-sensitive behavior.

173 3d ago A 39 tokens original MIT

widget-creator

24

mitchdenny/hex1b

Skill Claude CodeCodex

Step-by-step guide for creating new widgets in the Hex1b TUI library. Use when implementing new widgets from scratch, including widget records, nodes, extension methods, theming, reconciliation, and tests.

173 3d ago A 46 tokens original MIT