docker
01spinspire/pocketbase-sveltekit-starter
Skill Claude CodeCodex
Docker Compose conventions — short service names, no root, no host ports in base compose, override files for local customisations.
10 tagged pocketbase, measured the same way as everything else here.
Browse within: svelte 9sveltejs 9sveltekit 9
spinspire/pocketbase-sveltekit-starter
Skill Claude CodeCodex
Docker Compose conventions — short service names, no root, no host ports in base compose, override files for local customisations.
spinspire/pocketbase-sveltekit-starter
Skill Claude CodeCodex
Our preferred CSS framework — ultra-lightweight, semantic HTML UI library (8KB). Style web UIs with semantic HTML and minimal classes. Override with app-level SCSS only when necessary.
spinspire/pocketbase-sveltekit-starter
Skill Claude CodeCodex
Use when the user asks to make a site installable, turn it into a PWA, add a service worker, add a web app manifest, enable "add to home screen", or support offline. Also use when adding favicon/app icons, iOS home-screen support (apple-mobile-web-app meta tags), or verifying PWA installability.
greendesertsnow/pocketbase-skills
Skill Claude CodeCodex
PocketBase development best practices covering collection design, API rules, authentication, SDK usage, query optimization, realtime subscriptions, file handling, deployment, and server-side extending (Go + JSVM). Current as of PocketBase v0.40 and JS SDK v0.28. Use when building PocketBase backends, designing…