Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

templates-dotnet

templates-dotnet contiene 6 skills recopiladas de kritikos-io, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
6
Stars
4
actualizado
2026-04-25
Forks
2
Cobertura ocupacional
3 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

ef-migration
Arquitectos de bases de datos

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores web

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