·epic-database
</>

epic-database

rubenpenap/epic-stack-agent-skills

Leitfaden zu Prisma, SQLite und LiteFS für Epic Stack

5Installationen·0Trend·@rubenpenap

Installation

$npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-database

SKILL.md

Do as little as possible - Only fetch the data you actually need. Use select to fetch specific fields instead of entire models. Avoid over-fetching data "just in case" - fetch what you need, when you need it.

Pragmatism over purity - Optimize queries when there's a measurable benefit, but don't over-optimize prematurely. Simple, readable queries are often better than complex optimized ones. Add indexes when queries are slow, not before.

Automatic migrations: Migrations are automatically applied on deploy via litefs.yml.

Leitfaden zu Prisma, SQLite und LiteFS für Epic Stack Quelle: rubenpenap/epic-stack-agent-skills.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-database
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist epic-database?

Leitfaden zu Prisma, SQLite und LiteFS für Epic Stack Quelle: rubenpenap/epic-stack-agent-skills.

Wie installiere ich epic-database?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-database Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/rubenpenap/epic-stack-agent-skills