dart-use-pattern-matching
Use switch expressions and pattern matching where appropriate
SKILL DIRECTORY
설치 수와 최근 흐름을 기준으로 필요한 Agent Skill을 찾아보세요.
skills.sh API 기준방금 확인
Use switch expressions and pattern matching where appropriate
Workflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions.
웹 상호작용을 위한 CDP를 통한 브라우저 직접 제어: 자동화, 데이터 추출, 테스트, 스크린샷 촬영, 사이트 및 앱 작업.
>- 관련 작업을 지원합니다.
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.
Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use during development to ensure code quality and before committing changes.
모범 사례가 반영된, 실제 운영 환경에 바로 적용 가능한 Tavily 통합 기능을 구축하세요. 코딩 어시스턴트(Claude Code, Cursor 등)를 사용하는 개발자를 위한 참고 문서로, 에이전트 기반 워크플로우, RAG 시스템 또는 자율 에이전트 내에서 웹 검색, 콘텐츠 추출, 크롤링 및 연구 기능을 구현하는 데 활용할 수 있습니다.
HashiCorp의 공식 스타일 규칙과 모범 사례를 따르는 Terraform HCL 코드를 생성합니다. Terraform 구성을 작성, 검토 또는 생성할 때 사용하십시오.
Stitch 프로젝트를 분석하고, 의미론적 디자인 시스템을 DESIGN.md 파일에 통합합니다.
Analyze a user's Plannotator plan archive to extract denial patterns, feedback taxonomy, evolution over time, and actionable prompt improvements — then produce a polished HTML dashboard report. Falls back to Claude Code ExitPlanMode denial reasons when Plannotator data is unavailable.
Generate STAR stories, practice questions, and talking points from resume
Google 캘린더: 캘린더와 일정을 관리하세요.
Scaffolds React Native libraries with create-react-native-library for standalone libraries or local native modules and views. Use when creating or working on React Native libraries or adding native functionality in an existing app.
에이전트가 자율적인 배턴패스 루프 패턴을 활용해 Stitch를 사용하여 웹사이트를 반복적으로 구축하는 방법을 가르칩니다.
모호한 UI 아이디어를 세련되고 Stitch에 최적화된 프롬프트로 변환합니다. 구체성을 높이고, UI/UX 관련 키워드를 추가하며, 디자인 시스템의 맥락을 반영하고, 더 나은 생성 결과를 위해 출력 내용을 체계적으로 구성합니다.
Remotion을 사용하여 Stitch 프로젝트에서 부드러운 전환 효과, 확대/축소 및 텍스트 오버레이가 포함된 플레이스루 동영상을 생성하세요.
Convert Stitch designs into production React + Vite dashboards with TanStack Query, accessible tokens from DESIGN.md, and Web3-ready patterns (ethers/viem).
원문 설명을 불러오지 못했습니다.
Finds and deletes "Captain Obvious" tests — tests that can never fail or check nothing. It catches assertions the type checker already guarantees (typeof/isinstance/toBeDefined on typed values), assertion-free tests, tautologies (expect(true).toBe(true), assert x == x, len >= 0), arrange-assert echoes (const x = 5; expect(x).toBe(5)), mock-echo tests, unawaited async assertions, dead/swallowed/conditional assertions, overly-broad pytest.raises(Exception), and duplicate test bodies. Use whenever the user wants to clean up a test suite, remove redundant/useless/tautological/AI-generated tests, mentions tests that "never fail" or "test nothing", or says "captain obvious". Works on TypeScript (Jest/Vitest/bun:test) and Python (pytest + mypy). The detection is fully deterministic — always run the bundled scripts, never scan test files one by one yourself.
GitHub Actions workflow patterns for React Native iOS simulator and Android emulator cloud builds with downloadable artifacts. Use when setting up CI build pipelines or downloading GitHub Actions artifacts via gh CLI and GitHub API.