Codebelt
Official@codebeltnet
Tools, actions and libraries for .NET and Docker with a touch of DevSecOps.
Agent Skills by Codebelt
Showing 5 vetted skills indexed across 1 GitHub repositories.
dotnet-new-lib-slnx
Scaffold a .NET NuGet library solution with multi-target framework support and CI pipeline.
dotnet-new-app-slnx
Scaffold .NET application solutions with CI pipelines and semantic versioning.
git-visual-commits
Automate Git commits with emoji-prefixed structured messages and attribution modes.
trunk-first-repo
Initialize a Git repository with trunk-based development and pull request workflows.
dotnet-strong-name-signing
Generates .snk strong name key files for signing .NET assemblies via pure cryptography.
Frequently Asked Questions About Codebelt
FAQPage SchemaWhat specific tasks does Codebelt enable for .NET developers?▼
Codebelt enables rapid scaffolding of .NET library and application solutions with pre-configured CI pipelines. It facilitates assembly integrity through cryptographic strong name key generation and enforces standardized version control practices using trunk-based development and structured commit messaging.
Which engineering personas benefit most from these resources?▼
These resources are designed for .NET software engineers, DevOps practitioners, and library maintainers who require consistent project structures. It is particularly useful for teams aiming to enforce semantic versioning and standardized repository hygiene across distributed development environments.
What are the prerequisites for implementing these repository standards?▼
Implementation requires a local .NET environment and Git installed on the host machine. Users must have basic familiarity with NuGet package structures and assembly signing requirements to effectively utilize the scaffolding and cryptographic generation capabilities provided.