Browse 138,453 skills across 70 categories. Mirrored from majiayu000/claude-skill-registry.
Master asynchronous JavaScript patterns including callbacks, promises, async/await, event loop mechanics, and real-world...
You are a coding standards expert specializing in asynchronous programming preference.
Python asyncio - Modern concurrent programming with async/await, event loops, tasks, coroutines, primitives, aiohttp, an...
Python asyncio patterns with TaskGroup, structured concurrency, and modern 3.11+ features. Use when implementing concurr...
Complete guide for asyncio concurrency patterns including event loops, coroutines, tasks, futures, async context manager...
This skill should be used when the user asks to "detect asyncpg usage", "find asyncpg patterns", "scan for asyncpg impor...
Stops an AsyncRedux (Flutter) action from dispatching. Use only when the user mentions abortDispatch(), or explicitly as...
Checks an AsyncRedux (Flutter) action's completion status using ActionStatus right after the dispatch returns. Use only...
Creates AsyncRedux (Flutter) actions that return null from reduce() to not change the state. Such actions can still do s...
Creates AsyncRedux (Flutter) asynchronous actions for API calls, database operations, and other async work.
Create a custom base action class for your app. Covers adding getter shortcuts to state parts, adding selector methods,...
Implement action lifecycle methods `before()` and `after()`. Covers running precondition checks, showing/hiding modal ba...
Add the CheckInternet mixin to ensure network connectivity before action execution. Covers automatic error dialogs, comb...
Implement the Connector pattern for separating smart and dumb widgets. Covers creating StoreConnector widgets, implement...
Add the Debounce mixin to wait for user input pauses before acting. Covers setting the `debounce` duration, implementing...
Debug AsyncRedux applications effectively. Covers printing state with store.state, checking actionsInProgress(), using C...
Inject dependencies into actions using the environment pattern. Covers creating an Environment class, passing it to the...
The foundational principle of AsyncRedux: the only way to change the application state is by dispatching actions. You ca...
Implement comprehensive error handling for actions. Covers the `wrapError()` method for action-level error wrapping, Glo...
Use the Event class to interact with Flutter's stateful widgets (TextField, ListView, etc.). Covers creating Event objec...
Integrate AsyncRedux with the flutter_hooks package. Covers adding flutter_hooks_async_redux, using the useSelector hook...
Handle navigation through actions using NavigateAction. Covers setting up the navigator key, dispatching NavigateAction...
Add the NonReentrant mixin to prevent an action from dispatching while already in progress. Covers preventing duplicate...
Set up observers for debugging and monitoring. Covers implementing actionObservers for dispatch logging, stateObserver f...
Add the OptimisticUpdate mixin for instant UI feedback before server confirmation. Covers immediate state changes, autom...
Implement local state persistence using Persistor. Covers creating a custom Persistor class, implementing `readState()`,...
Integrate AsyncRedux with the Provider package. Covers using provider_for_redux, the ReduxSelector widget, and choosing...
Add the Retry mixin for automatic retry with exponential backoff on action failure. Covers using Retry alone for limited...
Create and cache selectors for efficient state access. Covers writing selector functions, caching with `cache1` and `cac...
Initialize, setup and configure AsyncRedux in a Flutter app. Use it whenever starting a new AsyncRedux project, or when...
Access store state in widgets using `context.state`, `context.select()`, and `context.read()`. Covers when to use each m...
Design immutable state classes following AsyncRedux best practices. Includes creating the AppState class with a `copy()`...
Manage Streams and Timers with AsyncRedux. Covers creating actions to start/stop streams, storing stream subscriptions i...
Creates AsyncRedux (Flutter) synchronous actions that update state immediately by implementing reduce() to return a new...
Write unit tests for AsyncRedux actions using the Store directly. Covers creating test stores with initial state, using...
Test StoreConnector view-models in isolation. Covers creating view-models with `Vm.createFrom()`, testing view-model pro...
Use advanced wait methods for complex test scenarios. Covers `waitCondition()`, `waitAllActions()`, `waitActionType()`,...
Add the Throttle mixin to prevent actions from running too frequently. Covers setting the throttle duration in milliseco...
Implement undo/redo functionality using state observers. Covers recording state history with stateObserver, creating a R...
Handle user-facing errors with UserException. Covers throwing UserException from actions, setting up UserExceptionDialog...
Use `waitCondition()` inside actions to pause execution until state meets criteria. Covers waiting for price thresholds,...
Show loading states and handle action failures in widgets. Covers `isWaiting(ActionType)` for spinners, `isFailed(Action...
Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND...
Call accessible chromatin regions from ATAC-seq data using MACS3 with ATAC-specific parameters. Use when identifying ope...
Quality control metrics for ATAC-seq data including fragment size distribution, TSS enrichment, FRiP, and library comple...
End-to-end ATAC-seq workflow from FASTQ files to differential accessibility and TF footprinting. Covers alignment, peak...
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 specifi...
Coordinate Claude Code skills with OpenAI Codex autonomous workflows for end-to-end ATFT-GAT-FAN maintenance.
Enforce lint, formatting, typing, testing, and security hygiene across the ATFT-GAT-FAN codebase.
Manage J-Quants ingestion, feature graph generation, and cache hygiene for the ATFT-GAT-FAN dataset pipeline.
Drive quantitative analysis, factor diagnostics, and reporting for ATFT-GAT-FAN outputs.
Run and monitor ATFT-GAT-FAN training loops, hyper-parameter sweeps, and safety modes on A100 GPUs.
Use this skill when working with Athena Framework for Crystal. Athena is a modular ecosystem of independent, reusable co...
PROACTIVELY USED when reviewing a PR, branch, or Jira story. Handles code review against requirements and provides actio...
Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.
Documentation guidance for competition athletes and volunteers in WODsmith. Use when writing, reviewing, or improving at...
Conduct comprehensive UX research for America's Test Kitchen across any feature area (recipes, equipment, subscription,...
Scaffold new Atlan apps from CLI templates as the default behavior when users ask for a new app, then align files to sam...
Install Atlan CLI with OS-aware binaries (or Homebrew on macOS) only when missing, then configure baseline tenant auth/l...
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 assertio...
Verify Atlan app behavior against SDK docs/code and CLI docs/code before behavior-changing decisions; use lightweight ch...
Run findings-first review for Atlan app changes and synchronize app documentation with implemented behavior. Use when co...
Enforce object store and IO defaults from the Atlan SDK for output paths, prefixes, and file writes. Use when implementi...
Select and apply the correct SQL connector implementation pattern (SDK-default minimal or source-specific custom). Use w...
Implement workflow argument retrieval, credential_guid usage, and state store updates using Atlan SDK patterns. Use when...
Create a new Atlas skill
Automate control of the ChatGPT Atlas desktop app on macOS via AppleScript. Manage tabs (list, open, close, focus, reloa...
macOS-only AppleScript control for the ChatGPT Atlas desktop app. Use only when the user explicitly asks to control Atla...