What problem does it solve?
This Skill prevents inconsistent frontend implementations by providing HugAgentOS-specific standards for React, TypeScript, Ant Design, Zustand, API integration, styling, streaming behavior, and component organization.
Core Features & Use Cases
- Frontend Architecture Guidance: Define consistent structures for components, hooks, stores, shared types, API clients, styles, and barrel exports.
- Implementation Templates and References: Provide reusable templates, CSS variables, UI design specifications, component trees, icon assets, API patterns, and SSE event semantics.
- Deterministic Scaffolding: Generate starter component files, styles, and local exports with the included component scaffolding script.
- Use Case: When adding a new chat, catalog, or settings feature, use this Skill to create the component structure, connect Zustand state and authenticated APIs, process streaming events, and verify the implementation against the project's design and code conventions.
Quick Start
Use the HugAgentOS frontend development skill to scaffold and implement a new React TypeScript component for the requested feature while following the project's Zustand, Ant Design, API, SSE, TypeScript, and CSS conventions.