GAIA
Official@gaia-react · Japan
The React workflow for Claude
Agent Skills by GAIA
Showing 20 vetted skills indexed across 1 GitHub repositories.
playwright-cli
Automate browser interactions and generate Playwright test code.
gaia-react-perf
Diagnoses React render performance by analyzing component update cycles during user interactions.
gaia-wiki
Synchronize, consolidate, and lint repository wiki documentation files.
skeleton-loaders
Standardize skeleton loading states with shimmer classes and ARIA attributes.
gaia-handoff
Generate a structured handoff document from conversation history and git state.
a11y-fixes
Resolve axe-core accessibility violations with standardized WCAG AA code patterns.
typescript
Standardize TypeScript naming conventions, explicit return types, and Zod 4 schemas.
eslint-fixes
Resolve ESLint violations and configuration conflicts with standardized refactoring patterns.
gaia-pickup
Restore development context and session state from previous GAIA handoffs.
react-code
Enforce React 19 patterns and Conform-based form validation for GAIA components.
new-component
Scaffold React component structures with Vitest tests and Storybook stories.
release-notes
Translate technical CHANGELOG entries into structured TypeScript release data files.
new-hook
Scaffold custom React hooks with Vitest test files using GAIA CLI.
tailwind
Enforce consistent Tailwind CSS utility usage and class merging in React components.
file-tech-debt
Create deduplicated GitHub issues for out-of-scope code findings with provenance tracking.
update-gaia
Synchronize local project files with the latest GAIA framework release using three-way merge.
new-service
Scaffold API service modules with request functions, Zod schemas, and MSW mock handlers.
update-deps
Automate dependency discovery, installation, and validation in pnpm monorepos.
tdd
Enforce red-green-refactor cycles and verify behavior through public interfaces.
new-route
Scaffold GAIA framework routes with page components, tests, and i18n stubs.
Frequently Asked Questions About GAIA
FAQPage SchemaWhat specific development tasks does GAIA support?▼
GAIA enables rapid scaffolding of React components, hooks, and routes while enforcing TypeScript standards and Zod schema validation. It facilitates automated accessibility remediation, performance diagnostics for render cycles, and the generation of structured handoff documentation from existing git state and conversation history.
Which engineering personas benefit from these capabilities?▼
Frontend engineers and technical leads working within React 19 environments benefit most. It is designed for teams requiring strict adherence to Tailwind CSS utility patterns, consistent Vitest testing cycles, and standardized documentation practices across large-scale monorepo structures.
What are the primary prerequisites for implementation?▼
Implementation requires a React-based project environment, specifically utilizing pnpm for dependency management. Projects should be configured to support TypeScript, Tailwind CSS, and Vitest, as the framework relies on these specific dependencies to enforce its internal scaffolding and linting standards.