What problem does it solve?
This Skill provides a standardized, efficient way to build React components and pages for the IdeaForge frontend, ensuring consistency with brand guidelines, dark mode, and API interaction patterns.
Core Features & Use Cases
- Component Scaffolding: Quickly create new React components following established patterns and best practices.
- Dark Mode Integration: Automatically apply dark mode classes and brand colors, ensuring a consistent user experience.
- API Interaction: Standardized patterns for making backend API calls and handling responses.
- Use Case: "Create a new
IdeaCard component that displays an idea's name, summary, and score, ensuring it adheres to IdeaForge's dark mode styling and uses the correct brand colors and common UI elements."
Quick Start
Use the frontend-patterns skill to create a new React component named UserProfileHeader that displays a user's name and avatar, styled for dark mode.