managedcode

254 mods across 6 repositories, 601 stars between them.

managedcode/MCAF

Skill Claude CodeCodex

Apply baseline engineering security guidance: secrets handling, secure defaults, threat modelling references, and review checkpoints for auth, data flow, pipelines, and external integrations. Use when a change has security impact but does not require a full standalone AppSec engagement.

52 3d ago A 55 tokens CC-BY-4.0

managedcode/MCAF

Skill Claude CodeCodex

Apply SOLID, SRP, cohesion, composition-over-inheritance, and small-file discipline to code changes. Use when refactoring large files or classes, setting maintainability limits in AGENTS.md, documenting justified exceptions, or reviewing design quality.

52 3d ago A 57 tokens CC-BY-4.0

managedcode/MCAF

Skill Claude CodeCodex

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 solution, or tightening agent rules.

52 3d ago A 64 tokens CC-BY-4.0

mcaf-source-control

76

managedcode/MCAF

Skill Claude CodeCodex

Set or refine source-control policy 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.

52 3d ago A 50 tokens CC-BY-4.0

mcaf-testing

77

managedcode/MCAF

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.

52 3d ago A 56 tokens CC-BY-4.0

mcaf-ui-ux

78

managedcode/MCAF

Skill Claude CodeCodex

Use UI/UX engineering 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.

52 3d ago A 50 tokens CC-BY-4.0

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

80

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

81

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

82

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

84

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

85

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

86

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

87

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

92

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