managedcode

254 mods across 6 repositories, 601 stars between them.

mcaf-feature-spec

193

managedcode/dotPilot

Skill Claude CodeCodex

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 plan for non-trivial behaviour changes.

23 4mo ago A 67 tokens copy · 91% MIT

managedcode/dotPilot

Skill Claude CodeCodex

Plan a human review 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 practical review sequence…

23 4mo ago A 76 tokens copy · 97% MIT

mcaf-ml-ai-delivery

195

managedcode/dotPilot

Skill Claude CodeCodex

Apply ML/AI project 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.

23 4mo ago A 53 tokens copy · 86% MIT

mcaf-nfr

196

managedcode/dotPilot

Skill Claude CodeCodex

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

23 4mo ago A 42 tokens copy · 91% MIT

mcaf-observability

197

managedcode/dotPilot

Skill Claude CodeCodex

Design or improve observability for application and delivery flows: logs, metrics, traces, correlation, alerts, and operational diagnostics. Use when a change affects runtime visibility, failure diagnosis, SLOs, or alerting.

23 4mo ago A 50 tokens original MIT

managedcode/dotPilot

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.

23 4mo ago A 55 tokens original MIT

crap-score

199

managedcode/MCPGateway

Skill Claude CodeCodex

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. Requires code coverage data (Cobertura XML) and cyclomatic…

5 2d ago A 101 tokens original MIT

dotnet-cloc

200

managedcode/MCPGateway

Skill Claude CodeCodex

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.

5 2d ago B 62 tokens copy · 95% MIT

dotnet-code-analysis

201

managedcode/MCPGateway

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.

5 2d ago A 58 tokens copy · 100% MIT

dotnet-coverlet

202

managedcode/MCPGateway

Skill Claude CodeCodex

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.

5 2d ago A 45 tokens copy · 88% MIT

dotnet-csharpier

203

managedcode/MCPGateway

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.

5 2d ago A 51 tokens copy · 100% MIT

dotnet-format

204

managedcode/MCPGateway

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.

5 2d ago A 55 tokens copy · 100% MIT

dotnet

205

managedcode/MCPGateway

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.

5 2d ago A 44 tokens copy · 100% MIT

mcaf-adr-writing

206

managedcode/MCPGateway

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.

5 2d ago A 69 tokens original MIT

mcaf-agile-delivery

207

managedcode/MCPGateway

Skill Claude CodeCodex

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.

5 2d ago A 40 tokens copy · 86% MIT

managedcode/MCPGateway

Skill Claude CodeCodex

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

5 2d ago A 63 tokens copy · 97% MIT

mcaf-ci-cd

209

managedcode/MCPGateway

Skill Claude CodeCodex

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.

5 2d ago A 48 tokens original MIT

mcaf-code-review

210

managedcode/MCPGateway

Skill Claude CodeCodex

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.

5 2d ago A 48 tokens copy · 97% MIT

mcaf-devex

211

managedcode/MCPGateway

Skill Claude CodeCodex

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.

5 2d ago A 49 tokens copy · 89% MIT

mcaf-documentation

212

managedcode/MCPGateway

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.

5 2d ago A 53 tokens copy · 89% MIT

managedcode/MCPGateway

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.

5 2d ago A 66 tokens copy · 98% MIT

managedcode/MCPGateway

Skill Claude CodeCodex

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 2d ago A 44 tokens copy · 88% MIT

mcaf-dotnet-cloc

215

managedcode/MCPGateway

Skill Claude CodeCodex

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.

5 2d ago B 64 tokens copy · 100% MIT

managedcode/MCPGateway

Skill Claude CodeCodex

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

5 2d ago A 52 tokens copy · 100% MIT