RivetKit JavaScript Client
Skill ZweryfikowanoRivetKit 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.
This extension demonstrates how to create and manage clients, call actor actions, handle connections, and manage errors when using the RivetKit JavaScript library in browser, Node.js, or Bun environments. It emphasizes secure practices like using environment variables for tokens and warns against key injection attacks.
Versioning
- warning:Release ManagementThe extension specifies a version for the rivetkit dependency (2.3.0-rc.5) but does not declare its own version in the manifest or any other standard location.
Instalacja
npx skills add rivet-dev/skillsUruchamia Vercel skills CLI (skills.sh) przez npx — wymaga lokalnego Node.js oraz co najmniej jednego zainstalowanego agenta zgodnego ze skills (Claude Code, Cursor, Codex, …). Zakłada, że repozytorium jest zgodne z formatem agentskills.io.
Podobne rozszerzenia
RivetKit React Client
95RivetKit 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.
ESLint Plugin React Hooks
99ESLint rules for React Hooks
Prisma Postgres Setup
99Set up a new Prisma Postgres database and connect it to a local project using the Management API. Use when asked to "set up a database", "create a Prisma Postgres project", "get a connection string", "connect my app to Prisma Postgres", or "provision a database".
React PWA
98Extension from jwynia/agent-skills
npx CLI Tool Development (Bun-First)
98Build and publish npx-executable CLI tools using Bun as the primary toolchain with npm-compatible output. Use when the user wants to create a new CLI tool, set up a command-line package for npx execution, configure argument parsing and terminal output, or publish a CLI to npm. Covers scaffolding, citty arg parsing, sub-commands, terminal UX, strict TypeScript, Biome + ESLint linting, Vitest testing, Bunup bundling, and publishing workflows. Keywords: npx, cli, command-line, binary, bin, tool, bun, citty, commander, terminal, publish, typescript, biome, vitest.
Tandem TypeScript Client
98TypeScript client for the Tandem autonomous agent engine HTTP + SSE API