Skip to main content
richlander
ملف منشئ GitHub

richlander

عرض على مستوى المستودعات لـ ٦٨ skills مجمعة عبر ٩ مستودعات GitHub.

skills مجمعة
٦٨
مستودعات
٩
محدث
٢٩ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

system-text-json-dom-and-streaming
غير مصنف

Use when System.Text.Json work is not a plain POCO round-trip — inspecting/mutating JSON without a model (including answering a few questions about an unknown payload), editing JSON whose shape is not controlled by the app, reading or writing at high…

١٨ أغسطس ٢٠٢٦
system-text-json-dotnet-10-11-strictness
غير مصنف

Use when targeting recent .NET runtimes (8/9/10+) and you need the newer, stricter System.Text.Json behavior or APIs a model trained on older docs may not know — the JsonSerializerOptions.Strict preset, AllowDuplicateProperties, RespectNullableAnnotations /…

١٨ أغسطس ٢٠٢٦
system-text-json-newtonsoft-migration
غير مصنف

Use when migrating serialization code from Newtonsoft.Json (Json.NET) to System.Text.Json — replacing JsonConvert / JsonSerializerSettings / [JsonProperty] and reconciling the behavioral differences that compile clean but silently change output…

١٨ أغسطس ٢٠٢٦
system-text-json-source-generation-aot
غير مصنف

Use when System.Text.Json runs under Native AOT or trimming (PublishAot / PublishTrimmed), or when you want the faster, reflection-free serialization path — i.e. a JsonSerializerContext with [JsonSerializable]. Reflection-based JsonSerializer compiles but…

١٨ أغسطس ٢٠٢٦
system-commandline-actions-and-invocation
مطوّرو البرمجيات

Use when the action itself is the hard part — especially a dedicated synchronous/asynchronous action class, Command.Action assignment, shared action bases, dependency-carrying actions, cancellation, Task<int>, exit codes, or splitting Parse(args) from…

١٢ أغسطس ٢٠٢٦
system-commandline-options-and-arguments
مطوّرو البرمجيات

Use when declaring or configuring System.CommandLine inputs — Option<T> and Argument<T>: names vs aliases, Description, HelpName, completion, Required, DefaultValueFactory, Arity, stable-2.x case-insensitive known values, collection parsing, existing…

١٢ أغسطس ٢٠٢٦
system-commandline
مطوّرو البرمجيات

Use when building or modifying a .NET command-line app with System.CommandLine (RootCommand, Command, Option<T>, Argument<T>) on the current GA / 2.x–3.x API. This library had a large breaking redesign at 2.0 GA, so training data and web snippets are FULL of…

١٢ أغسطس ٢٠٢٦
system-commandline-stable-2x
مطوّرو البرمجيات

Use when building or modifying a .NET command-line app with System.CommandLine (RootCommand, Command, Option<T>, Argument<T>) on the current GA / 2.x–3.x API. This library had a large breaking redesign at 2.0 GA, so training data and web snippets are FULL of…

١١ أغسطس ٢٠٢٦
عرض 8 من أصل ٣٤ skills مجمعة.
update-agents-md
غير مصنف

Use before adding, growing, or restructuring content in AGENTS.md — keeps it under its 600-line cap, free of a large table of contents, and limited to cross-cutting binding rules.

٢٩ أغسطس ٢٠٢٦
dotnet-inspect
غير مصنف

Find evidence instead of guessing for .NET packages, platform libraries, local assemblies, APIs, dependencies, and version-to-version API changes.

٢٩ أغسطس ٢٠٢٦
dotnet-inspect-package-skills
غير مصنف

Discover and use version-matched agent skills from NuGet packages, and persist selected skills in a repository only when the user explicitly requests it.

٢٩ أغسطس ٢٠٢٦
deep-inspect
غير مصنف

Use when a dotnet-inspect change needs expensive evidence outside normal PR CI, or when preparing release certification; coordinate Deep Inspect lanes (full slow tests, cross-platform certification, IL round-trip sweep, corpus sensors, package discovery,…

٢٩ أغسطس ٢٠٢٦
release
غير مصنف

Use when shipping a new dotnet-inspect version; coordinate certification, NuGet and GitHub publication, and the matching dotnet-inspect.net production deployment.

٢٩ أغسطس ٢٠٢٦
dotnet-inspect-relationships
غير مصنف

Map how code connects — implementors and subclasses, extension methods, dependency graphs, reverse callers, and ecosystem integrations. Many outputs are graph-shaped (add --mermaid).

٢٨ أغسطس ٢٠٢٦
dotnet-inspect-compatibility
غير مصنف

Decide whether a change or upgrade is safe — API-surface diffs, behavioral diffs (allocations, exceptions), feature switches, and version resolution.

٢٢ أغسطس ٢٠٢٦
dotnet-inspect-decompiler
غير مصنف

Reconstruct a method or type as C# and IL — decompiled source, annotated source with hidden facts, raw IL, fidelity levels, and IL-offset lookup. Use --offline to prohibit package and PDB network acquisition.

٢٢ أغسطس ٢٠٢٦
عرض 8 من أصل ١٧ skills مجمعة.
markout-built-in-shapes
مطوّرو البرمجيات

Use when a report needs rich visual elements — bar charts, stacked/proportional bars, alert boxes, tree hierarchies, term/definition glossaries, or code blocks — instead of hand-drawn ASCII or manual Markdown. Markout ships these as data types (Metric,…

١٧ أغسطس ٢٠٢٦
markout-conditional-composition
مطوّرو البرمجيات

Use when a Markout report must adapt to its data — show or hide whole sections, drop table columns that are empty/uniform, filter output to a chosen set of sections, or render one model into several shapes ("one model, many views"). This is Markout's…

١٧ أغسطس ٢٠٢٦
markout
مطوّرو البرمجيات

Use when generating Markdown or other structured output (plain text, ANSI, pretty tables, TSV/JSONL) from C# objects, or when diagnosing Markout source-generator errors such as MARKOUT006. Markout replaces hand-built strings in CLIs, tools, reports, and agent…

١٧ أغسطس ٢٠٢٦
markout-composite-cells-cards
مطوّرو البرمجيات

Use when a single value must render dense in Markdown but decompose into typed columns in TSV/JSONL — before/after changes, fractions, shares, percentages, segment breakdowns, deltas and goal polarity — including MarkoutNumberFormat for Change<V> counts — or…

١٤ أغسطس ٢٠٢٦
markout-output-formats
مطوّرو البرمجيات

Use when you need output other than default Markdown — plain text / Unicode, ANSI terminal (Spectre), pretty aligned tables, or TSV/JSONL exports — or when one model must serve several formats from a single render path (a CLI `--format` switch). Also covers…

١٤ أغسطس ٢٠٢٦
عرض ٩ من أصل ٩ مستودعات
تم تحميل كل المستودعات