Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

skills

skills contient 16 skills collectées depuis rivet-dev, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
16
Stars
17
mis à jour
2026-07-18
Forks
7
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

ai-agent
Développeurs de logiciels

Build an AI agent backend with persistent memory: one Rivet Actor per conversation, queued message handling, and streaming LLM responses as realtime events.

2026-07-18
chat-room
Développeurs de logiciels

Build a realtime chat room backend with Rivet Actors: one actor per room, SQLite-backed message history, and WebSocket broadcast to every connected client.

2026-07-18
collaborative-text-editor
Développeurs de logiciels

Build a collaborative text editor backend with Yjs CRDTs and Rivet Actors: per-document actors relay sync and awareness updates and persist snapshots.

2026-07-18
cron-jobs
Développeurs de logiciels

Durable cron jobs with Rivet Actors: schedule.after and schedule.at timers survive restarts and crashes, plus re-arming recurring jobs and idempotent handlers.

2026-07-18
live-cursors
Développeurs de logiciels

Live cursors and multiplayer presence with Rivet Actors: per-connection cursor state, realtime updates over events or raw WebSockets, and throttling.

2026-07-18
multiplayer-game
Développeurs de logiciels

Pragmatic patterns for building multiplayer games: matchmaking, tick loops, realtime state, interest management, and validation.

2026-07-18
per-tenant-database
Développeurs de logiciels

Multi-tenant data isolation with one Rivet Actor per tenant: the actor key is the tenant id, so each tenant gets its own isolated dataset and migrations.

2026-07-18
rivetkit-client-javascript
Développeurs de logiciels

RivetKit JavaScript client guidance. Use for browser, Node.js, or Bun clients that connect to Rivet Actors with rivetkit/client, create clients, call actions, or manage connections.

2026-07-18
rivetkit-client-react
Développeurs de logiciels

RivetKit React client guidance. Use for React apps that connect to Rivet Actors with @rivetkit/react, create hooks with createRivetKit, or manage realtime state with useActor.

2026-07-18
rivetkit-client-rust
Développeurs de logiciels

RivetKit Rust client guidance. Use for Rust clients and backends that connect to Rivet Actors with rivetkit::client, create typed actor handles, call actions, or manage connections.

2026-07-18
rivetkit-client-swift
Développeurs de logiciels

RivetKit Swift client guidance. Use for Swift clients that connect to Rivet Actors with RivetKitClient, create actor handles, call actions, or manage connections.

2026-07-18
rivetkit-client-swiftui
Développeurs de logiciels

RivetKit SwiftUI client guidance. Use for SwiftUI apps that connect to Rivet Actors with RivetKitSwiftUI, @Actor, rivetKit view modifiers, and SwiftUI bindings.

2026-07-18
rivetkit
Développeurs de logiciels

RivetKit backend and Rivet Actor runtime guidance. Use for building, modifying, debugging, or testing Rivet Actors, registries, serverless/runner modes, deployment, or actor-based workflows.

2026-07-18
vpc-air-gapped
Administrateurs de réseaux et de systèmes informatiques

Run Rivet entirely inside your own perimeter: single-binary or Docker Compose install, file system storage with no database infrastructure, and no outbound telemetry by default.

2026-07-18
ai-agent-workspace
Développeurs de logiciels

Give every AI agent its own computer: a persistent workspace with a filesystem, processes, shells, networking, and agent sessions on a lightweight in-process OS.

2026-06-15
sandbox-agent
Développeurs de logiciels

Deploy, configure, and integrate Sandbox Agent - a universal API for orchestrating AI coding agents (Claude Code, Codex, OpenCode, Amp) in sandboxed environments. Use when setting up sandbox-agent server locally or in cloud sandboxes (E2B, Daytona, Docker), creating and managing agent sessions via SDK or API, streaming agent events and handling human-in-the-loop interactions, building chat UIs for coding agents, or understanding the universal schema for agent responses.

2026-03-27