Hollowvyn
Official@hollowvyn
Offers architectural patterns and type-safe implementations for high-performance React frontends and scalable TypeScript backend systems.
Agent Skills by Hollowvyn
Showing 33 vetted skills indexed across 1 GitHub repositories.
render-props-pattern
Pass render functions as props to share stateful logic in React components.
zod
Validate incoming data against Zod schemas with TypeScript type inference.
react-composition-2026
Refactor React component APIs from boolean props to compositional patterns.
compound-pattern
Implement React compound components sharing state via Context.
typescript-core
Enforce TypeScript type correctness and runtime safety with strict tsconfig settings.
static-rendering
Pre-generate HTML at build time for non-personalized pages and dynamic routes.
trpc-type-safety
Share tRPC router types between TypeScript client and server with Zod validation.
tanstack-query
Manage asynchronous server-state fetching, caching, and synchronization in React applications.
vitest
Run fast, type-safe unit and component tests for TypeScript and JavaScript projects with Vitest.
hooks-pattern
Structure React components with built-in and reusable custom hooks.
streaming-ssr
Stream React 18 HTML incrementally using renderToPipeableStream and Suspense boundaries.
prisma-orm
Generate type-safe Prisma clients and manage schema migrations for TypeScript.
client-side-rendering
Render React single-page application views in the browser after initial HTML loads.
progressive-hydration
Defer JavaScript and event attachment for non-critical React components.
bulletproof-react-auditor
Audit React and TypeScript codebases against Bulletproof React principles.
server-side-rendering
Generate complete HTML on the server for React applications.
react-2026
Recommend React 19-era frameworks, routers, and state libraries for web apps.
ai-ui-patterns
Guide responsive React UI design for streaming AI chat with Vercel AI SDK.
react-selective-hydration
Enable selective hydration for React 18 streaming SSR pages.
react-server-components
Shift data fetching and non-interactive UI rendering into React Server Components.
incremental-static-rendering
Configure revalidate and fallback for incremental static regeneration in Next.js.
zustand
Create typed React stores with selector-based subscriptions and middleware.
kysely
Build type-safe SQL queries for TypeScript applications with Kysely generics.
nodejs-backend-typescript
Develop Node.js REST APIs in TypeScript with Express or Fastify.
Frequently Asked Questions About Hollowvyn
FAQPage SchemaWhat specific technical tasks can I perform using these patterns?▼
You can implement type-safe data fetching with TanStack Query, structure complex React interfaces using compound components, and enforce strict schema validation across your full-stack TypeScript environment using Zod and Drizzle ORM.
Which engineering personas benefit most from these architectural patterns?▼
These patterns are designed for frontend and full-stack engineers focused on building scalable, maintainable React applications and robust Node.js backends that prioritize type safety and performance.
What are the primary dependencies required to implement these patterns?▼
Implementation requires a modern TypeScript environment, React 18 or 19, and specific ecosystem libraries including Zod for validation, Drizzle or Prisma for database access, and TanStack Query for state management.