AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "SISGEMEC — Cursor Rules" prompt rules to my project. Repository: https://github.com/aosenuma/SISGEMEC Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Sistema Web SISGEMEC
UI Rules
This document incorporates directives from: • App Flow Document: Clarifies user journeys (login, create ticket, list tickets, reporting/export). • Tech Stack & Frontend Guidelines: React + TypeScript, TailwindCSS, and shadcn/ui aligned with OpenAPI/Supabase. • System Prompts for Cursor Context & Memory Bank: Structured references for UI components, states, and contracts (cursor-context.md, prompts-library.md, development-log.md). • Cursorrules: Consistent, modular design and normalized error handling. ---
Shadcn/ui
• Use shadcn/ui as the default design system (ref: Frontend Guidelines). • No direct overrides: no editar components/ui. Extender vía wrappers del proyecto (@components/ui/*) para mantener capacidad de actualización.
TailwindCSS
• Seguir el enfoque utility-first (ref: Frontend Guidelines y Tech Stack). • Clases descriptivas y consistentes; preferir tokens (spacing/radius/typography) para consistencia visual y accesibilidad AA.
Next.js + React
• Next.js: aplicar SSR/ISR de forma selectiva para páginas de listas/reportes (ref: App Flow Document). • Vite/SPA: asegurar transiciones rápidas y code-splitting en vistas pesadas. • Usar hooks de React (useState, useEffect, useContext) y Context API solo para estado realmente global (auth/sesión, toasts); mantener el resto local por feature. ---
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts