Skip to main content
OrchestKit v6.7.1 — 67 skills, 38 agents, 77 hooks with Opus 4.6 support
OrchestKit

Frontend Developer

OrchestKit toolkit for frontend developers

You're a frontend developer. Here's your toolkit.

You build React components, manage client state, fetch data, and chase down layout shifts. OrchestKit gives you 7 skills spanning React Server Components, shadcn/ui, TanStack Query, animations, and performance optimization -- plus 3 agents that can build UI, profile render performance, and audit accessibility without you leaving the terminal. Skills are injected based on what you're building, so the right patterns show up when you need them.

Your Skills

SkillWhat it does
react-server-components-frameworkNext.js 16+ App Router, Cache Components, streaming SSR, Server Actions, and React 19 patterns
shadcn-patternsCVA variants, OKLCH theming, cn() utility, and component composition for shadcn/ui
tanstack-query-advancedTanStack Query v5 infinite queries, optimistic updates, prefetching, gcTime, and queryOptions
core-web-vitalsLCP, INP, CLS optimization with 2026 thresholds, performance budgets, and RUM setup
motion-animation-patternsMotion (Framer Motion) presets for page transitions, stagger effects, modals, and skeleton loaders
zustand-patternsZustand 5.x slices, middleware, Immer integration, useShallow, and persistence patterns
lazy-loading-patternsReact.lazy, Suspense, route-based splitting, intersection observer, and preload strategies

Your Agents

AgentModelActivates when...
frontend-ui-developerinheritReact, TypeScript, component, UI, optimistic updates, Zod, TanStack, Suspense, form, lazy loading
performance-engineerinheritperformance, Core Web Vitals, LCP, INP, CLS, bundle size, Lighthouse, profiling, RUM
accessibility-specialistinheritaccessibility, a11y, WCAG, screen reader, keyboard navigation, ARIA, focus management

Your Workflows

  • Implement a Feature -- Describe a UI feature, get components built with proper types, tests, and accessibility baked in
  • Review a Pull Request -- Multi-agent PR review covering code quality, performance impact, and accessibility compliance

Quick Start

Try this right now:

/ork:implement "Add an infinite-scroll data table with optimistic row deletion"

The frontend-ui-developer agent activates with tanstack-query-advanced and shadcn-patterns injected, producing a table component with infinite query pagination, optimistic delete mutations, and skeleton loading states.

Edit on GitHub

Last updated on