RivetKit JavaScript Client
Skill 已验证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.
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.
安装
npx skills add rivet-dev/skills通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
类似扩展
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