Skills Plugins MCP Prompt Model 博客 我的中心

flutter-design-system

Enforce Design Language System adherence in Flutter. Use when implementing design tokens, preventing hardcoded colors/spacing, or building a DLS.

DeepseekModel Curated skill Quality Excellent · 90 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=hoangnguyen0403-agent-skills-standard-skills-flutter-flutter-design-system-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name flutter-design-system description Enforce Design Language System adherence in Flutter. Use when implementing design tokens, preventing hardcoded colors/spacing, or building a DLS. metadata {"triggers":{"files":["**/theme/**","**/*_theme.dart","**/*_colors.dart","**/*_dls/**","**/foundation/**","**/presentation/**","**/ui/**","**/widgets/**"],"keywords":["ThemeData","ColorScheme","AppColors","VColors","VSpacing","AppTheme","design token"]}} Flutter Design System Enforcement Priority: P0 (CRITICAL) Zero tolerance for hardcoded design values. Phase 0: Context Discovery (MANDATORY) Before UI refactoring, identify project's Theme Archetype: Check main.dart : Look for MaterialApp theme configuration. Determine Pattern : Theme-Driven (Adaptive) : VThemeData(...).toThemeData() or extensive ThemeData overrides → use Theme.of(context).textTheme / theme.textTheme . Token-Driven (Static) : Use static tokens ( VTypography.* ) only when no global theme bridge exists, or when defining theme itself. Guidelines Colors : Use tokens ( VColors.* , AppColors.* ), never Color(0xFF...) or Colors.red . Spacing : Use tokens ( VSpacing.* ), never magic numbers like 16 or 24 . Typography : Prioritize theme.textTheme.* for adaptive UI. Use VTypography.* tokens only for theme definitions or non-contextual logic. Never use inline TextStyle . Borders : Use tokens ( VBorders.* ), never raw BorderRadius. Components : Use DLS widgets ( VButton ) over raw Material widgets ( ElevatedButton ) if available. Detailed Examples Anti-Patterns No Hex Colors : Color(0xFF...) strictly forbidden. No Color Enums : Colors.blue forbidden in UI code. No Magic Spacing : SizedBox(height: 10) forbidden. No Inline Styles : TextStyle(fontSize: 14) forbidden. No Raw Widgets : Don't use ElevatedButton when VButton exists. Related Topics mobile-ux-core | flutter/widgets | idiomatic-flutter Canonical response anchors When this skill applies, preserve the following domain terminology or equivalent concrete examples in the answer when relevant: ElevatedButton SizedBox VColors magic number Additional task-grounded exact anchors: TextStyle
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。