dasherswdasherswCommunityยท5 Agent Skills Included

gea

Build and migrate ultra-lightweight reactive web apps with AI guidance

Guides AI agents to build web apps with Gea, a compiler-first reactive JavaScript UI framework with no virtual DOM. Converts existing React codebases to Gea step by step, replacing hooks, routers, and styled-components with simpler equivalents. Provides ready-made accessible UI components, benchmark reporting, and playground bundle workflows to ship faster.
npx skills add dashersw/gea --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Gea skills?โ–ผ

Run `npx skills add dashersw/gea --all -g -y` in your terminal to install all skills in this suite globally.

What is the Gea framework?โ–ผ

Gea is a compiler-first reactive JavaScript UI framework with no virtual DOM, proxy-based stores, and surgical DOM patching. A hello-world build ships only 121 bytes of compressed JavaScript.

How to migrate a React app to Gea?โ–ผ

The react-to-gea-migration skill walks your AI agent through converting components, hooks, routing, and styling step by step. It includes side-by-side code examples from a real Jira clone migration.

Does Gea include ready-made UI components?โ–ผ

Yes. The gea-ui-components skill covers about 35 accessible components like Button, Dialog, Select, and Toast, styled with Tailwind and powered by Zag.js state machines.

Do I need to learn new concepts to use Gea?โ–ผ

No. Gea uses plain JavaScript classes, functions, and getters with no signals, hooks, or dependency arrays, and the AI skills guide your agent through every pattern.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’