home / skills / agents-inc

agents-inc skills

Find 86 skills from 1 repo created by agents-inc on GitHub.

1 repo
86 skills
GitHub

Sponsored

api-performance-api-performance

agents-inc/skills

This skill helps optimize backend performance through query optimization, caching, and non-blocking patterns with measured improvements.
security-auth-security

agents-inc/skills

This skill helps secure authentication, secrets, and user input by applying proven security patterns such as HttpOnly cookies, DOMPurify sanitization, and CSP
web-data-fetching-trpc

agents-inc/skills

This skill enables end-to-end type-safe tRPC APIs in TypeScript monorepos, sharing router types and enforcing validation from server to client.
web-forms-react-hook-form

agents-inc/skills

This skill helps you build fast, type-safe React Hook Form patterns using useForm, Controller, useFieldArray, and resolver-based validation.
web-i18n-vue-i18n

agents-inc/skills

This skill implements type-safe vue i18n with Composition API, ensuring single useI18n call, reactive locale, and compile-time locale constants for Vue 3.
web-i18n-react-intl

agents-inc/skills

This skill helps you implement React Intl i18n with ICU message formatting, providing declarative and imperative APIs for robust localization.
web-mocks-msw

agents-inc/skills

This skill helps you set up centralized MSW mocks with variant handlers for browser and Node, ensuring type-safe, reusable API mocks.
web-state-zustand

agents-inc/skills

This skill helps you decide when to use Zustand for shared UI state versus useState for local state, ensuring clean architecture.
web-utilities-date-fns

agents-inc/skills

This skill helps you format, parse, and manipulate dates in TypeScript using date-fns with pure, tree-shakeable functions.
api-email-resend-react-email

agents-inc/skills

This skill enables server-side Resend email delivery with React Email templates, ensuring reliable, typed, and unsubscribe-compliant transactional emails.
web-animation-css-animations

agents-inc/skills

This skill helps you implement performant CSS animations using transforms and opacity, respecting reduced motion and design tokens for consistent timing.
api-analytics-posthog-analytics

agents-inc/skills

This skill helps implement GDPR-compliant PostHog analytics with structured events, server-side reliability, and privacy-safe user identification for product
api-email-setup-resend

agents-inc/skills

This skill streamlines Resend setup for React Email in a monorepo, ensuring domain verification, template packaging, and secure API usage.
api-analytics-setup-posthog

agents-inc/skills

This skill helps you configure PostHog analytics and feature flags in a Next.js App Router monorepo with client and server setup.
api-database-drizzle

agents-inc/skills

This skill helps you query and manage a Neon-backed Drizzle ORM database with type-safe, relational patterns and atomic transactions.
api-auth-better-auth-drizzle-hono

agents-inc/skills

This skill enables self-hosted, type-safe authentication with Better Auth on Hono and Drizzle, supporting email/password, OAuth, 2FA, and multi-tenant sessions.
api-database-prisma

agents-inc/skills

This skill enables type-safe Prisma ORM usage with singleton client, relational queries, and atomic transactions for reliable data access.
api-ci-cd-github-actions

agents-inc/skills

This skill helps you configure GitHub Actions CI/CD with Turborepo, Bun, and quality gates for fast, secure deployments.
web-framework-nextjs-server-actions

agents-inc/skills

This skill helps you implement Next.js server actions for mutations, cache revalidation, and secure form handling with progressive enhancement.
api-framework-fastify

agents-inc/skills

This skill helps you build high-performance Fastify REST APIs with type-safe schemas, plugin encapsulation, and lifecycle hooks for scalable apps.
api-framework-express

agents-inc/skills

This skill helps you build robust Express.js APIs with modular routing, centralized error handling, and middleware-driven request processing.
api-flags-posthog-flags

agents-inc/skills

This skill helps you implement gradual rollouts, A/B tests, and remote configuration with PostHog feature flags across client and server code.
api-framework-hono

agents-inc/skills

This skill helps you build type-safe REST APIs with Hono and OpenAPI, auto-generating docs and client code from Zod schemas.
cli-framework-cli-commander

agents-inc/skills

This skill helps you build robust Node.js CLIs with Commander.js, interactive prompts, and a clear config hierarchy for reliable tooling.
api-observability-setup-axiom-pino-sentry

agents-inc/skills

This skill guides a one-time setup of Pino, Axiom, and Sentry for observability, enabling reliable logging, error tracking, and source maps.
api-observability-axiom-pino-sentry

agents-inc/skills

This skill enhances observability by integrating Pino, Sentry, and Axiom with correlation IDs for structured logs, error boundaries, and proactive monitoring.
infra-tooling-setup-tooling

agents-inc/skills

This skill configures ESLint 9 flat config, Prettier, TS, and Vite in monorepos with shared configs and strict typing for fast DX.
cli-framework-oclif-ink

agents-inc/skills

This skill helps you build advanced CLIs by combining oclif routing with Ink-based interactive terminals for rich user interfaces.
infra-monorepo-turborepo

agents-inc/skills

This skill guides configuring Turborepo 2.7 with Bun workspaces for monorepo orchestration, enabling topological build order, caching, and consistent internal
infra-env-setup-env

agents-inc/skills

This skill helps you enforce per-app environment management with Zod validation and framework prefixes to secure and validate config.
meta-methodology-anti-over-engineering

agents-inc/skills

This skill applies anti-over-engineering principles to surgical, minimal changes using existing utilities and conventions to modify code.
web-forms-vee-validate

agents-inc/skills

This skill helps you implement Vue 3 forms with VeeValidate v4 using useForm, defineField, useField, and useFieldArray for robust validation.
meta-methodology-improvement-protocol

agents-inc/skills

This skill helps you iteratively improve your own prompts and configurations using evidence-based patterns and clear rationales before applying.
meta-methodology-context-management

agents-inc/skills

This skill helps maintain project continuity across sessions by systematically documenting progress, decisions, and insights for instant resumption.
meta-methodology-investigation-requirements

agents-inc/skills

This skill ensures rigorous code analysis by listing necessary files, reading them fully, and basing conclusions solely on what is found.
meta-methodology-write-verification

agents-inc/skills

This skill ensures verification of saved edits by re-reading files, confirming changes exist, and reporting success only after validation passes.
meta-methodology-success-criteria

agents-inc/skills

This skill helps teams craft explicit, measurable success criteria for tasks, enabling verifiable completion and evidence-based validation.
web-framework-nextjs-app-router

agents-inc/skills

This skill helps you implement Next.js 15 App Router patterns with server components by default, enabling streaming and metadata SEO.
mobile-framework-expo

agents-inc/skills

This skill guides Expo managed workflow projects, applying patterns for CNG, routing, dev builds, and EAS workflows to accelerate production ready apps.
meta-research-research-methodology

agents-inc/skills

This skill helps researchers conduct evidence-based codebase investigations by documenting file:line findings, verifying paths, and producing AI-ready,
meta-reviewing-cli-reviewing

agents-inc/skills

This skill guides you in reviewing CLI code with SIGINT, prompts cancellation, and exit code patterns to improve UX and reliability.
meta-reviewing-reviewing

agents-inc/skills

This skill guides you through meta-reviewing code reviews, enforcing CLAUDE.md conventions, and providing actionable, file:line specific feedback with severity.
mobile-framework-react-native

agents-inc/skills

This skill helps you implement React Native development patterns using the New Architecture, FlashList optimization, and platform-specific code for iOS and
web-animation-view-transitions

agents-inc/skills

This skill guides implementing native View Transitions API patterns with feature detection, accessibility fallbacks, and clean naming to deliver smooth SPA and
web-accessibility-web-accessibility

agents-inc/skills

This skill helps you implement keyboard accessible components with ARIA patterns using Radix UI and WCAG AA compliance.
web-animation-framer-motion

agents-inc/skills

This skill helps you implement GPU-accelerated motion animations with motion/react, using variants, AnimatePresence, layoutId, and accessibility best practices.
web-styling-cva

agents-inc/skills

This skill enables type-safe component styling with class variance authority by defining variants, defaults, and compounds for reusable UI components.
web-data-fetching-graphql-apollo

agents-inc/skills

This skill helps you implement robust GraphQL data handling with Apollo Client, including cache normalization, optimistic updates, and realtime subscriptions.
web-data-fetching-graphql-urql

agents-inc/skills

This skill helps you implement URQL GraphQL client patterns with proper exchange order, caching, and optimistic updates to improve data fetching.
web-data-fetching-swr

agents-inc/skills

This skill helps you implement lightweight data fetching with SWR, providing caching, revalidation, and safe mutation patterns.
web-server-state-react-query

agents-inc/skills

This skill generates a type-safe API client and React Query hooks from OpenAPI specs using hey-api, with environment-based configuration.
web-testing-vitest

agents-inc/skills

This skill helps you enforce end-to-end Playwright tests for critical user journeys while co-locating pure-function unit tests and mocking networks.
web-files-image-handling

agents-inc/skills

This skill helps you handle client-side image processing efficiently by previewing, resizing, compressing, and managing EXIF orientation with safe cleanup.
web-error-handling-result-types

agents-inc/skills

This skill enforces TypeScript Result patterns to handle errors explicitly, enabling safe, composable, and fast error handling across code paths.
web-error-handling-error-boundaries

agents-inc/skills

This skill helps you implement robust React error boundaries with fallback UIs, recovery resets, and centralized logging for resilient UI.
web-files-file-upload-patterns

agents-inc/skills

This skill helps you implement robust client and server file uploads with drag-and-drop, validation, presigned S3 uploads, and accessibility.
web-forms-zod-validation

agents-inc/skills

This skill provides practical Zod patterns for TypeScript, enabling safe runtime validation, automatic type inference, and robust form, API, and config data
web-framework-angular-standalone

agents-inc/skills

This skill helps build Angular standalone components with signal-based reactivity, template control flow, and dependency injection for efficient, modular UI
web-framework-remix

agents-inc/skills

This skill helps you implement Remix v2 patterns with loaders, actions, and progressive enhancement to build secure, server-rendered full-stack apps.
web-framework-react

agents-inc/skills

This skill helps you build React 19 component architectures with ref-as-prop, className exposure, and Actions-driven forms for robust UI.
web-framework-vue-composition-api

agents-inc/skills

This skill teaches Vue 3 Composition API best practices for clean script setup, reactivity, and reusable composables to boost maintainability.
web-framework-nuxt

agents-inc/skills

This skill helps you build robust Nuxt 3 apps by applying file-based routing, SSR-safe data fetching, and auto-imports across routes, layouts, and SEO.
web-framework-solidjs

agents-inc/skills

This skill teaches SolidJS fine-grained reactivity patterns, guiding practitioners to use signals, stores, resources, and control flow for reactive UIs.
web-i18n-next-intl

agents-inc/skills

This skill helps implement type-safe i18n in Next.js App Router with next-intl, ensuring locale validation and static rendering benefits.
web-performance-web-performance

agents-inc/skills

This skill optimizes web performance by enforcing budgets, measuring Core Web Vitals, and guiding lazy loading and memoization for fast, smooth UIs.
web-realtime-websockets

agents-inc/skills

This skill helps you implement robust WebSocket real-time patterns with backoff, heartbeat, queues, and type-safe messages for reliable client-server
web-realtime-socket-io

agents-inc/skills

This skill helps you implement robust Socket.IO client patterns with typed events, secure authentication, and reliable reconnection for real-time apps.
web-pwa-service-workers

agents-inc/skills

This skill helps you implement robust service worker patterns with lifecycle management, versioned caches, and user-controlled offline update strategies.
web-realtime-sse

agents-inc/skills

This skill enables reliable server-sent events integration, including lifecycle, reconnection, keep-alives, and message parsing for real-time client updates.
web-pwa-offline-first

agents-inc/skills

This skill helps you implement offline-first data with IndexedDB, sync queues, and optimistic UI for resilient web apps.
web-state-jotai

agents-inc/skills

This skill helps you manage fine-grained React state with atomic cells and automatic dependency tracking for fast, scalable UIs.
web-state-ngrx-signalstore

agents-inc/skills

This skill helps Angular developers implement reactive client state with NgRx SignalStore, enabling composable features, efficient entity management, and RxJS
web-state-mobx

agents-inc/skills

This skill teaches MobX state management patterns for reactive client state using best practices like makeAutoObservable, observer, and runInAction to boost UI
web-state-pinia

agents-inc/skills

This skill helps you manage Vue 3 client state with Pinia using Options or Setup stores, including persistence and proper reactive patterns.
web-state-redux-toolkit

agents-inc/skills

This skill helps you manage enterprise-scale client state with Redux Toolkit patterns, RTK Query caching, and normalized entities for robust apps.
web-styling-tailwind

agents-inc/skills

This skill helps you configure Tailwind CSS v4 with a CSS-first workflow, defining tokens via @theme and creating utilities with @utility.
web-styling-scss-modules

agents-inc/skills

This skill helps you implement design tokens and theming in SCSS modules using a two-tier system for consistent UI across apps.
web-testing-react-testing-library

agents-inc/skills

This skill helps you test React components with accessibility-first queries, userEvent, and renderHook patterns to validate user behavior.
web-testing-vue-test-utils

agents-inc/skills

This skill guides testing Vue 3 components with Vue Test Utils, covering mount, wrapper queries, interactions, and Pinia mocking for reliable tests.
web-testing-cypress-e2e

agents-inc/skills

This skill helps you implement Cypress end-to-end tests following best-practice patterns for structure, selectors, mocking, fixtures, and accessibility.
web-testing-playwright-e2e

agents-inc/skills

This skill guides end-to-end Playwright testing using accessible locators, page objects, and auto-waiting assertions to validate complete user workflows.
web-ui-tanstack-table

agents-inc/skills

This skill helps you implement TanStack Table patterns with server-side data via useReactTable, memoized columns, and strict type-safety.
web-ui-shadcn-ui

agents-inc/skills

This skill helps you implement and customize shadcn/ui components using a CLI-driven workflow, CSS variables, and cn() utility for consistent theming.
web-tooling-storybook

agents-inc/skills

This skill helps you implement Storybook CSF 3.0 patterns with typed meta, args, play functions, and autodocs for robust UI documentation.
web-ui-radix-ui

agents-inc/skills

This skill helps you implement accessible Radix UI overlays using compound components, portals, and data-state patterns for robust, keyboard-friendly dialogs
web-utilities-native-js

agents-inc/skills

This skill promotes native ES2022-2025 JavaScript utilities for array, object, set operations and deep cloning, reducing lodash usage.