managedcode

254 mods across 6 repositories, 601 stars between them.

agent-rag

121

managedcode/PrompterOne

Agent Codex

Learn how to use Retrieval Augmented Generation (RAG) with Agent Framework.

42 3mo ago A 15 tokens original MIT

managedcode/PrompterOne

Skill Claude CodeCodex

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

42 3mo ago A 36 tokens original MIT

dotnet-modern-csharp

125

managedcode/PrompterOne

Skill Claude CodeCodex

Write modern, version-aware C# for .NET repositories. Use when choosing language features across C# versions, especially C# 13 and C# 14, while staying compatible with the repo's target framework and LangVersion.

42 3mo ago A 53 tokens original MIT

dotnet-project-setup

126

managedcode/PrompterOne

Skill Claude CodeCodex

Create or reorganize .NET solutions with clean project boundaries, repeatable SDK settings, and a maintainable baseline for libraries, apps, tests, CI, and local development.

42 3mo ago A 41 tokens original MIT

dotnet-quality-ci

127

managedcode/PrompterOne

Skill Claude CodeCodex

Set up or refine open-source .NET code-quality gates for CI: formatting, .editorconfig, SDK analyzers, third-party analyzers, coverage, mutation testing, architecture tests, and security scanning. Use when a .NET repo needs an explicit quality stack in AGENTS.md, docs, or pipeline YAML.

42 3mo ago A 69 tokens original MIT

dotnet-roslynator

128

managedcode/PrompterOne

Skill Claude CodeCodex

Use the open-source free Roslynator analyzer packages and optional CLI for .NET. Use when a repo wants broad C# static analysis, auto-fix flows, dead-code detection, optional CLI checks, or extra rules beyond the SDK analyzers.

42 3mo ago A 59 tokens original MIT

dotnet-sonarjs

129

managedcode/PrompterOne

Skill Claude CodeCodex

Use SonarJS-derived rules in .NET repositories that ship JavaScript or TypeScript frontends and need deeper bug-risk, code-smell, or cognitive-complexity checks than a minimal ESLint baseline. Use when the repo wants eslint-plugin-sonarjs locally or already runs SonarQube or SonarCloud in CI.

42 3mo ago A 75 tokens original MIT

managedcode/PrompterOne

Skill Claude CodeCodex

Use the open-source free StyleCop.Analyzers package for naming, layout, documentation, and style rules in .NET projects. Use when a repo wants stricter style conventions than the SDK analyzers alone provide.

42 3mo ago A 53 tokens original MIT

dotnet-stylelint

131

managedcode/PrompterOne

Skill Claude CodeCodex

Use Stylelint in .NET repositories that ship CSS, SCSS, or other stylesheet assets alongside web frontends. Use when a repo needs a dedicated CLI lint gate for selectors, properties, duplicate styles, naming conventions, or design-system rule enforcement.

42 3mo ago A 55 tokens original MIT

dotnet-tunit

132

managedcode/PrompterOne

Skill Claude CodeCodex

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.

42 3mo ago A 62 tokens original MIT

dotnet-webhint

133

managedcode/PrompterOne

Skill Claude CodeCodex

Use webhint in .NET repositories that ship browser-facing frontends. Use when a repo needs CLI audits for accessibility, performance, security headers, PWA signals, SEO, or runtime page quality against a served site or built frontend output.

42 3mo ago A 53 tokens original MIT

dotnet

134

managedcode/PrompterOne

Skill Claude CodeCodex

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.

42 3mo ago A 44 tokens original MIT

mcaf-adr-writing

135

managedcode/PrompterOne

Skill Claude CodeCodex

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 trade-offs, or justify a repo-wide technical policy.

42 3mo ago A 69 tokens original MIT

mcaf-documentation

136

managedcode/PrompterOne

Skill Claude CodeCodex

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.

42 3mo ago A 53 tokens copy · 92% MIT

mcaf-testing

137

managedcode/PrompterOne

Skill Claude CodeCodex

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 bundled references.

42 3mo ago A 56 tokens original MIT

managedcode/dotPilot

Skill Claude CodeCodex

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.

23 4mo ago A 40 tokens original MIT

managedcode/dotPilot

Agent Codex

Learn how to create and run a durable AI agent with Azure Functions and the durable task extension for Microsoft Agent Framework.

23 4mo ago A 22 tokens copy · 100% MIT