AgentOps

Skills Catalog

Browse and discover reusable skills that extend agent capabilities.

expo-best-practices
Production-grade Expo and React Native best practices covering performance, navigation, state management, native APIs, platform-specific code, OTA updates, testing, and accessibility
exporeact-nativetypescriptperformancemobilebest-practices
expo-component-patterns
Advanced React Native component patterns with TypeScript including compound components, headless components, HOCs, polymorphic pressables, animated patterns, and platform-adaptive components
exporeact-nativetypescriptpatternscomponentsarchitecture
expo-project-structure
Opinionated Expo + React Native + TypeScript project structure and screen-splitting guidance. Use this whenever the user asks how to organize a mobile codebase, where files should live, how to split large screens or components, how to structure components, hooks, services, store, constants, types, or navigation, or when an Expo app feels messy and needs a consistent architecture.
exporeact-nativetypescriptarchitecturefolder-structuremobile
nestjs-api-patterns
REST and GraphQL API design patterns for NestJS covering DTOs, versioning, pagination, filtering, sorting, caching, rate limiting, file uploads, and OpenAPI documentation. Use when building NestJS APIs, designing endpoints, implementing query patterns, or optimizing API performance.
nestjsapirestgraphqltypescriptopenapipaginationcaching
nestjs-auth-rbac
Authentication and authorization deep-dive for NestJS covering JWT, sessions, refresh tokens, RBAC, permissions, guards, decorators, OAuth2, multi-tenancy, and security hardening. Use when implementing auth flows, role-based access control, permission systems, or securing NestJS APIs.
nestjsauthjwtrbacpermissionssecuritytypescriptoauth
nestjs-drizzle-patterns
Deep Drizzle ORM patterns for NestJS applications covering schema design, migrations, relations, transactions, query builder, repositories, and testing. Use when integrating Drizzle with NestJS, designing database schemas, writing complex queries, or managing migrations.
nestjsdrizzleormdatabasetypescriptpostgresqlmigrations
nestjs-project-structure
Opinionated NestJS + TypeScript project structure covering module organization, layer-first architecture, monorepo patterns, and domain-driven folder conventions. Use when organizing a NestJS codebase, deciding where files should live, splitting large modules, or structuring services, controllers, repositories, DTOs, and guards.
nestjstypescriptarchitecturefolder-structurebackendmonorepo
nextjs-seo-optimization
Comprehensive SEO optimization for Next.js App Router projects. Use this whenever the user asks about Next.js SEO, metadata, generateMetadata, canonical URLs, sitemap.xml, robots.txt, JSON-LD, Open Graph, Twitter cards, indexing, crawlability, structured data, AI visibility, AEO, GEO, or why a Next.js page is not ranking or not appearing in AI-generated answers.
nextjsseogeoaeoai-visibilitymetadatajson-ld
react-best-practices
Production-grade React best practices covering performance, hooks, state management, error handling, Suspense, accessibility, and Server Components
reacttypescriptperformanceaccessibilitybest-practices
react-component-patterns
Advanced React component patterns with TypeScript including compound components, render props, HOCs, polymorphic components, and more
reacttypescriptpatternscomponentsarchitecture
react-hook-form-zod-shadcn
Complete guide to building type-safe forms with react-hook-form v7, Zod v4, and shadcn/ui Form components
reactformszodshadcn-uivalidationtypescript
react-project-structure
Opinionated React + Next.js + TypeScript project structure and component-splitting guidance. Use this whenever the user asks how to organize a frontend codebase, where files should live, how to split large pages or components, how to structure components, hooks, services, store, constants, lib, types, data, schema, or actions, or when a Next.js app feels messy and needs a consistent architecture.
reactnextjstypescriptarchitecturefolder-structurecomponents
shadcn-dialog-builder
Comprehensive patterns for building confirmation, form, wizard, and responsive dialogs with shadcn/ui and TypeScript
reactshadcn-uidialogmodaltypescriptpatterns
shadcn-shared-form-fields
Reusable, type-safe form field components wrapping shadcn/ui primitives with react-hook-form useFormContext
reactshadcn-uiformsreact-hook-formtypescriptcomponents