Agent Skills by Khai Pham
Showing 25 vetted skills indexed across 1 GitHub repositories.
render-props-pattern
Share rendering logic across components using render props that return JSX.
research
Synthesize technical information from docs and libraries into research reports.
react-composition-2026
Teach React component API design using composition over boolean props.
compound-pattern
Coordinate React subcomponents through shared parent state via Context API.
static-rendering
Generate pre-rendered HTML at build time for CDN deployment.
mfe-pattern
Expose and orchestrate micro frontends via window surface and hash-based routing.
hooks-pattern
Extract stateful logic into reusable custom hooks for React components.
streaming-ssr
Stream React server-side rendering with renderToPipeableStream and Suspense.
code-review
Review code against SPEC.md and output approval.md or issues.md.
client-side-rendering
Render React-based SPAs in the browser with a minimal HTML shell.
progressive-hydration
Defer hydration of non-critical React components using Suspense boundaries and dynamic imports.
server-side-rendering
Render React components on the server to generate full HTML for initial load.
react-2026
Guide React stack selection for modern web apps.
ai-ui-patterns
Provide reusable React design patterns for streaming AI UIs with Vercel AI SDK.
learner
Extract learnings from task artifacts and merge them into project context files.
react-selective-hydration
Enable selective hydration for SSR React apps using Suspense and hydrateRoot.
architect
Analyze requirements and design system architecture with component mapping and API endpoints.
react-server-components
Move data fetching and rendering to the server with React Server Components.
incremental-static-rendering
Automate Next.js ISR updates with revalidate, fallback, and on-demand revalidation.
react-render-optimization
Identify and apply React render-optimization patterns to minimize unnecessary re-renders.
code-write
Translate SPEC.md into code and integrate it into the target repository.
hoc-pattern
Creates higher-order components to reuse logic across multiple components.
react-data-fetching
Fetch, cache, and synchronize server data in React applications with TanStack Query.
orchestrator
Coordinate multi-agent workflows through staged architect, researcher, coder, reviewer, and debugger tasks.