Skip to main content
managedcode
GitHub creator profile

managedcode

Repository-level view of 408 collected skills across 11 GitHub repositories.

skills collected
408
repositories
11
updated
Aug 31, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
dotnet-skills
207 skills · Aug 31, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersNetwork & Computer Systems AdministratorsData ScientistsInformation Security AnalystsWeb Developers
6 occupation categories · 66% classified
51%share
#02
LlmTck
52 skills · Jul 9, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersData ScientistsInformation Security AnalystsProject Management SpecialistsWeb & Digital Interface Designers
6 occupation categories · 98% classified
13%share
#03
Storage
42 skills · Mar 13, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersInformation Security AnalystsComputer Occupations, All OtherData ScientistsProject Management Specialists
7 occupation categories · 100% classified
10%share
#04
PrompterOne
36 skills · Apr 19, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersWeb DevelopersComputer & Information Systems ManagersData ScientistsProject Management Specialists
7 occupation categories · 100% classified
8.8%share
#05
Orleans.RateLimiting
21 skills · May 5, 2026
Software DevelopersSoftware Quality Assurance Analysts & Testers
2 occupation categories · 100% classified
5.1%share
#06
MCAF
18 skills · Mar 16, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersComputer Occupations, All OtherData ScientistsInformation Security AnalystsNetwork & Computer Systems Administrators
8 occupation categories · 100% classified
4.4%share
#07
FeatureChecker
10 skills · May 10, 2026
Software DevelopersSoftware Quality Assurance Analysts & Testers
2 occupation categories · 80% classified
2.5%share
#08
dotPilot
7 skills · Mar 16, 2026
Software DevelopersComputer & Information Systems ManagersNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & Testers
4 occupation categories · 100% classified
1.7%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

format
unclassified

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…

Aug 31, 2026
aspire
unclassified

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.*,…

Aug 31, 2026
orleans
unclassified

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…

Aug 31, 2026
mcaf
unclassified

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…

Aug 31, 2026
mstest
unclassified

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…

Aug 31, 2026
nunit
unclassified

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],…

Aug 31, 2026
playwright-visual-testing
unclassified

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,…

Aug 31, 2026
tunit
unclassified

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…

Aug 31, 2026
Showing 8 of 207 collected skills.
analyzer-config
software-developers

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…

Jul 9, 2026
apple-crash-symbolication
software-developers

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.…

Jul 9, 2026
clr-activation-debugging
software-developers

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…

Jul 9, 2026
code-analysis
software-developers

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:…

Jul 9, 2026
code-testing-extensions
software-developers

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…

Jul 9, 2026
codeql
software-developers

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…

Jul 9, 2026
complexity
software-developers

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…

Jul 9, 2026
csharpier
software-developers

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…

Jul 9, 2026
Showing 8 of 52 collected skills.
mcaf-adr-writing
software-developers

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…

Mar 13, 2026
mcaf-agile-delivery
project-management-specialists

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.

Mar 13, 2026
mcaf-architecture-overview
software-developers

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.

Mar 13, 2026
mcaf-ci-cd
software-developers

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.

Mar 13, 2026
mcaf-code-review
software-quality-assurance-analysts-and-testers

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.

Mar 13, 2026
mcaf-devex
software-developers

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.

Mar 13, 2026
mcaf-documentation
software-developers

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.

Mar 13, 2026
mcaf-dotnet-analyzer-config
software-developers

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…

Mar 13, 2026
Showing 8 of 42 collected skills.
dotnet-analyzer-config
software-developers

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…

Apr 19, 2026
dotnet-aspnet-core
web-developers

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

Apr 19, 2026
dotnet-biome
software-developers

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…

Apr 19, 2026
dotnet-blazor
software-developers

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

Apr 19, 2026
dotnet-code-analysis
software-developers

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.

Apr 19, 2026
dotnet-csharpier
software-developers

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.

Apr 19, 2026
dotnet-eslint
software-developers

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.

Apr 19, 2026
dotnet-format
software-developers

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.

Apr 19, 2026
Showing 8 of 36 collected skills.
analyzer-config
software-developers

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…

May 5, 2026
architecture
software-developers

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

May 5, 2026
archunitnet
software-quality-assurance-analysts-and-testers

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.

May 5, 2026
code-analysis
software-developers

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.

May 5, 2026
complexity
software-developers

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.

May 5, 2026
crap-score
software-quality-assurance-analysts-and-testers

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.…

May 5, 2026
csharpier
software-developers

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.

May 5, 2026
dotnet
software-developers

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.

May 5, 2026
Showing 8 of 21 collected skills.
mcaf-ci-cd
software-developers

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.

Mar 16, 2026
mcaf-solution-governance
computer-occupations-all-other

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…

Mar 16, 2026
mcaf-testing
software-quality-assurance-analysts-and-testers

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…

Mar 16, 2026
mcaf-adr-writing
software-developers

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…

Mar 15, 2026
mcaf-agile-delivery
project-management-specialists

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.

Mar 15, 2026
mcaf-architecture-overview
software-developers

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.

Mar 15, 2026
mcaf-code-review
software-quality-assurance-analysts-and-testers

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.

Mar 15, 2026
mcaf-devex
software-developers

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.

Mar 15, 2026
Showing 8 of 18 collected skills.
coverage-analysis
software-quality-assurance-analysts-and-testers

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…

May 10, 2026
dotnet
software-developers

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#…

May 10, 2026
dotnet-test-frameworks
software-quality-assurance-analysts-and-testers

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…

May 10, 2026
format
unclassified

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…

May 10, 2026
microsoft-extensions
software-developers

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;…

May 10, 2026
modern-csharp
software-developers

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…

May 10, 2026
project-setup
software-developers

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…

May 10, 2026
run-tests
software-quality-assurance-analysts-and-testers

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",…

May 10, 2026
Showing 8 of 10 collected skills.
dotnet-microsoft-agent-framework
software-developers

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.

Mar 16, 2026
dotnet-microsoft-extensions-ai
software-developers

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

Mar 16, 2026
dotnet-microsoft-extensions
software-developers

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

Mar 16, 2026
dotnet-orleans
software-developers

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

Mar 16, 2026
mcaf-ci-cd
network-and-computer-systems-administrators

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.

Mar 15, 2026
mcaf-solution-governance
computer-and-information-systems-managers-113021

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…

Mar 15, 2026
mcaf-testing
software-quality-assurance-analysts-and-testers

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…

Mar 15, 2026
crap-score
software-quality-assurance-analysts-and-testers

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.…

Apr 18, 2026
dotnet-cloc
software-developers

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.

Apr 18, 2026
dotnet-coverlet
software-quality-assurance-analysts-and-testers

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.

Apr 18, 2026
dotnet
software-developers

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.

Apr 18, 2026
mcaf-adr-writing
software-developers

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…

Mar 8, 2026
mcaf-architecture-overview
software-developers

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…

Mar 8, 2026
mcaf-feature-spec
project-management-specialists

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,…

Mar 8, 2026
tps
technical-writers

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,…

Aug 10, 2026
dotnet-xunit
software-quality-assurance-analysts-and-testers

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.

May 14, 2026
mcaf-solution-governance
project-management-specialists

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…

May 14, 2026
mcaf-testing
software-quality-assurance-analysts-and-testers

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…

May 14, 2026
mcaf-code-review
software-quality-assurance-analysts-and-testers

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.

Apr 3, 2026
Showing 11 of 11 repositories
All repositories loaded