Overview
What Zap Studio is, what each package covers, and how we ship agent skills.
Zap Studio is a collection of framework-agnostic TypeScript packages for core app capabilities: typed HTTP calls, authorization policy checks, schema validation, and webhook processing.
Our goal is to provide composable building blocks that stay portable across stacks while remaining strict about type safety and runtime correctness.
Package Overview
| Package | What it covers |
|---|---|
@zap-studio/fetch | Type-safe HTTP requests with schema-validated responses |
@zap-studio/permit | Declarative authorization policies and permission checks |
@zap-studio/validation | Standard Schema utilities and consistent validation errors |
@zap-studio/webhooks | Webhook routing, signature verification, and payload validation |
Agent Skills
We publish skills with AI-agent workflows in mind.
- For manual installation, use the Vercel Skills CLI commands below.
- We also use
@tanstack/intentto shipSKILL.mdfiles directly inside npm packages, so guidance stays versioned with each release.
For official documentation, see Vercel Skills and TanStack Intent.
npx skills add zap-studio/monorepopnpm dlx skills add zap-studio/monorepoyarn dlx skills add zap-studio/monorepobunx skills add zap-studio/monorepoFor consumers mapping installed skills into agent config, run this after installing packages to automatically discover and install bundled skills from your installed dependencies:
npx @tanstack/intent installpnpm dlx @tanstack/intent installyarn dlx @tanstack/intent installbunx @tanstack/intent installEdit on GitHub
Last updated on