Resolving Flutter Layout Errors
2,857Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed"
excalidraw-diagram-generator
2,827Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a proc
Writing Flutter Widget Tests
2,814Implement a component-level test using `WidgetTester` to verify UI rendering and user interactions (tapping, scrolling, entering text). Use
Implementing Routing and Deep Linking
2,811Configure `MaterialApp.router` using a package like `go_router` for advanced URL-based navigation. Use when developing web applications or m
Implementing Flutter Integration Tests
2,808Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing
Cache Components (Next.js 16+)
2,806Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag
flutter-implement-json-serialization
2,790Create model classes with `fromJson` and `toJson` methods using `dart:convert`. Use when manually mapping JSON keys to class properties for
Internationalizing Flutter Applications
2,781Add `flutter_localizations` and `intl` dependencies, enable "generate true" in `pubspec.yaml`, and create an `l10n.yaml` configuration file.
flutter-add-widget-preview
2,776Adds interactive widget previews to the project using the previews.dart system. Use when creating new UI components or updating existing scr
playwright-best-practices
2,747Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing per
Implementing Flutter Networking
2,733Use the `http` package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch from or send data to a REST API.
gmail (v1)
2,696Gmail: Send, read, and manage email.
docs (v1)
2,692Read and write Google Docs.
Obsidian Bases Skill
2,690Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating datab
drive (v3)
2,681Google Drive: Manage files, folders, and shared drives.
upgrading-expo
2,665Guidelines for upgrading Expo SDK versions and fixing dependency issues
HTML Slides Skill
2,665>
calendar (v3)
2,661Google Calendar: Manage calendars and events.
Humanizer-zh: 去除 AI 写作痕迹
2,653去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。 基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、 宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段式法则、 AI 词汇、否定式排比、过多的
native-data-fetching
2,621Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, cach
sheets (v4)
2,575Google Sheets: Read and write spreadsheets.
expo-deployment
2,551Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes
expo-dev-client
2,536Build and distribute Expo development clients locally or via TestFlight
Node.js Backend Patterns
2,516Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, data