fullstack-guide

Centralize React frontend best practices for consistent project architecture.

12|3|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/VidyFoo/antigravity-skill-engine --skill fullstack-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fullstack-guide
Source: https://github.com/VidyFoo/antigravity-skill-engine/tree/main/.agent/skills/1-dev/fullstack-guide
Command: npx skills add https://github.com/VidyFoo/antigravity-skill-engine --skill fullstack-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes frontend conventions, patterns, and practices to ensure consistent, scalable React projects across teams.

Core Features & Use Cases

  • Centralized guidelines for modern React development, data fetching patterns, file organization, and styling.
  • Standardized project structure and alias conventions to simplify onboarding and collaboration.
  • Reusable patterns and architectures (e.g., Suspense-aware data fetching, lazy loading, and component patterns) to accelerate feature delivery.

Quick Start

Consult this guide when starting a new frontend feature or refactoring an existing codebase to apply standardized patterns and organize code effectively.

Frequently Asked Questions about fullstack-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to structure a React project with TypeScript for scalability?

The best way to structure a scalable React project is using a consistent folder structure with features/, components/, hooks/, and types/ directories. This centralizes frontend conventions and simplifies onboarding by standardizing file organization and alias conventions across teams.

How do I organize React data fetching patterns using TanStack Query?

You organize React data fetching patterns using TanStack Query by applying reusable architectures like Suspense-aware data fetching. This ensures consistent data retrieval logic across features while maintaining standardized practices for building or refactoring React-based components.

Does this guide support styling conventions for MUI in React?

Yes, this guide supports MUI styling conventions for React. It provides centralized guidelines for styling to ensure consistent, scalable React projects by enforcing standardized practices across frontend development teams.

Can I use these React patterns when refactoring an existing codebase?

Yes, you can use these React patterns when refactoring an existing codebase. The guide is applied to building or refactoring React-based features, components, and routing, providing standardized patterns to organize code effectively and solve inconsistent frontend architectures.

What are the limitations of using standardized frontend architectures for React?

The limitations of using standardized frontend architectures include strict adherence requirements to TypeScript usage, MUI styling conventions, and TanStack Query patterns. Projects not using this specific tech stack cannot easily apply the centralized guidelines without significant architectural adjustments.