Hollowvyn avatar

Hollowvyn

Official

@hollowvyn

0Followers
|
1Public Repos
|
33Published Skills

Offers architectural patterns and type-safe implementations for high-performance React frontends and scalable TypeScript backend systems.

Skills Distribution
DomainDeveloper To...Frontend Architect.. (50%)Backend Engineering (30%)Testing & Quality .. (20%)

Agent Skills by Hollowvyn

Showing 33 vetted skills indexed across 1 GitHub repositories.

HollowvynHollowvyn

render-props-pattern

Pass render functions as props to share stateful logic in React components.

Official
Basic
HollowvynHollowvyn

zod

Validate incoming data against Zod schemas with TypeScript type inference.

Official
Advanced
HollowvynHollowvyn

react-composition-2026

Refactor React component APIs from boolean props to compositional patterns.

Official
Intermediate
HollowvynHollowvyn

compound-pattern

Implement React compound components sharing state via Context.

Official
Intermediate
HollowvynHollowvyn

typescript-core

Enforce TypeScript type correctness and runtime safety with strict tsconfig settings.

Official
Advanced
HollowvynHollowvyn

static-rendering

Pre-generate HTML at build time for non-personalized pages and dynamic routes.

Official
Intermediate
HollowvynHollowvyn

trpc-type-safety

Share tRPC router types between TypeScript client and server with Zod validation.

Official
Intermediate
HollowvynHollowvyn

tanstack-query

Manage asynchronous server-state fetching, caching, and synchronization in React applications.

Official
Advanced
HollowvynHollowvyn

vitest

Run fast, type-safe unit and component tests for TypeScript and JavaScript projects with Vitest.

Official
Intermediate
HollowvynHollowvyn

hooks-pattern

Structure React components with built-in and reusable custom hooks.

Official
Intermediate
HollowvynHollowvyn

streaming-ssr

Stream React 18 HTML incrementally using renderToPipeableStream and Suspense boundaries.

Official
Intermediate
HollowvynHollowvyn

prisma-orm

Generate type-safe Prisma clients and manage schema migrations for TypeScript.

Official
Advanced
HollowvynHollowvyn

client-side-rendering

Render React single-page application views in the browser after initial HTML loads.

Official
Basic
HollowvynHollowvyn

progressive-hydration

Defer JavaScript and event attachment for non-critical React components.

Official
Intermediate
HollowvynHollowvyn

bulletproof-react-auditor

Audit React and TypeScript codebases against Bulletproof React principles.

Official
Advanced
HollowvynHollowvyn

server-side-rendering

Generate complete HTML on the server for React applications.

Official
Intermediate
HollowvynHollowvyn

react-2026

Recommend React 19-era frameworks, routers, and state libraries for web apps.

Official
Intermediate
HollowvynHollowvyn

ai-ui-patterns

Guide responsive React UI design for streaming AI chat with Vercel AI SDK.

Official
Intermediate
HollowvynHollowvyn

react-selective-hydration

Enable selective hydration for React 18 streaming SSR pages.

Official
Advanced
HollowvynHollowvyn

react-server-components

Shift data fetching and non-interactive UI rendering into React Server Components.

Official
Intermediate
HollowvynHollowvyn

incremental-static-rendering

Configure revalidate and fallback for incremental static regeneration in Next.js.

Official
Intermediate
HollowvynHollowvyn

zustand

Create typed React stores with selector-based subscriptions and middleware.

Official
Intermediate
HollowvynHollowvyn

kysely

Build type-safe SQL queries for TypeScript applications with Kysely generics.

Official
Intermediate
HollowvynHollowvyn

nodejs-backend-typescript

Develop Node.js REST APIs in TypeScript with Express or Fastify.

Official
Advanced

Frequently Asked Questions About Hollowvyn

FAQPage Schema
What 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.