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

new-relational-storage-provider

Estrellas5
Forks0
Actualizado16 de junio de 2026 a las 18:32

Playbook for adding a new EF Core RELATIONAL storage provider to EverTask (MySQL, MariaDB, Oracle, CockroachDB, …) by inheriting EverTask.Storage.EfCore. Use when the user asks to add/scaffold/implement a new database storage provider, port the storage layer to another relational DB, or create an EverTask.Storage.X package. It encodes the repeatable scaffold AND — critically — the MANDATORY per-database verification matrix so the agent never assumes "it just inherits the base": each provider differs on DateTimeOffset/uuid/ExecuteDelete translation, schema concept, identifier casing, and the Phase-2 hot-write mechanism. Do NOT use for the in-memory or a non-EF/NoSQL store (that is the custom-storage path).

Instalación

Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.

SKILL.md
readonly