Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

skills

يحتوي skills على 16 من skills المجمعة من rivet-dev، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
16
Stars
17
محدث
2026-07-18
Forks
7
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

ai-agent
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-07-18
per-tenant-database
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مديرو الشبكات وأنظمة الحاسوب

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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