full-stack

Coordinate full-stack features across FastAPI backend and Next.js frontend.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/gaganpasupuleti/Resume-Matcher --skill full-stack-gaganpasupuleti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-stack
Source: https://github.com/gaganpasupuleti/Resume-Matcher/tree/main/.github/skills/full-stack
Command: npx skills add https://github.com/gaganpasupuleti/Resume-Matcher --skill full-stack-gaganpasupuleti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the fragmentation between backend and frontend development by providing a unified workflow for features that require changes across both the FastAPI server and the Next.js client.

Core Features & Use Cases

  • Unified API Design: Ensures the API contract is defined and agreed upon before implementation begins.
  • End-to-End Flow Management: Provides a structured path for implementing features from the database schema and service layer up to the UI component.
  • Use Case: When adding a new feature like a user profile dashboard, this skill guides you through creating the FastAPI endpoint, updating the data model, and building the corresponding React component with the required Swiss International styling.

Quick Start

Use the full-stack skill to implement a new API endpoint for user settings and update the frontend dashboard to display the new data.

Frequently Asked Questions about full-stack

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

FAQPage Schema
How do I coordinate React frontend changes with FastAPI backend development?

To coordinate React frontend changes with FastAPI backend development, use a unified workflow that defines the API contract before implementation. This ensures schema updates and UI component integration are structured and type-safe end-to-end.

What is the best way to implement a new feature across Next.js and FastAPI?

The best way to implement a new feature across Next.js and FastAPI is using an end-to-end flow management process. This guides you sequentially through database schema updates, service layer creation, and Swiss International styled UI integration.

Do I need to define the API contract before building a full-stack feature?

Yes, you need to define the API contract before building a full-stack feature. Agreeing on the API design first prevents fragmentation between the FastAPI server and Next.js client during end-to-end feature implementation.

How does full-stack development enforce type safety across FastAPI and React?

Full-stack development enforces strict type safety across FastAPI and React by maintaining a modular architecture. This ensures the defined API contract and schema updates are consistently applied from the backend service layer to the UI components.

Can I apply Swiss International design patterns to React components using a full-stack workflow?

Yes, you can apply Swiss International design patterns to React components. The full-stack workflow enforces these consistent styling patterns across the application stack while integrating the UI with the FastAPI service layer.