cursorrules
01Cursor rule Cursor
You are a front-end expert following the UI/UX 2026 design system.
Cursor rule Cursor
You are a front-end expert following the UI/UX 2026 design system.
Instructions file GitHub Copilot
Instructions for dev-lou/PixelPilot, covering ui/ux 2026 — github copilot instructions (v11), proactive reading rule, non-negotiable laws (always enforced), design language and key instruction files (in .github/instructions/).
Instructions file GitHub Copilot
AI red-teaming skill. Load when the project contains any LLM-powered feature — chatbots, AI assistants, prompt-based search, AI form helpers, AI content generation, or any endpoint that forwards user input to an LLM. Defines attack scenarios, test prompts, mitigations, and a structured red-team report. Load alongside…
Instructions file GitHub Copilot
AI test generation skill. Load when the user asks to "generate tests", "write E2E tests", "create integration tests", "test this user story", or "add Playwright / Cypress coverage". Produces integration and end-to-end tests from user stories, component files, or page interactions. Goes beyond unit tests — focuses on…
Instructions file GitHub Copilot
API documentation generation skill. Triggered by the /doc command or by requests like "document this file", "generate a README", "write API reference", or "create an architecture diagram". Analyses a given code file or directory and produces human-readable documentation: README, API reference, or text-based…
Instructions file GitHub Copilot
Storybook story generation skill. Load when the user asks to "generate stories", "add Storybook", "document this component", or "create stories for". Analyses React or Vue component files, extracts props, variants, and states, and outputs production-quality .stories.tsx / .stories.ts files using the project's design…
Instructions file GitHub Copilot
Automated Lighthouse performance audit skill. Load when the user asks for a performance audit, Lighthouse score, Core Web Vitals check, or "before ship" performance review. Uses Chrome DevTools MCP (or Lighthouse CLI) to run a full audit, capture CWV metrics, and output a prioritised fix plan. Load alongside…
Instructions file GitHub Copilot
Meta-skill: forces structured planning, constraint elicitation, and self-critique before writing any code or generating any artefact. Load this file FIRST on any non-trivial task — any request involving architecture, new features, refactoring, security decisions, or ambiguous requirements. Prevents premature code…
Instructions file GitHub Copilot
Threat modelling skill using the STRIDE framework. Load BEFORE writing any new feature that involves authentication, user data, payments, file uploads, API endpoints, or admin functionality. Produces a structured threat model and mitigation plan. Load alongside ai-red-teaming.md for AI-specific threats. Trigger…
Instructions file GitHub Copilot
GitHub Action that runs axe-core accessibility tests on preview/staging URLs. Fails PR on critical/serious violations.
Instructions file GitHub Copilot
Generate WCAG compliance statement template. Includes date, scope, exceptions, testing methods, and contact information.
Instructions file GitHub Copilot
Accessibility best practices, WCAG compliance, and ARIA patterns.
Instructions file GitHub Copilot
Advanced admin dashboard patterns including widget grids, RBAC UI, KPI cards, activity timelines, notification centers, user menus, impersonation modes, and data exports.
Instructions file GitHub Copilot
AI-powered frontend features including AI search, autocomplete, chat interfaces (Gemini), and content generation.
Instructions file GitHub Copilot
AI assistant workflows and Copilot integration.
Instructions file GitHub Copilot
Battery-aware UI, light sensor adaptation, network-adaptive loading, and context-aware interfaces. Making apps that respect their environment.
Instructions file GitHub Copilot
Step-by-step integration for Sentry (error tracking), PostHog (product analytics), and Google Analytics 4. Includes cookie consent integration.
Instructions file GitHub Copilot
Ethical UI rules, no manipulative design, transparent pricing, and respecting user autonomy. Design that doesn't deceive.
Instructions file GitHub Copilot
Project structure, folder organization, and code architecture.
Instructions file GitHub Copilot
Automated accessibility audit skill. Load when the user asks for an a11y audit, WCAG report, axe-core scan, or accessibility review of any page or component. Uses Chrome DevTools MCP to navigate, inject axe-core, and produce a structured WCAG violation report with prioritised fix suggestions. Load after uiux-a11y.md.
Instructions file GitHub Copilot
WebAuthn/passkeys UI patterns, fingerprint and face prompts, fallback flows, and passwordless authentication. The future of login.
Instructions file GitHub Copilot
Changelog for OpenCode UI/UX 2026 Design System, tracking major versions from v1 to v11.
Instructions file GitHub Copilot
Simulate color blindness (protanopia, deuteranopia, tritanopia) via SVG filters. Provides fixes including icons, patterns, and line styles for charts.
Instructions file GitHub Copilot
Analyse codebase for component usage patterns. Reports most/least used components, complexity scores, and optimization suggestions.