Skip to main content
managedcode
GitHub-Creator-Profil

managedcode

Repository-Ansicht von 408 gesammelten Skills in 11 GitHub-Repositories.

gesammelte Skills
408
Repositories
11
aktualisiert
31. Aug. 2026
Repository-Karte

Wo die Skills liegen

Top-Repositories nach gesammelter Skill-Anzahl, mit ihrem Anteil an diesem Creator-Katalog und ihrer Berufsverteilung.

#01
dotnet-skills
207 Skills · 31. Aug. 2026
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -testerNetzwerk- und ComputersystemadministratorenDatenwissenschaftlerInformationssicherheitsanalystenWebentwickler
6 Berufskategorien · 66 % klassifiziert
51 %Anteil
#02
LlmTck
52 Skills · 9. Juli 2026
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -testerDatenwissenschaftlerInformationssicherheitsanalystenProjektmanagementspezialistenWeb- und digitale Schnittstellendesigner
6 Berufskategorien · 98 % klassifiziert
13 %Anteil
#03
Storage
42 Skills · 13. März 2026
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -testerInformationssicherheitsanalystenDatenwissenschaftlerProjektmanagementspezialistenSonstige Computerberufe
7 Berufskategorien · 100 % klassifiziert
10 %Anteil
#04
PrompterOne
36 Skills · 19. Apr. 2026
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -testerWebentwicklerComputersystem- und IT-ManagerDatenwissenschaftlerProjektmanagementspezialisten
7 Berufskategorien · 100 % klassifiziert
8,8 %Anteil
#05
Orleans.RateLimiting
21 Skills · 5. Mai 2026
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester
2 Berufskategorien · 100 % klassifiziert
5,1 %Anteil
#06
MCAF
18 Skills · 16. März 2026
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -testerDatenwissenschaftlerInformationssicherheitsanalystenNetzwerk- und ComputersystemadministratorenProjektmanagementspezialisten
8 Berufskategorien · 100 % klassifiziert
4,4 %Anteil
#07
FeatureChecker
10 Skills · 10. Mai 2026
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester
2 Berufskategorien · 80 % klassifiziert
2,5 %Anteil
#08
dotPilot
7 Skills · 16. März 2026
SoftwareentwicklerComputersystem- und IT-ManagerNetzwerk- und ComputersystemadministratorenSoftwarequalitätssicherungsanalysten und -tester
4 Berufskategorien · 100 % klassifiziert
1,7 %Anteil
Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

format
nicht klassifiziert

Format or verify trusted .NET projects with the SDK-provided `dotnet format` command. USE FOR: applying or checking `.editorconfig`-driven whitespace, code-style, or analyzer fixes; adding a `--verify-no-changes` CI gate; diagnosing formatter scope or load…

31. Aug. 2026
aspire
nicht klassifiziert

Build, upgrade, and operate Aspire 13.5.x C# or TypeScript application hosts with the current CLI, AppHost, ServiceDefaults, integrations, dashboard, testing, MCP, and deployment patterns for distributed apps. USE FOR: Aspire.AppHost.Sdk, Aspire.Hosting.*,…

31. Aug. 2026
orleans
nicht klassifiziert

Design Microsoft Orleans systems from each primitive's purpose and failure model. USE FOR: grains, digital twins, state versus databases, transactions, messaging, streams, timers, reminders, Durable Jobs, stateless workers, grain services, startup, and…

31. Aug. 2026
mcaf
nicht klassifiziert

Apply minimal MCAF repository governance when the user explicitly asks to adopt MCAF or change MCAF-specific rules. USE FOR: creating or tightening root and local AGENTS.md policy; placing durable engineering context; defining the repository's own…

31. Aug. 2026
mstest
nicht klassifiziert

Write, run, or repair .NET tests that use MSTest. Use when a repo uses `MSTest.Sdk`, `MSTest`, `[TestClass]`, `[TestMethod]`, `DataRow`, or Microsoft.Testing.Platform-based MSTest execution. USE FOR: the repo uses MSTest; you need to add, run, debug, or…

31. Aug. 2026
nunit
nicht klassifiziert

Write, run, or repair .NET tests that use NUnit. Use when a repo uses `NUnit`, `[Test]`, `[TestCase]`, `[TestFixture]`, or NUnit3TestAdapter for VSTest or Microsoft.Testing.Platform execution. USE FOR: writing or reviewing NUnit tests; using [Test],…

31. Aug. 2026
playwright-visual-testing
nicht klassifiziert

Add, repair, or review Playwright visual regression tests for browser-facing .NET apps, including screenshot baselines, Pixelmatch thresholds, deterministic rendering, and GitHub Actions artifacts. USE FOR: toHaveScreenshot, page.screenshot visual checks,…

31. Aug. 2026
tunit
nicht klassifiziert

Write, run, or repair .NET tests that use TUnit. Use when a repo uses `TUnit`, `TUnit.Playwright`, `[Test]`, `[Arguments]`, `ClassDataSource`, `SharedType.PerTestSession`, or Microsoft.Testing.Platform-based execution. Preserve TUnit's parallel-by-default…

31. Aug. 2026
Es werden 8 von 207 gesammelten Skills angezeigt.
analyzer-config
Softwareentwickler

Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules. Use when a .NET repo needs rule severity, code-style options, section layout, or analyzer ownership made explicit. USE FOR: the repo needs a root .editorconfig; analyzer severity…

9. Juli 2026
apple-crash-symbolication
Softwareentwickler

Symbolicate .NET runtime frames in Apple platform .ips crash logs (iOS, tvOS, Mac Catalyst, macOS). Extracts UUIDs and addresses from the native backtrace, locates dSYM debug symbols, and runs atos to produce function names with source file and line numbers.…

9. Juli 2026
clr-activation-debugging
Softwareentwickler

Diagnoses .NET Framework CLR activation issues using CLR activation logs (CLRLoad logs) produced by mscoree.dll. Use when: the shim picks the wrong runtime, fails to load any runtime, shows unexpected .NET 3.5 Feature-on-Demand (FOD) dialogs, unexpectedly…

9. Juli 2026
code-analysis
Softwareentwickler

Use the free built-in .NET SDK analyzers and analysis levels with gradual Roslyn warning promotion. USE FOR: the repo wants first-party .NET analyzers; CI should fail on analyzer warnings; the team needs AnalysisLevel or AnalysisMode guidance. DO NOT USE FOR:…

9. Juli 2026
code-testing-extensions
Softwareentwickler

Provides file paths to language-specific extension files for the code-testing pipeline. Call this skill to discover available extension guidance files (e.g., dotnet.md for .NET, cpp.md for C++). Do not use directly — invoked by code-testing agents and skills…

9. Juli 2026
codeql
Softwareentwickler

Use the open-source CodeQL ecosystem for .NET security analysis. Use when a repo needs CodeQL query packs, CLI-based analysis on open source codebases, or GitHub Action setup with explicit licensing caveats. USE FOR: the repo uses or wants CodeQL for .NET…

9. Juli 2026
complexity
Softwareentwickler

Use free built-in .NET maintainability analyzers and code metrics configuration to find overly complex methods and coupled code. USE FOR: the team wants to find overly complex methods; cyclomatic complexity thresholds are needed in CI; maintainability metrics…

9. Juli 2026
csharpier
Softwareentwickler

Use the open-source free `CSharpier` formatter for C# and XML. Use when a .NET repo intentionally wants one opinionated formatter instead of a highly configurable `dotnet format`-driven style model. USE FOR: the repo uses or wants CSharpier; the team prefers…

9. Juli 2026
Es werden 8 von 52 gesammelten Skills angezeigt.
mcaf-adr-writing
Softwareentwickler

Create or update an ADR under `docs/ADR/` for architectural decisions, dependency changes, data-model changes, or cross-cutting policy shifts. Use when the user asks to write, update, or document an ADR, record a design decision, capture architecture…

13. März 2026
mcaf-agile-delivery
Projektmanagementspezialisten

Shape delivery workflow around backlog quality, roles, ceremonies, and engineering feedback. Use when defining how the team plans, tracks work, and turns feedback into durable improvements.

13. März 2026
mcaf-architecture-overview
Softwareentwickler

Create or update `docs/Architecture.md` as the global architecture map for a solution. Use when bootstrapping a repo, onboarding, or changing modules, boundaries, or contracts. Keep it navigational and use `references/overview-template.md` for scaffolding.

13. März 2026
mcaf-ci-cd
Softwareentwickler

Design or refine CI/CD workflows, quality gates, release flow, and safe AI-assisted pipeline authoring. Use when adding or changing build pipelines, release stages, IaC-driven environments, or deployment rollback policy.

13. März 2026
mcaf-code-review
Softwarequalitätssicherungsanalysten und -tester

Prepare for, perform, or tighten code review workflow: PR scope, review checklist, reviewer expectations, and merge hygiene. Use when shaping pull requests, defining review policy, or auditing whether a change is review-ready.

13. März 2026
mcaf-devex
Softwareentwickler

Improve developer experience for multi-component solutions: onboarding, F5 contract, cross-platform tasks, local inner loop, and reproducible setup. Use when the repo is hard to run, debug, test, or onboard into.

13. März 2026
mcaf-documentation
Softwareentwickler

Create or refine durable engineering documentation: docs structure, navigation, source-of-truth placement, and writing quality. Use when a repo’s docs are missing, stale, duplicated, or hard to navigate, or when adding new durable engineering guidance.

13. März 2026
mcaf-dotnet-analyzer-config
Softwareentwickler

Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules. Use when a .NET repo needs rule severity, code-style options, section layout, or analyzer ownership made explicit. Nested `.editorconfig` files are allowed when they serve a…

13. März 2026
Es werden 8 von 42 gesammelten Skills angezeigt.
dotnet-analyzer-config
Softwareentwickler

Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules. Use when a .NET repo needs rule severity, code-style options, section layout, or analyzer ownership made explicit. Nested `.editorconfig` files are allowed when they serve a…

19. Apr. 2026
dotnet-aspnet-core
Webentwickler

Build, debug, modernize, or review ASP.NET Core applications with correct hosting, middleware, security, configuration, logging, and deployment patterns on current .NET.

19. Apr. 2026
dotnet-biome
Softwareentwickler

Use Biome in .NET repositories that ship Node-based frontend assets and want a fast combined formatter-linter-import organizer for JavaScript, TypeScript, CSS, JSON, GraphQL, or HTML. Use when a repo prefers a modern all-in-one CLI over a larger ESLint plus…

19. Apr. 2026
dotnet-blazor
Softwareentwickler

Build and review Blazor applications across server, WebAssembly, web app, and hybrid scenarios with correct component design, state flow, rendering, and hosting choices.

19. Apr. 2026
dotnet-code-analysis
Softwareentwickler

Use the free built-in .NET SDK analyzers and analysis levels with gradual Roslyn warning promotion. Use when a .NET repo needs first-party code analysis, `EnableNETAnalyzers`, `AnalysisLevel`, or warning-as-error policy wired into build and CI.

19. Apr. 2026
dotnet-csharpier
Softwareentwickler

Use the open-source free `CSharpier` formatter for C# and XML. Use when a .NET repo intentionally wants one opinionated formatter instead of a highly configurable `dotnet format`-driven style model.

19. Apr. 2026
dotnet-eslint
Softwareentwickler

Use ESLint in .NET repositories that ship JavaScript, TypeScript, React, or other Node-based frontend assets. Use when a repo needs a configurable CLI lint gate for frontend correctness, import hygiene, unsafe patterns, or framework-specific rules.

19. Apr. 2026
dotnet-format
Softwareentwickler

Use the free first-party `dotnet format` CLI for .NET formatting and analyzer fixes. Use when a .NET repo needs formatting commands, `--verify-no-changes` CI checks, or `.editorconfig`-driven code style enforcement.

19. Apr. 2026
Es werden 8 von 36 gesammelten Skills angezeigt.
analyzer-config
Softwareentwickler

Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules. Use when a .NET repo needs rule severity, code-style options, section layout, or analyzer ownership made explicit. Nested `.editorconfig` files are allowed when they serve a…

5. Mai 2026
architecture
Softwareentwickler

Design or review .NET solution architecture across modular monoliths, clean architecture, vertical slices, microservices, DDD, CQRS, and cloud-native boundaries without over-engineering.

5. Mai 2026
archunitnet
Softwarequalitätssicherungsanalysten und -tester

Use the open-source free `ArchUnitNET` library for architecture rules in .NET tests. Use when a repo needs richer architecture assertions than lightweight fluent rule libraries usually provide.

5. Mai 2026
code-analysis
Softwareentwickler

Use the free built-in .NET SDK analyzers and analysis levels with gradual Roslyn warning promotion. Use when a .NET repo needs first-party code analysis, `EnableNETAnalyzers`, `AnalysisLevel`, or warning-as-error policy wired into build and CI.

5. Mai 2026
complexity
Softwareentwickler

Use free built-in .NET maintainability analyzers and code metrics configuration to find overly complex methods and coupled code. Use when a repo needs cyclomatic complexity checks, maintainability thresholds, or complexity-driven refactoring gates.

5. Mai 2026
crap-score
Softwarequalitätssicherungsanalysten und -tester

Calculates CRAP (Change Risk Anti-Patterns) score for .NET methods, classes, or files. Use when the user asks to assess test quality, identify risky untested code, compute CRAP scores, or evaluate whether complex methods have sufficient test coverage.…

5. Mai 2026
csharpier
Softwareentwickler

Use the open-source free `CSharpier` formatter for C# and XML. Use when a .NET repo intentionally wants one opinionated formatter instead of a highly configurable `dotnet format`-driven style model.

5. Mai 2026
dotnet
Softwareentwickler

Primary router skill for broad .NET work. Classify the repo by app model and cross-cutting concern first, then switch to the narrowest matching .NET skill instead of staying at a generic layer.

5. Mai 2026
Es werden 8 von 21 gesammelten Skills angezeigt.
mcaf-ci-cd
Softwareentwickler

Design or refine CI/CD workflows, quality gates, release flow, and safe AI-assisted pipeline authoring. Use when adding or changing build pipelines, release stages, IaC-driven environments, or deployment rollback policy.

16. März 2026
mcaf-solution-governance
Sonstige Computerberufe

Set up or refine solution-level governance for MCAF repositories: root and project-local `AGENTS.md`, rule precedence, solution topology, skill routing, and maintainability-limit policy placement. Use when bootstrapping a repo, restructuring a multi-project…

16. März 2026
mcaf-testing
Softwarequalitätssicherungsanalysten und -tester

Add or update automated tests for a change using the repository’s verification rules in `AGENTS.md`. Use when implementing a feature, bugfix, refactor, or regression test; prefer stable integration/API/UI coverage and pull deeper test strategy from the…

16. März 2026
mcaf-adr-writing
Softwareentwickler

Create or update an ADR under `docs/ADR/` for architectural decisions, dependency changes, data-model changes, or cross-cutting policy shifts. Use when the user asks to write, update, or document an ADR, record a design decision, capture architecture…

15. März 2026
mcaf-agile-delivery
Projektmanagementspezialisten

Shape delivery workflow around backlog quality, roles, ceremonies, and engineering feedback. Use when defining how the team plans, tracks work, and turns feedback into durable improvements.

15. März 2026
mcaf-architecture-overview
Softwareentwickler

Create or update `docs/Architecture.md` as the global architecture map for a solution. Use when bootstrapping a repo, onboarding, or changing modules, boundaries, or contracts. Keep it navigational and use `references/overview-template.md` for scaffolding.

15. März 2026
mcaf-code-review
Softwarequalitätssicherungsanalysten und -tester

Prepare for, perform, or tighten code review workflow: PR scope, review checklist, reviewer expectations, and merge hygiene. Use when shaping pull requests, defining review policy, or auditing whether a change is review-ready.

15. März 2026
mcaf-devex
Softwareentwickler

Improve developer experience for multi-component solutions: onboarding, F5 contract, cross-platform tasks, local inner loop, and reproducible setup. Use when the repo is hard to run, debug, test, or onboard into.

15. März 2026
Es werden 8 von 18 gesammelten Skills angezeigt.
coverage-analysis
Softwarequalitätssicherungsanalysten und -tester

Automated, project-wide code coverage and CRAP (Change Risk Anti-Patterns) score analysis for .NET projects with existing unit tests. Auto-detects solution structure, runs coverage collection via `dotnet test` (supports both…

10. Mai 2026
dotnet
Softwareentwickler

Primary router skill for broad .NET work. Classify the repo by app model and cross-cutting concern first, then switch to the narrowest matching .NET skill instead of staying at a generic layer. USE FOR: general .NET requests without a narrower framework; C#…

10. Mai 2026
dotnet-test-frameworks
Softwarequalitätssicherungsanalysten und -tester

Reference data for .NET test framework detection patterns, assertion APIs, skip annotations, setup/teardown methods, and common test smell indicators across MSTest, xUnit, NUnit, and TUnit. Loaded by test analysis skills (test-anti-patterns) as…

10. Mai 2026
format
nicht klassifiziert

Use the free first-party `dotnet format` CLI for .NET formatting and analyzer fixes. USE FOR: the repo uses dotnet format; you need a CI-safe formatting check for .NET; the repo wants .editorconfig-driven style enforcement. DO NOT USE FOR: repositories that…

10. Mai 2026
microsoft-extensions
Softwareentwickler

Use the Microsoft.Extensions stack correctly across Generic Host, dependency injection, configuration, logging, options, HttpClientFactory, and other shared infrastructure patterns. USE FOR: wiring dependency injection, configuration, logging, or options;…

10. Mai 2026
modern-csharp
Softwareentwickler

Write modern, version-aware C# for .NET repositories while staying compatible with the repo's target framework and language-version policy. USE FOR: modern idiomatic C# code; language-version compatibility decisions; upgrading or reviewing C# feature usage…

10. Mai 2026
project-setup
Softwareentwickler

Create or reorganize .NET solutions with clean project boundaries, repeatable SDK settings, and a maintainable baseline for libraries, apps, tests, CI, and local development. USE FOR: creating a new .NET solution or restructuring an existing one; setting up…

10. Mai 2026
run-tests
Softwarequalitätssicherungsanalysten und -tester

Runs .NET tests with dotnet test. Use when user says "run tests", "run my tests", "run these tests", "execute tests", "dotnet test", "test filter", "filter by category", "filter by class", "combine filters", "run only specific tests", "integration tests",…

10. Mai 2026
Es werden 8 von 10 gesammelten Skills angezeigt.
dotnet-microsoft-agent-framework
Softwareentwickler

Build .NET AI agents and multi-agent workflows with Microsoft Agent Framework using the right agent type, threads, tools, workflows, hosting protocols, and enterprise guardrails.

16. März 2026
dotnet-microsoft-extensions-ai
Softwareentwickler

Build provider-agnostic .NET AI integrations with `Microsoft.Extensions.AI`, `IChatClient`, embeddings, middleware, structured output, vector search, and evaluation.

16. März 2026
dotnet-microsoft-extensions
Softwareentwickler

Use the Microsoft.Extensions stack correctly across Generic Host, dependency injection, configuration, logging, options, HttpClientFactory, and other shared infrastructure patterns.

16. März 2026
dotnet-orleans
Softwareentwickler

Build or review distributed .NET applications with Orleans grains, silos, persistence, streaming, reminders, placement, testing, and cloud-native hosting.

16. März 2026
mcaf-ci-cd
Netzwerk- und Computersystemadministratoren

Design or refine CI/CD workflows, quality gates, release flow, and safe AI-assisted pipeline authoring. Use when adding or changing build pipelines, release stages, IaC-driven environments, or deployment rollback policy.

15. März 2026
mcaf-solution-governance
Computersystem- und IT-Manager

Set up or refine solution-level governance for MCAF repositories: root and project-local `AGENTS.md`, rule precedence, solution topology, skill routing, and maintainability-limit policy placement. Use when bootstrapping a repo, restructuring a multi-project…

15. März 2026
mcaf-testing
Softwarequalitätssicherungsanalysten und -tester

Add or update automated tests for a change using the repository’s verification rules in `AGENTS.md`. Use when implementing a feature, bugfix, refactor, or regression test; prefer stable integration/API/UI coverage and pull deeper test strategy from the…

15. März 2026
crap-score
Softwarequalitätssicherungsanalysten und -tester

Calculates CRAP (Change Risk Anti-Patterns) score for .NET methods, classes, or files. Use when the user asks to assess test quality, identify risky untested code, compute CRAP scores, or evaluate whether complex methods have sufficient test coverage.…

18. Apr. 2026
dotnet-cloc
Softwareentwickler

Use the open-source free `cloc` tool for line-count, language-mix, and diff statistics in .NET repositories. Use when a repo needs C# and solution footprint metrics, branch-to-branch LOC comparison, or repeatable code-size reporting in local workflows and CI.

18. Apr. 2026
dotnet-coverlet
Softwarequalitätssicherungsanalysten und -tester

Use the open-source free `coverlet` toolchain for .NET code coverage. Use when a repo needs line and branch coverage, collector versus MSBuild driver selection, or CI-safe coverage commands.

18. Apr. 2026
dotnet
Softwareentwickler

Primary router skill for broad .NET work. Classify the repo by app model and cross-cutting concern first, then switch to the narrowest matching .NET skill instead of staying at a generic layer.

18. Apr. 2026
mcaf-adr-writing
Softwareentwickler

Create or update an ADR under `docs/ADR/` for architectural decisions, dependency changes, data-model changes, or cross-cutting policy shifts. Use when the user asks to write, update, or document an ADR, record a design decision, capture architecture…

8. März 2026
mcaf-architecture-overview
Softwareentwickler

Create or update `docs/Architecture/Overview.md` as the global architecture map for a solution. Use when bootstrapping a repo, onboarding, or changing modules, boundaries, or contracts. Keep it navigational and use `references/overview-template.md` for…

8. März 2026
mcaf-feature-spec
Projektmanagementspezialisten

Create or update a feature spec under `docs/Features/` with business rules, user flows, system behaviour, verification, and Definition of Done. Use when the user asks for a feature spec, executable requirements, acceptance criteria, behaviour documentation,…

8. März 2026
tps
Technische Redakteure

Losslessly direct existing scripts as valid TPS TelePrompterScript markup. Use when a user supplies a speech, narration, dialogue, presentation, lesson, pitch, voice-over, podcast, or other finished copy and asks to convert, format, annotate, pace, structure,…

10. Aug. 2026
dotnet-xunit
Softwarequalitätssicherungsanalysten und -tester

Write, run, or repair .NET tests that use xUnit. Use when a repo uses `xunit`, `xunit.v3`, `[Fact]`, `[Theory]`, or `xunit.runner.visualstudio`, and you need the right CLI, package, and runner guidance for xUnit on VSTest or Microsoft.Testing.Platform.

14. Mai 2026
mcaf-solution-governance
Projektmanagementspezialisten

Set up or refine solution-level governance for MCAF repositories: root and project-local `AGENTS.md`, rule precedence, solution topology, skill routing, and maintainability-limit policy placement. Use when bootstrapping a repo, restructuring a multi-project…

14. Mai 2026
mcaf-testing
Softwarequalitätssicherungsanalysten und -tester

Add or update automated tests for a change using the repository’s verification rules in `AGENTS.md`. Use when implementing a feature, bugfix, refactor, or regression test; prefer stable integration/API/UI coverage and pull deeper test strategy from the…

14. Mai 2026
mcaf-code-review
Softwarequalitätssicherungsanalysten und -tester

Prepare for, perform, or tighten code review workflow: PR scope, review checklist, reviewer expectations, and merge hygiene. Use when shaping pull requests, defining review policy, or auditing whether a change is review-ready.

3. Apr. 2026
11 von 11 Repositories angezeigt
Alle Repositories angezeigt