Codebelt

An opinionated SDLC ecosystem
rooted in .NET

Codebelt connects .NET libraries, agentic skills, and release practices under one repeatable standard. The libraries give applications a consistent foundation. The skills give AI agents a reliable way to inspect, edit, test, document, and ship.

Codebelt .NET ecosystem visualization connecting libraries, tooling, and delivery practices. Codebelt .NET ecosystem visualization connecting libraries, tooling, and delivery practices.

Grouped by work. Unified by standard.

Codebelt is organized around jobs that shape a software delivery lifecycle: foundations, architecture, applications, testing, releases, documentation, and repository health.

The library groups are the backbone where skills complement that backbone as practices, helping developers and agents maintain the same standards without rediscovering the workflow every time.

Fresh from the workbench.

LIBRARIES

A Unified Cryptographic Hash Hierarchy for .NET

Cuemon.Security.Cryptography brings MD5, SHA-1, SHA-256, SHA-384, SHA-512, SHA-512/256, and their HMAC counterparts under one polymorphic API. Typed inputs flow through a consistent ComputeHash surface and return a HashResult ready for hexadecimal, base64, URL-safe base64, or binary output - reducing boilerplate without replacing the cryptographic foundations provided by .NET.

Read the update
Cuemon cryptographic hash pipeline showing typed inputs feeding a unified digest core that emits a fixed-length hash.Cuemon cryptographic hash pipeline showing typed inputs feeding a unified digest core that emits a fixed-length hash.
LIBRARIES

Unified Functional Testing for .NET

Extensions for xUnit API makes it more convenient to use either ApplicationTestFactory.Create<TEntryPoint>(...) for .NET applications or WebApplicationTestFactory.Create<TEntryPoint>(...) for ASP.NET Core applications; surpassing the official WebApplicationFactory<TEntryPoint> class in terms of flexibility and ease of use.

Read the update
Codebelt ecosystem card for application test factory support.Codebelt ecosystem card for application test factory support.