83,201 skills sorted by stars.
Creates AsyncRedux (Flutter) synchronous actions that update state immediately by implementing reduce() to return a new state.
Write unit tests for AsyncRedux actions using the Store directly. Covers creating test stores with initial state, using `dispatchA...
Test StoreConnector view-models in isolation. Covers creating view-models with `Vm.createFrom()`, testing view-model properties, t...
Use advanced wait methods for complex test scenarios. Covers `waitCondition()`, `waitAllActions()`, `waitActionType()`, `waitAllAc...
Add the Throttle mixin to prevent actions from running too frequently. Covers setting the throttle duration in milliseconds, use c...
Implement undo/redo functionality using state observers. Covers recording state history with stateObserver, creating a RecoverStat...
Handle user-facing errors with UserException. Covers throwing UserException from actions, setting up UserExceptionDialog, customiz...
Use `waitCondition()` inside actions to pause execution until state meets criteria. Covers waiting for price thresholds, coordinat...
Show loading states and handle action failures in widgets. Covers `isWaiting(ActionType)` for spinners, `isFailed(ActionType)` for...
Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISP...
Quality control metrics for ATAC-seq data including fragment size distribution, TSS enrichment, FRiP, and library complexity. Use...
End-to-end ATAC-seq workflow from FASTQ files to differential accessibility and TF footprinting. Covers alignment, peak calling wi...
Interface with AtCoder for Japanese competitive programming contests
Generate acceptance tests (API/E2E) before implementation. Test Architecture
Guide teams through Acceptance Test-Driven Development workflow. Use when: defining acceptance criteria, running specification wor...
Use this skill when working with Athena Framework for Crystal. Athena is a modular ecosystem of independent, reusable components i...
Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.
Conduct comprehensive UX research for America's Test Kitchen across any feature area (recipes, equipment, subscription, app experi...
Scaffold new Atlan apps from CLI templates as the default behavior when users ask for a new app, then align files to sample-app st...
Install Atlan CLI with OS-aware binaries (or Homebrew on macOS) only when missing, then configure baseline tenant auth/log setting...
Run Atlan app execution loops using CLI-first commands with automatic CLI availability checks and safe fallbacks.
Generate and validate e2e test contracts for Atlan workflows, including API responses, output paths, and schema assertions. Use wh...
Verify Atlan app behavior against SDK docs/code and CLI docs/code before behavior-changing decisions; use lightweight checks by de...
Run findings-first review for Atlan app changes and synchronize app documentation with implemented behavior. Use when completing a...
Enforce object store and IO defaults from the Atlan SDK for output paths, prefixes, and file writes. Use when implementing or revi...
Select and apply the correct SQL connector implementation pattern (SDK-default minimal or source-specific custom). Use when buildi...
Implement workflow argument retrieval, credential_guid usage, and state store updates using Atlan SDK patterns. Use when workflows...
Create a new Atlas skill
Automate control of the ChatGPT Atlas desktop app on macOS via AppleScript. Manage tabs (list, open, close, focus, reload), search...
macOS-only AppleScript control for the ChatGPT Atlas desktop app. Use only when the user explicitly asks to control Atlas tabs/boo...
Implementation and troubleshooting agent - builds features and fixes bugs
Patterns for Atlas database schema management covering HCL/SQL schema definitions, versioned and declarative migrations, linting a...
AI-friendly documentation generation for Java services following RFC-37 standards. Covers documentation structure, templates, chan...
Specialized in Atlas ORM and database design for Gravito. Trigger this for schema design, migrations, or complex query building.