Skip to main content
Run any Skill in Manus
with one click
GitHub repository

templates-dotnet

templates-dotnet contains 6 collected skills from kritikos-io, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
4
updated
2026-04-25
Forks
2
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

ef-migration
database-architects

Add, remove, or apply Entity Framework Core migrations against a project under src/. Use when: creating a new migration, reverting the last migration, generating a migration bundle, applying migrations to a database.

2026-04-25
new-adr
software-developers

Create a new Architectural Decision Record (ADR) capturing a justified design choice that addresses an architecturally significant functional or non-functional requirement. Use when: creating a new ADR, documenting an architectural choice, recording a design decision, superseding a previous decision, capturing rationale for a framework/library/pattern selection.

2026-04-25
new-release
software-developers

Cut a new release: tag the appropriate commit, generate the changelog, and produce build artifacts. Use when: releasing a new version, tagging a release, publishing NuGet packages, preparing release artifacts.

2026-04-25
docker-build
software-developers

Build, test, publish, or pack .NET projects using the multi-stage Docker pipeline. Use when: building Docker images, running containerized tests, creating migration bundles, publishing to containers, or troubleshooting Dockerfile stages.

2026-04-16
new-library
software-developers

Scaffold a new reusable .NET library with correct naming, multi-targeting, and structure. Use when: creating a new library project, adding a reusable package, setting up a shared library under src/.

2026-04-16
new-web-api-project
web-developers

Scaffold a new ASP.NET web project (API or worker service) with correct structure, launch settings, and Docker integration. Use when: creating a new web API, adding an ASP.NET project, setting up a new web service under src/.

2026-04-16