Skip to main content
Run any Skill in Manus
with one click
$pwd:
serverpod
GitHub creator profile

serverpod

Repository-level view of 87 collected skills across 3 GitHub repositories, including approximate occupation coverage.

skills collected
87
repositories
3
occupation fields
1
updated
2026-05-29
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
skills-registry
61 skills80updated 2026-03-07
70% of creator
riverpod-3-0-migration
Software Developers

Migrate Riverpod from 2.0 to 3.0; automatic retry, paused listeners, legacy providers import, Ref simplification, FamilyNotifier removal, ProviderException, updateShouldNotify. Use when the user asks about Riverpod 3 migration, upgrading to Riverpod 3, or breaking changes in 3.0.

2026-03-07
riverpod-auto-dispose
Software Developers

Enable automatic disposal of Riverpod providers when they have no listeners; keepAlive, onDispose, invalidate, ref.keepAlive. Use when preventing memory leaks, caching only while used, or cleaning up resources when a provider is no longer needed. Use this skill when the user asks about auto-dispose, keepAlive, or when to dispose Riverpod state.

2026-03-07
riverpod-cancel
Software Developers

Cancel or debounce Riverpod async requests with ref.onDispose; cancel when user leaves the page, debounce rapid refreshes. Use when the user asks about cancelling requests, debouncing, or cleaning up when a provider is disposed.

2026-03-07
riverpod-codegen-and-hooks
Web Developers

Use Riverpod code generation (@riverpod, riverpod_generator) and hooks (hooks_riverpod, HookConsumerWidget, flutter_hooks with Riverpod). Use when the user asks about @riverpod, code generation, riverpod_generator, when to use codegen, or using flutter_hooks with Riverpod (HookConsumerWidget, HookConsumer).

2026-03-07
riverpod-consumers
Software Developers

Use Riverpod Consumer, ConsumerWidget, and ConsumerStatefulWidget to read and watch providers in widgets; WidgetRef, builder ref parameter. Use when building widgets that need to access Riverpod providers, ref.watch or ref.read in the UI, or converting StatelessWidget to ConsumerWidget. Prefer this skill when the user asks how to use providers in Flutter widgets or why ConsumerWidget is required.

2026-03-07
riverpod-containers
Software Developers

Use ProviderScope in Flutter and ProviderContainer in Dart for Riverpod; where provider state is stored, overrides, observers, testing with ProviderContainer.test. Use when setting up Riverpod in Flutter or pure Dart, understanding where state lives, or writing tests with a fresh container. Use this skill when the user asks about ProviderScope, ProviderContainer, or where Riverpod stores state.

2026-03-07
riverpod-eager-initialization
Software Developers

Eagerly initialize Riverpod providers at app startup by watching them in a root Consumer; handle loading/error in the initializer, AsyncValue.requireValue. Use when a provider must be ready before the rest of the app is used. Use this skill when the user asks about eager initialization or preloading providers.

2026-03-07
riverpod-family
Software Developers

Use Riverpod family providers to pass parameters and cache per parameter; FutureProvider.family, NotifierProvider.family, autoDispose with family, overriding in tests. Use when fetching data by ID, pagination, or any provider that depends on a parameter. Use this skill when the user asks about family, provider parameters, or caching by ID.

2026-03-07
Showing top 8 of 61 collected skills in this repository.
#002
serverpod
19 skills3.2k361updated 2026-05-29
22% of creator
serverpod-webserver
Software Developers

Serverpod web server (Relic) — REST APIs, webhooks, middleware, static files, server-rendered HTML, SPAs, Flutter web. Use when adding HTTP routes, serving web pages or web apps, intercepting requests, or working with the Relic web server.

2026-05-29
serverpod-overview
Software Developers

Serverpod overview — what it is, project structure, how to work with. Always use at least once when working with projects that use Serverpod.

2026-05-22
serverpod-auth
Software Developers

Serverpod Authentication — Signing in users, verify if they are authenticated, assinging scopes (e.g., admin). Use when adding features that require the user to be signed in.

2026-05-21
serverpod-database
Software DevelopersDatabase Administrators

Serverpod ORM with PostgreSQL or SQLite — CRUD, filters, sorting, pagination, relations, transactions, raw SQL, client-side database. Use when querying the database or working with relations.

2026-05-12
serverpod-logging
Software DevelopersNetwork & Computer Systems Administrators

Serverpod logging — session.log, log levels, persistence, retention, console output. Use when adding logging or debugging server calls.

2026-05-12
serverpod-migrations
Database Architects

Serverpod database migrations — when and how to create/apply/repair migrations. Use whenever database schema changes are involved.

2026-05-12
serverpod-streams
Software Developers

Real-time streaming in Serverpod — Stream parameters and return types, WebSocket lifecycle, error handling. Use when building real-time features, chat, live updates, or WebSocket streaming.

2026-05-12
serverpod-upgrading
Software Developers

Upgrade Serverpod — minor/patch updates, major upgrade to v3. Use when upgrading Serverpod versions or updating dependencies.

2026-05-12
Showing top 8 of 19 collected skills in this repository.
#003
relic
7 skills12314updated 2026-02-26
8.0% of creator
relic-app-setup
Web Developers

Bootstrap a Relic web server, configure RelicApp, start serving, and enable hot reload. Use when creating a new Relic project, setting up a server, or configuring the development workflow.

2026-02-26
relic-middleware
Software Developers

Create and apply middleware for auth, CORS, logging, and other cross-cutting concerns. Use context properties for type-safe request-scoped data. Use when adding middleware, request/response transformations, or passing data between middleware and handlers.

2026-02-26
relic-request-response
Software Developers

Handle HTTP requests and create responses with Body, headers, and status codes in Relic. Use when reading request data, parsing JSON, building API responses, working with headers, or streaming content.

2026-02-26
relic-routing
Web Developers

Define routes with path parameters, wildcards, tail segments, and typed params in Relic. Use when adding endpoints, handling dynamic URLs, setting up URL patterns, or forwarding requests.

2026-02-26
relic-shelf-migration
Software Developers

Migrate a Dart web server from Shelf to Relic. Side-by-side reference for every API change. Use when converting Shelf code to Relic, replacing shelf/shelf_router/shelf_web_socket imports, or upgrading an existing server.

2026-02-26
relic-static-files
Software Developers

Serve static files and directories with caching and cache busting in Relic. Use when serving assets, images, CSS, JS, favicons, or configuring HTTP cache control headers.

2026-02-26
relic-websockets
Software Developers

Handle WebSocket connections and hijack connections for SSE or custom protocols in Relic. Use when implementing real-time communication, WebSocket endpoints, or server-sent events.

2026-02-26
Showing 3 of 3 repositories
All repositories loaded
serverpod GitHub Skills | SkillsMP