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

rivet-dev

عرض على مستوى المستودعات لـ 38 skills مجمعة عبر 6 مستودعات GitHub.

skills مجمعة
38
مستودعات
6
محدث
2026-07-22
مستكشف المستودعات

المستودعات و 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
عرض أهم 8 من أصل 16 skills مجمعة في هذا المستودع.
create-launch-post
محللو أبحاث السوق ومتخصصو التسويق

Create and publish concise Rivet launch or changelog posts through an approval-gated workflow, including release research, a required user-selected painting, local HTML-rendered social and technical images, an R2 hero upload, MDX authoring, a reviewed draft GitHub PR for manual merge, and a scheduled and verified Buffer thread for @rivet_dev. Use when asked to launch, announce, ship, or prepare and schedule a Rivet feature or release announcement.

2026-07-22
driver-test-runner
محللو ضمان جودة البرمجيات والمختبرون

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

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
محللو ضمان جودة البرمجيات والمختبرون

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
المهن الحاسوبية الأخرى

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
المهن الحاسوبية الأخرى

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
المهن الحاسوبية الأخرى

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

2026-02-24
openspec-explore
المهن الحاسوبية الأخرى

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
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
gigacode-api-sanity
مطوّرو البرمجيات

Compare GigaCode's OpenCode-compatible HTTP/SSE API with native OpenCode in isolated temporary workspaces. Use when asked to sanity-check, re-test, or manually validate Claude Sonnet streaming, multi-turn sessions, tool calls, permissions, file edits, cancellation, or post-cancel reuse.

2026-07-21
update-acp
المهن الحاسوبية الأخرى

Audit AgentOS ACP feature coverage across the stable ACP v1 specification, each underlying agent harness and control interface, its upstream ACP adapter, and AgentOS public API/types. Use for ACP upgrades, adapter parity checks, or missing-feature audits.

2026-07-21
publish-registry
مطوّرو البرمجيات

Publish @agentos-software/* registry packages from AgentOS. Use whenever the user asks to publish or release registry software/agent packages.

2026-07-06
release-preview
مطوّرو البرمجيات

Cut an AgentOS release-preview. Use when the user asks for a preview, release-preview, or a branch dist-tag build.

2026-07-06
release
مطوّرو البرمجيات

Cut an AgentOS release via the scripts/publish flow. Use when the user asks to release, publish, cut a release, or bump the AgentOS version.

2026-07-06
sanity-check
محللو ضمان جودة البرمجيات والمختبرون

Run the deferred AgentOS E2E smoke test from public npm packages. Use when the user asks to sanity check, smoke test, or verify a release works.

2026-07-06
browse
مطوّرو البرمجيات

Use the browse CLI for Browserbase browser automation, Browserbase cloud APIs, Browserbase Functions, templates, web fetch/search, diagnostics, and Browse.sh skill discovery/installation. Use when the user asks to navigate pages, inspect browser state, run local or remote browser sessions, manage Browserbase resources, call Browserbase Functions, browse or scaffold Browserbase templates, fetch or search web content, diagnose browse setup, find or install a skill for a website task, discover site-specific Browse.sh skills, or install/refresh this browse skill.

2026-07-06
عرض 6 من أصل 6 مستودعات
تم تحميل كل المستودعات