Skip to main content
Run any Skill in Manus
with one click
GitHub repository

skills

skills contains 16 collected skills from rivet-dev, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
16
Stars
17
updated
2026-07-18
Forks
7
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

ai-agent
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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

2026-07-18
per-tenant-database
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
network-and-computer-systems-administrators

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
software-developers

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
software-developers

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