Skip to main content
Run any Skill in Manus
with one click
rivet-dev
GitHub creator profile

rivet-dev

Repository-level view of 35 collected skills across 6 GitHub repositories.

skills collected
35
repositories
6
updated
2026-07-06
repository explorer

Repositories and representative skills

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-06
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-06
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-06
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-06
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-06
multiplayer-game
software-developers

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

2026-07-06
per-tenant-database
database-architects

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-06
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-06
Showing top 8 of 16 collected skills in this repository.
driver-test-runner
software-quality-assurance-analysts-and-testers

Methodically run the RivetKit driver test suite file by file across the native (NAPI) and wasm runtimes, tracking progress in ~/.agents/notes/driver-test-progress.md. Use when you need to validate the driver test suite after changes, bring up a new driver, or debug test failures systematically.

2026-06-03
stack-merge
software-developers

Bulk-merge a Graphite stack into main via admin-bypass fast-forward push. Replaces the Graphite merge queue for rivet-dev/rivet. Invoke when the user says "merge the stack at <branch>", "ship everything through <branch>", "bulk-merge up to <branch>", "fast-forward main to <branch>", or any request to land multiple stacked PRs at once in one shot. Requires repo admin permissions (bypasses branch protection), Graphite (gt) CLI, and GitHub (gh) CLI. After the FF push, closes all in-scope PRs explicitly with `gh pr close` in parallel — GitHub does not auto-mark them as MERGED because their bases point at sibling stack branches, not main.

2026-05-02
sanity-check
software-quality-assurance-analysts-and-testers

Run an E2E smoke test that installs rivetkit packages from npm in an isolated temp project, starts the hello-world counter actor, then verifies both HTTP actions and WebSocket actions + events work end-to-end. Use when the user asks to sanity check, smoke test, or verify a rivetkit release/preview-publish works.

2026-04-24
openspec-apply-change
computer-occupations-all-other

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

2026-02-24
openspec-archive-change
computer-occupations-all-other

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

2026-02-24
openspec-bulk-archive-change
computer-occupations-all-other

Archive multiple completed changes at once. Use when archiving several parallel changes.

2026-02-24
openspec-explore
computer-occupations-all-other

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

2026-02-24
openspec-ff-change
computer-occupations-all-other

Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.

2026-02-24
Showing top 8 of 9 collected skills in this repository.
Showing 6 of 6 repositories
All repositories loaded
rivet-dev Agent Skills | SkillsMP