Frontend

Frontend frameworks, UI components, CSS, and web apps

489 skills available

Skills List

angular-signals

angular-signals

596frontend

Implement signal-based reactive state management in Angular v20+. Use for creating reactive state with signal(), derived state with computed(), dependent state with linkedSignal(), and side effects with effect(). Triggers on state management questions, converting from BehaviorSubject/Observable patterns to signals, or implementing reactive data flows.

analogjs avataranalogjs
Get
angular-forms

angular-forms

596frontend

Build signal-based forms in Angular v21+ using the new Signal Forms API. Use for form creation with automatic two-way binding, schema-based validation, field state management, and dynamic forms. Triggers on form implementation, adding validation, creating multi-step forms, or building forms with conditional fields. Signal Forms are experimental but recommended for new Angular projects. Don't use for template-driven forms without signals or third-party form libraries like Formly or ngx-formly.

analogjs avataranalogjs
Get
angular-directives

angular-directives

596frontend

Create custom directives in Angular v20+ for DOM manipulation and behavior extension. Use for attribute directives that modify element behavior/appearance, structural directives for portals/overlays, and host directives for composition. Triggers on creating reusable DOM behaviors, extending element functionality, or composing behaviors across components. Note - use native @if/@for/@switch for control flow, not custom structural directives.

analogjs avataranalogjs
Get
angular-ssr

angular-ssr

596frontend

Implement server-side rendering and hydration in Angular v20+ using @angular/ssr. Use for SSR setup, hydration strategies, prerendering static pages, and handling browser-only APIs. Triggers on SSR configuration, fixing hydration mismatches, prerendering routes, or making code SSR-compatible.

analogjs avataranalogjs
Get
angular-new-app

angular-new-app

563frontend

Creates a new Angular app using the Angular CLI. This skill should be used whenever a user wants to create a new Angular application and contains important guidelines for how to effectively create a modern Angular application.

angular avatarangular
Get
angular-developer

angular-developer

534frontend

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling.

angular avatarangular
Get
design-flow

design-flow

435frontend

Run the full design-to-build workflow as a guided sequence. Orchestrates all designer skills in order, from grilling through review. Use when user wants to go through the complete design process, start a project from scratch, run the full flow, or mentions "design flow" or "full workflow".

julianoczkowski avatarjulianoczkowski
Get
brief-to-tasks

brief-to-tasks

435frontend

Break a design brief into an ordered checklist of independently buildable tasks using vertical slices. Saves as a markdown checklist. Use when user wants to break down work, create tasks from a brief, plan implementation order, or mentions "tasks" or "breakdown".

julianoczkowski avatarjulianoczkowski
Get
information-architecture

information-architecture

430frontend

Define the structural layer of a product or site before visual design begins. Covers navigation, content hierarchy, page structure, URL patterns, and user flows. Use when user wants to plan site structure, define navigation, map user flows, organize content, or mentions "IA" or "information architecture".

julianoczkowski avatarjulianoczkowski
Get
frontend-design

frontend-design

430frontend

Build distinctive, production-grade frontend interfaces with high design quality, guided by named aesthetic philosophies. Use when building components, pages, or applications. Generates working code with exceptional attention to aesthetic details and creative choices that avoid generic AI output.

julianoczkowski avatarjulianoczkowski
Get
convex-component-authoring

convex-component-authoring

404frontend

How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management

waynesutton avatarwaynesutton
Get
convex-realtime

convex-realtime

400frontend

Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading

waynesutton avatarwaynesutton
Get
vueuse-functions

vueuse-functions

377frontend

Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.

vueuse avatarvueuse
Get
remotion-video

remotion-video

377frontend

使用 Remotion 框架以编程方式创建视频。Remotion 让你用 React 组件定义视频内容,支持动画、字幕、音乐可视化等。 触发词: - "用代码做视频"、"编程视频"、"React 视频" - "Remotion"、"remotion" - "/remotion-video" 适用场景: - 程序化视频:(1) 批量生成 (2) 数据驱动(如年度总结)(3) 音乐可视化 (4) 自动字幕 - 教程讲解视频:(5) 技术概念可视化(如 CNN、算法)(6) 分层递进讲解 (7) AI 配音教程 - 3D 视频:(8) 产品展示/模型动画 (9) 卡通角色讲解 (10) 3D 数据可视化 (11) Logo 动画

wshuyi avatarwshuyi
Get
favicon

favicon

365frontend

Generate a complete set of favicons from a source image and update HTML. Use when setting up favicons for a web project.

brianlovin avatarbrianlovin
Get
bun

bun

365frontend

Use Bun instead of Node.js, npm, pnpm, or vite. Provides command mappings, Bun-specific APIs, and development patterns.

brianlovin avatarbrianlovin
Get
react-doctor

react-doctor

365frontend

Diagnose and fix React codebase health issues. Use when reviewing React code, fixing performance problems, auditing security, or improving code quality.

brianlovin avatarbrianlovin
Get
simplify

simplify

358frontend

Simplify and refine recently modified code for clarity and consistency. Use after writing code to improve readability without changing functionality.

brianlovin avatarbrianlovin
Get
firebase-hosting-basics

firebase-hosting-basics

357frontend

Skill for working with Firebase Hosting (Classic). Use this when you want to deploy static web apps, Single Page Apps (SPAs), or simple microservices. Do NOT use for Firebase App Hosting.

firebase avatarfirebase
Get
firebase-app-hosting-basics

firebase-app-hosting-basics

357frontend

Deploy and manage web apps with Firebase App Hosting. Use this skill when deploying Next.js/Angular apps with backends.

firebase avatarfirebase
Get
simplify

simplify

354frontend

Simplify and refine recently modified code for clarity and consistency. Use after writing code to improve readability without changing functionality.

brianlovin avatarbrianlovin
Get
superdesign

superdesign

339frontend

Design or redesign frontend UI with the Superdesign canvas. Use for design-system extraction, faithful UI reproduction, visual variants, reusable design components, and multi-page flows. Do not use for implementation-only tasks that require no design exploration.

superdesigndev avatarsuperdesigndev
Get
ui-craft

ui-craft

333frontend

Use for UI design and implementation work to avoid generic AI-looking interfaces. Provides anti-slop rules, a required discovery phase before coding, and guidance for layout, typography, color, motion, accessibility, dashboards, tables, landing pages, theming, and polish. Trigger when editing UI code or reviewing and refining components, pages, screens, layouts, animations, responsive behavior, or design systems.

educlopez avatareduclopez
Get
nextjs-data-fetching

nextjs-data-fetching

329frontend

Provides Next.js App Router data fetching patterns including SWR and React Query integration, parallel data fetching, Incremental Static Regeneration (ISR), revalidation strategies, and error boundaries. Use when implementing data fetching in Next.js applications, choosing between server and client fetching, setting up caching strategies, or handling loading and error states.

giuseppe-trisciuoglio avatargiuseppe-trisciuoglio
Get