John KuehJohn Kueh
All skills

Claude Code skill

dev-instantdb

Scaffold a realtime, local-first app on InstantDB.

Add the marketplace once, then install this skill:

claude plugin marketplace add johnkueh/agent-skills
claude plugin install dev-instantdb@johnkueh-agent-skills

Or grab the whole collection: claude plugin install agent-skills@johnkueh-agent-skills

Why it exists

InstantDB is realtime, local-first and excellent — but scaffolding a working app (schema + auth + UI + subscriptions) is still 200+ lines of boilerplate every time. This skill takes a natural-language prompt and produces a complete React, vanilla JS or Expo app with InstantDB wired up end-to-end: schema declared, magic-link auth working, queries reactive.

In practice

Scaffold an app
Input
build a multi-user todo with reactions
Output
Complete React app: InstantDB schema (todos, users, reactions), magic-link auth, realtime subscriptions, reaction picker UI.
skills/dev-instantdb/SKILL.mdRaw
Could not load SKILL.md from GitHub.