Loading...
Loading...
Found 144 Skills
Guide for making changes to the database schema, validation, types, and data access layer. Use when adding tables, columns, relations, or modifying the data model. Triggers on: add table, add column, modify schema, database change, data model, new entity, schema migration.
Architecture standard for building robust, type-safe TypeScript services using the "Spec and Handler" pattern. Use when building CLIs, libraries, or complex business logic.
Registers existing React components with Tambo so AI can render them. Use when user wants to make their existing components available to AI, register components for generative UI, convert React components to Tambo components, or mentions /add-components-to-registry. For creating NEW components, see the components skill. For project setup, use add-to-existing-project or start-from-scratch skills.
Configure TypeScript strict mode with additional safety flags. Catch bugs at compile time instead of production. Includes branded types, exhaustive switches, and Result types.
Ban `as` type assertions in a package via the `@typescript-eslint/consistent-type-assertions` lint rule, replacing them with compiler-verified type-safe alternatives. Use when enabling the assertion ban in a new package or fixing violations in an existing one.
Generate and modify Vue 3, TypeScript, and SCSS code in compliance with project standards.
Create AI tools for use with Vercel AI SDK agents. Use when asked to "create AI tools", "add agent tools", "create tool for AI", or "add tools to agent".
tRPC type-safe API patterns, procedures, middleware, React Query integration
When working with FaasJS projects, must follow these best practices to ensure code quality, maintainability, and testability.
Complete environment variable management with type-safe validation, Vercel dev workflow, and prebuild validation.
Use when reading or writing TypeScript or JavaScript files (.ts, .tsx, .js, tsconfig.json).
tRPC end-to-end type-safe APIs for TypeScript with React Query integration and full-stack type safety