Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

serverpod

serverpod 收录了来自 serverpod 的 20 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
20
Stars
3.2k
更新
2026-07-21
Forks
368
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

serverpod-testing
软件质量保证分析师与测试员

Test Serverpod endpoints and business logic - withServerpod, sessionBuilder, authentication, DB seeding, rollback, streams, running tests. Use when writing server tests or working with serverpod_test.

2026-07-21
serverpod-configuration
软件开发工程师

Configure Serverpod — YAML config, environment variables, passwords, run modes, generator.yaml, TLS. Use when setting up environments, API/database/Redis settings, managing secrets or overriding configurations for tests.

2026-07-02
serverpod-models
数据库架构师

Define Serverpod data models in YAML (.spy.yaml), serialization, database tables, relations, enums, and exceptions. Use when creating or editing models, database schema, .spy.yaml files, or Serverpod ORM entities.

2026-06-16
serverpod-auth
软件开发工程师

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-06-03
serverpod-flutter-frontend
网页与数字界面设计师

Build highly distinctive, production-ready Flutter interfaces with exceptional design fidelity. Include this skill whenever a user requests Flutter widgets, screens, or full apps.

2026-06-03
serverpod-webserver
网页开发工程师

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
软件开发工程师

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-database
数据库架构师

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
软件开发工程师

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

2026-05-12
serverpod-migrations
数据库架构师

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

2026-05-12
serverpod-streams
软件开发工程师

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
软件开发工程师

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

2026-05-12
serverpod-caching
软件开发工程师

Serverpod caching — local and Redis caches, cache keys, lifetime, CacheMissHandler. Use when caching data, optimizing queries, or working with session.caches.

2026-05-05
serverpod-endpoints
软件开发工程师

Define Serverpod endpoints, use Session, pass parameters, and call from client. Use when creating RPC endpoints, working with Session, or client code generation.

2026-05-05
serverpod-file-uploads
软件开发工程师

File uploads in Serverpod — upload descriptions, verification, storage backends (database, S3, GCP). Use when implementing file uploads or cloud storage.

2026-05-05
serverpod-health-checks
网络与计算机系统管理员

Serverpod health endpoints — /livez, /readyz, /startupz, custom HealthIndicator, HealthConfig. Use when configuring Kubernetes probes or monitoring server health.

2026-05-05
serverpod-modules
软件开发工程师

Create and use Serverpod modules — adding modules, generator.yaml nicknames, model references, creating custom modules. Use when working with modules or shared server/client code.

2026-05-05
serverpod-scheduling
软件开发工程师

Schedule future work in Serverpod — FutureCall, callWithDelay, callAtTime, recurring tasks, cancellation. Use when scheduling one-off or recurring tasks.

2026-05-05
serverpod-server-events
软件开发工程师

Serverpod message system — postMessage, addListener, createStream, global messages via Redis. Use when coordinating streams, sharing state across servers, or pub/sub messaging.

2026-05-05
serverpod-sessions
软件开发工程师

Serverpod session types, lifecycle, InternalSession, cleanup callbacks. Use when creating manual sessions, debugging session-closed errors, or understanding session lifecycle.

2026-05-05