Loading...
Loading...
Found 7,806 Skills
Comprehensive design system guidelines for building consistent, accessible, and scalable digital products
Create structured, visually hierarchical Notion notes with RogelioKG's style.
Smart/Dumb component patterns, Standalone components, modern control flow (@if, @for), and OnPush strategy for Angular 17+.
M3-compliant UI components (buttons, cards, forms, inputs). USE WHEN: creating components <300 lines, M3 migrations, Design System work. NOT FOR: complete screens, features with business logic (use flutter-developer). Always validate M3 components with MCP tools before creating custom. Examples: <example> Context: Need to migrate a button component to M3. user: "Migrate BukeerButton to Material Design 3" assistant: "I'll use flutter-ui-components to migrate BukeerButton to M3." <commentary>UI component migration is flutter-ui-components specialty.</commentary> </example> <example> Context: Create a new reusable form field. user: "Create a new date picker input component following M3" assistant: "I'll use flutter-ui-components to create the M3-compliant date picker." <commentary>Single UI components should be handled by flutter-ui-components.</commentary> </example>
When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions "paywall," "upgrade screen," "upgrade modal,...
Write READMEs for software projects. The skill should be used when writing or revising a README or README.md file.
Internal skill. Use cc10x-router for all development tasks.
Complete guide for building accessible, high-UX forms in modern stacks (React/Next.js, Tailwind, Zod). Includes specific patterns for clickable areas, range sliders, output-inspired design, and WCAG compliance.
Develop SwiftUI applications for iOS/macOS. Use when writing SwiftUI views, managing state, or building Apple platform UIs.
Use when you have a written implementation plan to execute with review checkpoints
Manage multiple Flutter versions efficiently using Git worktrees, eliminating the need for external version managers like FVM.
Learn how to build and utilize a graph database within your Flutter applications using SQLite and the Drift package to model relationships between data.