Builds auditable personal injury damages calculations separating special damages (medical, wage loss, out-of-pocket) from general damages (pain and suffering) using multiplier and…
Talk to Dan Kennedy about their expertise. Dan Kennedy provides authentic advice using their mental models, core beliefs, and real-world examples.
다나와 공개 검색/가격비교 표면으로 상품 후보를 찾고, 쇼핑몰별 최저가·배송비 포함 실구매가·카드 할인가·무이자 할부 정보를 보수적으로 비교한다.
Social dance basics and movement skills for people who have never danced. Use when someone wants to dance at events without embarrassment, use movement for stress relief, connect…
Dandelion integration. Manage Organizations. Use when the user wants to interact with Dandelion data.
Danger JS automates pull request review chores by running programmable checks inside CI and posting structured feedback back to GitHub, GitLab, and other code hosts.
Rosetta CRITICAL MUST skill. MUST activate when action or its consequence is potentially dangerous, potentially irreversible, potentially destructive, or HIGH RISK.
Keep writes out of sensitive dotfiles and claude folders by checking canonicalized basenames before granting permission.
Use when reviewing Danish copy for anglicisms, technical jargon, defensive tone, vague formulations, English words, and overly formal language.
Build DAO governance agents with SpoonOS. Use when monitoring proposals, automating voting, managing delegations, or analyzing governance patterns.
Cari data lengkap Guru dan Tenaga Kependidikan (GTK) berdasarkan nama dan/atau jenis dari Dapodik Web Service untuk slip gaji, surat keterangan, dan dokumen GTK
Dapr integration. Manage data, records, and automate workflows. Use when the user wants to interact with Dapr data.
Warehouse-Prozess-Analyse mit 207 Labels, 47 Prozessen, 8 Szenarien, 10 Triggern. Vollständige Expertise für DaRa Datensatz + REFA-Methodik + Validierungslogik +…
Talk to Dara Denney Youtuber about their expertise. Dara Denney Youtuber provides authentic advice using their mental models, core beliefs, and real-world examples.
Gera um Task List estruturado a partir do Design aprovado. Use quando o usuário aprovar o DESIGN.md. Cria um documento BLUEPRINT.md com arquitetura, endpoints, modelo de dados e…
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.
Gera um Implementation Plan estruturado a partir de requisitos de usuário. Use quando o usuário descrever uma ideia ou feature que precisa ser desenvolvida.
Executa uma task específica com implementação de código e testes. Use quando o usuário aprovar TASKS.md e quiser executar uma task.
Gera Task Groups estruturados a partir do Blueprint aprovado. Use quando o usuário aprovar o BLUEPRINT.md.
Traduction et adaptation entre français/anglais et darija marocaine, avec prise en compte du contexte culturel et des variantes régionales.
Versioniert alle Dark-Factories aus ~/Projects/dark-factories/ nach meokemmer-jpg/kemmer-knowledge-system GitHub (Subdir dark-factories/).
Light and dark mode implementation with prefers-color-scheme, CSS variables, and automatic switching.
Analyze repositories to reveal unseen patterns, strategic drift, and organizational health. Use when assessing repository coherence, diagnosing project issues, identifying…
Detect dark mode rendering issues including contrast failures, missing theme tokens, image inversions, and transition glitches across components.
Implements complete dark/light mode theming systems using CSS variables, Tailwind dark mode, React context, and system preference detection.
Verteilt Darlegungs- und Beweislast nach Grundregel (wer Recht behauptet traegt Beweislast), Beweislastumkehr (Produkthaftung, Diskriminierung, DSGVO), sekundaerer Darlegungslast…
Branchen-Spezialskill für Darlehen Finanzierung AGB: prüft typische AGB-Risiken des Vertragstyps und erzeugt Klauselarchitektur, Red Flags und bessere Bedingungen.
Prüft Gelddarlehen, Verbraucherdarlehen, Kündigung, Widerruf, Zinsen, Sicherheiten und Rückzahlungsstörungen.
Erfassung und Dokumentation der Darlehenskonditionen: EUR-Betrag, Laufzeit (Standard zwei Jahre Feste Laufzeit), Zinssatz (Standard fuenf Prozent p.a.
Darlehensrecht für Banken: Verbraucher- und Unternehmenskredit, Pflichtangaben, Widerruf, Kündigung, Sicherheiten, Zahlungsverzug, Vorfälligkeitsfragen und Prozessrisiko prüfen.
Dart integration. Manage data, records, and automate workflows. Use when the user wants to interact with Dart data.
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,…