managedcode/PrompterOne

Browser-first teleprompter, rehearsal, and live presentation studio built with .NET 10 and Blazor WebAssembly.

42Stars on the repository
60Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

managedcode/PrompterOne

Skill Claude CodeCodex

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 clear subtree-specific purpose.

42 3mo ago A 64 tokens original MIT

dotnet-aspnet-core

02

managedcode/PrompterOne

Skill Claude CodeCodex

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

42 3mo ago A 40 tokens copy · 89% MIT

dotnet-biome

03

managedcode/PrompterOne

Skill Claude CodeCodex

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 Prettier style stack.

42 3mo ago A 68 tokens original MIT

dotnet-blazor

04

managedcode/PrompterOne

Skill Claude CodeCodex

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

42 3mo ago A 37 tokens copy · 86% MIT

managedcode/PrompterOne

Skill Claude CodeCodex

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.

42 3mo ago A 58 tokens original MIT

dotnet-csharpier

06

managedcode/PrompterOne

Skill Claude CodeCodex

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.

42 3mo ago A 51 tokens original MIT

dotnet-eslint

07

managedcode/PrompterOne

Skill Claude CodeCodex

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.

42 3mo ago A 53 tokens original MIT

dotnet-format

08

managedcode/PrompterOne

Skill Claude CodeCodex

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.

42 3mo ago A 55 tokens original MIT

dotnet-htmlhint

09

managedcode/PrompterOne

Skill Claude CodeCodex

Use HTMLHint in .NET repositories that ship static HTML output or standalone frontend templates. Use when a repo needs a focused CLI lint gate for DOM structure, invalid attributes, and basic HTML correctness checks on static pages.

42 3mo ago A 48 tokens original MIT

managedcode/PrompterOne

Skill Claude CodeCodex

Use ManagedCode.MarkItDown when a .NET application needs deterministic document-to-Markdown conversion for ingestion, indexing, summarization, or content-processing workflows.

42 3mo ago A 39 tokens original MIT

managedcode/PrompterOne

Skill Claude CodeCodex

Use ManagedCode.MimeTypes when a .NET application needs consistent MIME type detection, extension mapping, and content-type decisions for uploads, downloads, or HTTP responses.

42 3mo ago A 41 tokens original MIT

managedcode/PrompterOne

Skill Claude CodeCodex

Use ManagedCode.Storage when a .NET application needs a provider-agnostic storage abstraction with explicit configuration, container selection, upload and download flows, and backend-specific integration kept behind one library contract.

42 3mo ago A 45 tokens original MIT

managedcode/PrompterOne

Skill Claude CodeCodex

Apply MCAF agile-delivery guidance for backlog quality, roles, ceremonies, and engineering feedback. Use when defining how the team plans, tracks work, and turns feedback into durable improvements.

42 3mo ago A 46 tokens original MIT

dotnet-mcaf-devex

14

managedcode/PrompterOne

Skill Claude CodeCodex

Apply MCAF developer-experience guidance for 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.

42 3mo ago A 51 tokens original MIT

managedcode/PrompterOne

Skill Claude CodeCodex

Apply MCAF documentation guidance for 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 54 tokens original MIT

managedcode/PrompterOne

Skill Claude CodeCodex

Apply MCAF feature-spec guidance to 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, or a pre-implementation…

42 3mo ago A 76 tokens original MIT

managedcode/PrompterOne

Skill Claude CodeCodex

Apply MCAF human-review-planning guidance for a large AI-generated code drop by reading the target area, tracing the natural user and system flows, identifying the riskiest boundaries, and prioritizing the files a human should inspect first. Use when the codebase is too large to review line-by-line and you need a…

42 3mo ago A 82 tokens original MIT

managedcode/PrompterOne

Skill Claude CodeCodex

Apply MCAF ML/AI delivery guidance for data exploration, feasibility, experimentation, testing, responsible AI, and operating ML systems. Use when the repo includes model training, inference, data science workflows, or ML-specific delivery planning.

42 3mo ago A 56 tokens original MIT

dotnet-mcaf-nfr

19

managedcode/PrompterOne

Skill Claude CodeCodex

Apply MCAF non-functional-requirements guidance to capture or refine explicit quality attributes such as accessibility, reliability, scalability, maintainability, performance, and compliance. Use when a feature or architecture change needs explicit quality attributes and trade-offs.

42 3mo ago A 54 tokens original MIT

managedcode/PrompterOne

Skill Claude CodeCodex

Apply MCAF source-control guidance for repository structure, branch naming, merge strategy, commit hygiene, and secrets-in-git discipline. Use when bootstrapping a repo, tightening PR flow, or documenting branch and release policy.

42 3mo ago A 52 tokens original MIT

dotnet-mcaf-ui-ux

21

managedcode/PrompterOne

Skill Claude CodeCodex

Apply MCAF UI/UX guidance for design systems, accessibility, front-end technology selection, and design-to-development collaboration. Use when bootstrapping a UI project, choosing front-end stack, or tightening design and accessibility practices.

42 3mo ago A 53 tokens original MIT

dotnet-mcaf

22

managedcode/PrompterOne

Skill Claude CodeCodex

Adopt MCAF governance in a .NET repository with the right AGENTS.md layout, repo-native docs, skill installation, verification rules, and non-trivial task workflow. Use when bootstrapping or updating MCAF alongside the dotnet-skills catalog.

42 3mo ago A 57 tokens original MIT

managedcode/PrompterOne

Skill Claude CodeCodex

Use the open-source free Meziantou.Analyzer package for design, usage, security, performance, and style rules in .NET. Use when a repo wants broader analyzer coverage with a single NuGet package.

42 3mo ago A 54 tokens original MIT

managedcode/PrompterOne

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.

42 3mo ago A 40 tokens original MIT