GAIA avatar

GAIA

Official

@gaia-react · Japan

0Followers
|
6Public Repos
|
20Published Skills

The React workflow for Claude

Skills Distribution
DomainDeveloper To...Frontend Architect.. (40%)Quality Assurance (30%)Developer Experience (30%)

Agent Skills by GAIA

Showing 20 vetted skills indexed across 1 GitHub repositories.

gaia-reactgaia-react
21

playwright-cli

Automate browser interactions and generate Playwright test code.

Official
Advanced
gaia-reactgaia-react
21

gaia-react-perf

Diagnoses React render performance by analyzing component update cycles during user interactions.

Official
Advanced
gaia-reactgaia-react
21

gaia-wiki

Synchronize, consolidate, and lint repository wiki documentation files.

Official
Intermediate
gaia-reactgaia-react
21

skeleton-loaders

Standardize skeleton loading states with shimmer classes and ARIA attributes.

Official
Intermediate
gaia-reactgaia-react
21

gaia-handoff

Generate a structured handoff document from conversation history and git state.

Official
Intermediate
gaia-reactgaia-react
21

a11y-fixes

Resolve axe-core accessibility violations with standardized WCAG AA code patterns.

Official
Intermediate
gaia-reactgaia-react
21

typescript

Standardize TypeScript naming conventions, explicit return types, and Zod 4 schemas.

Official
Advanced
gaia-reactgaia-react
21

eslint-fixes

Resolve ESLint violations and configuration conflicts with standardized refactoring patterns.

Official
Intermediate
gaia-reactgaia-react
21

gaia-pickup

Restore development context and session state from previous GAIA handoffs.

Official
Basic
gaia-reactgaia-react
21

react-code

Enforce React 19 patterns and Conform-based form validation for GAIA components.

Official
Advanced
gaia-reactgaia-react
21

new-component

Scaffold React component structures with Vitest tests and Storybook stories.

Official
Intermediate
gaia-reactgaia-react
21

release-notes

Translate technical CHANGELOG entries into structured TypeScript release data files.

Official
Advanced
gaia-reactgaia-react
21

new-hook

Scaffold custom React hooks with Vitest test files using GAIA CLI.

Official
Basic
gaia-reactgaia-react
21

tailwind

Enforce consistent Tailwind CSS utility usage and class merging in React components.

Official
Intermediate
gaia-reactgaia-react
21

file-tech-debt

Create deduplicated GitHub issues for out-of-scope code findings with provenance tracking.

Official
Advanced
gaia-reactgaia-react
21

update-gaia

Synchronize local project files with the latest GAIA framework release using three-way merge.

Official
Advanced
gaia-reactgaia-react
21

new-service

Scaffold API service modules with request functions, Zod schemas, and MSW mock handlers.

Official
Intermediate
gaia-reactgaia-react
21

update-deps

Automate dependency discovery, installation, and validation in pnpm monorepos.

Official
Advanced
gaia-reactgaia-react
21

tdd

Enforce red-green-refactor cycles and verify behavior through public interfaces.

Official
Advanced
gaia-reactgaia-react
21

new-route

Scaffold GAIA framework routes with page components, tests, and i18n stubs.

Official
Intermediate

Frequently Asked Questions About GAIA

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