From supabase-pack
Execute Supabase secondary workflow: Auth + Storage + Realtime. Use when implementing secondary use case, or complementing primary workflow. Trigger with phrases like "supabase auth storage realtime", "implement full stack features with supabase".
How this skill is triggered — by the user, by Claude, or both
Slash command
/supabase-pack:supabase-auth-storage-realtime-coreThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implement the core Supabase trifecta: authentication, file storage,
Implement the core Supabase trifecta: authentication, file storage, and real-time subscriptions in a single cohesive setup.
supabase-install-auth setupsupabase-schema-from-requirements// Step 1 implementation
// Step 2 implementation
// Step 3 implementation
| Aspect | Schema from Requirements | Auth + Storage + Realtime |
|---|---|---|
| Use Case | Starting a new project with defined data requirements | Secondary |
| Complexity | Medium | Lower |
| Performance | Standard | Optimized |
// Complete workflow example
// Error handling code
For common errors, see supabase-common-errors.
npx claudepluginhub ktiseos-nyx/claude-code-plugins-plus-skills --plugin supabase-packGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
7plugins reuse this skill
First indexed Jul 10, 2026
Showing the 6 earliest of 7 plugins