Color Contrast Checker - Auto-activating skill for Frontend Development. Triggers on: color contrast checker, color contrast checker Part of the Frontend Development skill…
Pick the right color management config (sRGB / Filmic / ACEScg / Standard) per output context before render, so colors travel correctly to the consumer.
Choose light, dark, or combined color mode deliberately based on brand tone and user context. Offer a theme selector only when user control genuinely matters — enterprise tools,…
Extract color palettes from images, websites, or designs. Identifies dominant colors, generates complementary schemes, and exports in multiple formats (HEX, RGB, HSL, Tailwind,…
APC Mini MK2 color palette reference with velocity values and custom RGB via SysEx. Use when user asks about "color", "velocity value", "RGB", "palette", "brightness", "LED…
Generates perceptually uniform OKLCH color palettes from brand colors. Use when creating color systems, theme palettes, or converting hex values to 11-step scales.
Define brand styling for website projects. Updates globals.css with CSS color variables (oklch format), typography (h1-h6, p, a, blockquote), and container styles.
CometChat Android UIKit v6 Jetpack Compose theming — CometChatTheme, CompositionLocal color schemes, typography, shapes, and dark mode
Use when customizing the visual appearance of CometChat Flutter UIKit v5 components. Triggers on CometChatThemeHelper, CometChatColorPalette, CometChatSpacing,…
Use when customizing the visual appearance of CometChat Flutter UIKit v6 components. Triggers on mentions of CometChatThemeHelper, CometChatColorPalette, CometChatSpacing,…
Complete design library extraction workflow with validation and dependency checking. 完整設計庫提取工作流:含驗證與依賴檢查。 Use when: extracting full design library, running all phases in order,…
Scan frontend src directories and generate docs/components.md so Claude Code can reuse existing Vue/React components during design-to-code generation.
Concurrently runs multiple commands in parallel with color-coded output, prefix labels, and process lifecycle management.
3 次元モデル (統合強度 × 距離 × 変動性) と均衡結合方程式の定義・スケール・ 解釈帯をまとめた共有参照スキル。用語・式・判定基準を単一ソースとして coupling-design-advisor や将来の coupling-audit / coupling-rebalance が参照する。
Implements intelligent web crawling using the Crawlee framework with adaptive request routing between CheerioCrawler and PlaywrightCrawler.
Эксперт по анализу креативов Facebook Ads. Используй для оценки эффективности креативов, Risk Score, A/B тестирования и рекомендаций по улучшению.
Generate a complete creative brief from product/offer info using the GET framework. Use when starting work on a new offer, product, or campaign and need to gather brand info,…
Plan creative production schedule by assessing current inventory, identifying gaps by angle and format, scheduling production priorities, and allocating resources.
A meta-skill for radical creativity, lateral thinking, idea synthesis, conceptual blending, bisociation, mind mapping, and finding unexpected connections between disparate ideas.
Master the creative process from inspiration to completion. Navigate the phases of creation, manage creative energy, and build a sustainable practice that produces excellent work…
Use when the user wants a creative health dashboard — fatigue prediction for active ads, refresh recommendations, A/B test plan generation for fatiguing creatives, and creative…
Generate project ideas through creative constraints. Use when the user says 'I want to build something', 'give me a project idea', 'I'm bored', 'what should I make', 'inspire me',…
Provides creative thinking prompts using concrete metaphors, dramatic scenarios, and strategic frameworks.
Document learnings from creative tests including patterns of what worked and what didn't, updating the angle/hook performance database, and identifying new hypotheses to test.
Lateral-thinking playbook for options and trade-offs; always deliver a five-tier strategy portfolio.
The creative process in art from idea to exhibition. Covers five phases of creative work (inspiration, incubation, exploration, execution, reflection), sketchbook practice, artist…
Meta-review skill for validating generated creative assets (videos, images, designs) against a reference style brief.
Techniques for generating novel ideas, reframing problems, and escaping fixed mental models. Covers lateral thinking (de Bono), Six Thinking Hats, random stimulation, provocation…
A conversational creative thought partner that reveals hidden brilliance in your ideas through critical observations and paradox hunting
Craft compelling fiction and creative nonfiction with attention to structure, voice, prose style, and revision. Supports short stories, novel chapters, essays, and hybrid forms.
CSS design tokens and color system for vehicle insurance platform. Use when defining colors, spacing, typography, or design variables.
Provides foundational CSS design tokens (custom properties) for typography, spacing, colors, borders, z-index, and transitions.
Czech typography rules for web development. Use when building web pages in Czech language, writing Czech content, or fixing typography issues in Czech text.
Personal design philosophy and standards for UI, frontend, and component work. Provides universal principles (spatial depth, motion hierarchy, premium restraint, typography,…
Analisa um projeto existente e gera um Implementation Plan focado apenas na correcao de um bug complexo. Use quando precisar diagnosticar e corrigir um erro no sistema atual.
Light and dark mode implementation with prefers-color-scheme, CSS variables, and automatic switching.
To register project roots for Dart tooling access, add one or more root paths before using other Dart tools on those projects.
To run static analysis across a Dart or Flutter project, analyze files to find compile and lint errors.
General best practices for Dart development. Covers code style, effective Dart, and language features.
Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.
To scaffold a new Dart or Flutter project, create a fresh project structure and starter files.
To apply automated Dart fixes, run `dart fix --apply` on the given roots to resolve suggested changes.
To format Dart code consistently, run `dart format .` on the given roots to apply standard formatting.
Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.
Provides Flutter and Dart development workflows using dart-mcp tools. Triggers when working with .dart files, pubspec.yaml, or when user mentions Flutter, widget, Riverpod,…
To read recent runtime errors from a running Dart or Flutter app, fetch runtime errors after connecting to the Dart Tooling Daemon.
To find the currently selected Flutter widget in the running app, get the selected widget after connecting to the Dart Tooling Daemon.
To inspect the Flutter widget tree of the running app, retrieve the widget hierarchy after connecting to the Dart Tooling Daemon.
To apply latest code changes to a running Flutter app, trigger hot reload after connecting to the Dart Tooling Daemon.
To view hover details such as docs and types at a cursor position, get hover information for a file location.
Guidelines for handling long lines in Dart code to adhere to the 80-column rule. The `lines_longer_than_80_chars` lint.
Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
Guidelines for using modern Dart features (v3.0 - v3.10) such as Records, Pattern Matching, Switch Expressions, Extension Types, Class Modifiers, Wildcards, Null-Aware Elements,…
学习 Sky24n/common_utils 开源项目,通过实用工具类库掌握 Dart SDK 核心库(dart:core、dart:io、dart:convert)的实战应用,避免重复造轮子。
学习 scottt2/design-patterns-in-dart 开源项目,通过 GoF 设计模式的纯 Dart 实现,深入理解类与对象的设计(继承、混入、接口、抽象类)。
学习 dart-league/dson 开源项目,通过 Dart 对象-JSON 序列化库理解 dart:core、dart:convert 的深度应用及代码生成技术。
学习 felangel/fresh 开源项目,通过 OAuth Token 自动刷新库理解 Dart 异步编程模式(Future、拦截器、Stream、网络请求链),掌握实际异步架构设计。
学习 gabrielpacheco23/google-translator 开源项目,通过一个简洁的 Google 翻译 Dart 库,掌握 Dart 基础语法、HTTP 请求和 JSON 处理。
学习 brendan-duncan/image 开源项目,通过纯 Dart 图片编解码库理解 core 库(dart:core、dart:typed_data)在底层算法实现中的深度应用。
学习 VeryGoodOpenSource/very_good_cli 开源项目,通过企业级 CLI 工具理解 Dart 包管理、命令行开发和 Monorepo 工作空间的实战设计。