Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsGeneral › Design Creative › Page 7

Design Creative (Page 7 of 29)

1703 Claude Code skills in the Design Creative sub-category of General.

1,703 skills · updated 2026-07-22 · showing 361–420 of 1,703 by quality score

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Master creative specialized skill 201 with comprehensive coverage of concepts, implementation, optimization, and production best practices.
Master creative specialized skill 224 with comprehensive coverage of concepts, implementation, optimization, and production best practices.
Master creative specialized skill 23 with comprehensive coverage of concepts, implementation, optimization, and production best practices.
Master creative specialized skill 49 with comprehensive coverage of concepts, implementation, optimization, and production best practices.
Master creative specialized skill 5 with comprehensive coverage of concepts, implementation, optimization, and production best practices.
Master creative specialized skill 69 with comprehensive coverage of concepts, implementation, optimization, and production best practices.
Master creative specialized skill 93 with comprehensive coverage of concepts, implementation, optimization, and production best practices.
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.
Critique a screen's typography — scale usage, readability, consistency, and token compliance.
Cognitive Systems Engineering design methodology for joint cognitive systems and human-centered automation
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.
Apply when integrating a new requirement into an existing design. Redesign as if the requirement had been a foundational assumption from day one, instead of bolting it on — from…
Full Sentry SDK setup for TanStack Start React. Use when asked to \"add Sentry to TanStack Start\", \"install @sentry/tanstackstart-react\", or configure error monitoring,…
Creative-writing session lead and entry point. Activate this to get a creative partner that brainstorms, drafts, critiques, revises, and maintains your story's knowledge base.
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.
Dark Patterns nach Art. 25 DSA prüfen und vermeiden: irrefuehrende Cookie-Banner, Confirmshaming, Roach Motel, Bait-and-Switch, versteckte Kosten.
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. — from general/design-creative
To run static analysis across a Dart or Flutter project, analyze files to find compile and lint errors. — from majiayu000/claude-skill-registry
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. — from kevmoo/dash_skills
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.
Uses get_runtime_errors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify resolution via hot_reload.
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.
Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents. — from ankurCES/blumi-cli
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 工作空间的实战设计。
Guidelines for maintaining external Dart packages, covering versioning, publishing workflows, and pull request management.
Idiomatic Dart patterns: Sound Null Safety (?, !, ??, ??=, ?.), Extension Methods, Mixins with constraints, Sealed Classes (Dart 3) with exhaustive pattern matching,…
To search pub.dev for relevant Dart packages, query by keywords and return download counts, topics, license, and publisher. — from general/design-creative
To search pub.dev for relevant Dart packages, query by keywords and return download counts, topics, license, and publisher. — from general/design-creative
Complete dart-query MCP tool reference - all 24 tools with parameters, types, and usage patterns. Use dart-query over official Dart MCP.
To remove previously registered Dart project roots, revoke tool access by removing those roots.
Workflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions.
To search for symbols across Dart workspaces, resolve a symbol name to find definitions or catch spelling errors.
Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues.
To run Dart or Flutter tests with the agent-centric test runner, execute tests using this tool instead of shell `dart test` or `flutter test`.
Provides comprehensive guidance for Dart Sass including Sass syntax, compilation, mixins, functions, and best practices.
All General skills →
More in GeneralAutomation (4,457) · Integrations (4,364) · AI Tooling (3,869) · Business Ops (2,081) · Agents Skills Meta (1,651) · Orchestration Frameworks (1,636) · Legal Compliance (1,209) · Education Learning (1,091) · Knowledge Mgmt (1,074) · Operations (1,056) · Hello World Templates (913) · Finance Personal (884) · Personal Productivity (604) · Communication (436) · Plugins Extensions (311) · Language Learning (183) · Workflow Pipelines (151) · Home Iot (81)