epic-database
✓Guide on Prisma, SQLite, and LiteFS for Epic Stack
Installation
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.
Guide on Prisma, SQLite, and LiteFS for Epic Stack Source: rubenpenap/epic-stack-agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-database- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is epic-database?
Guide on Prisma, SQLite, and LiteFS for Epic Stack Source: rubenpenap/epic-stack-agent-skills.
How do I install epic-database?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-database Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/rubenpenap/epic-stack-agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01