What problem does it solve?
This Skill helps you create, update, and maintain the real_deal frontend without losing the project’s established patterns for routing, data fetching, styling, and reusable components. It reduces guesswork when building pages that need to fit the platform’s feed, profile, jobs, company, and networking experiences.
Core Features & Use Cases
- Next.js App Router development: Build server and client components that match the repository’s page structure and routing conventions.
- React and TypeScript UI work: Create reusable components, compose layouts, and add interactive behavior with typed props and hooks.
- Tailwind and theme styling: Apply utility classes and CSS variables to keep the interface consistent with the existing design system.
- Backend API integration: Connect pages to the platform’s API endpoints for explore feeds, profiles, jobs, companies, media, and billing data.
- Use case: Use this Skill when adding a new page, refining a feed row, wiring a search filter, or implementing a login and profile flow in the web app.
Quick Start
Ask this Skill to build or modify a Next.js page or component for the real_deal web app, and it will follow the repository’s API, routing, and styling conventions.