watermelondb
✓WatermelonDB models, observation patterns, and React integration. Use when writing or debugging model code, observers (findAndObserve, query.observe), or screens that display live-updating DB data.
Installation
SKILL.md
This skill covers WatermelonDB models (database/models/), observation (reactive queries), and ensuring React re-renders when observed data changes. Use it when working with findAndObserve, query.observe(), withObservables, or any screen that subscribes to DB changes.
Observable that emits immediately on subscribe and whenever the record is updated or deleted.
observable emits the same object reference with updated properties — it does not emit a new model instance.
WatermelonDB models, observation patterns, and React integration. Use when writing or debugging model code, observers (findAndObserve, query.observe), or screens that display live-updating DB data. Source: jchaselubitz/drill-app.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/jchaselubitz/drill-app --skill watermelondb- Source
- jchaselubitz/drill-app
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is watermelondb?
WatermelonDB models, observation patterns, and React integration. Use when writing or debugging model code, observers (findAndObserve, query.observe), or screens that display live-updating DB data. Source: jchaselubitz/drill-app.
How do I install watermelondb?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jchaselubitz/drill-app --skill watermelondb 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/jchaselubitz/drill-app
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01