Loading...
Loading...
Found 844 Skills
Build and run your ibl.ai app on iOS (Simulator and real device)
**Mandatory** before any commit or push. Run Definition-of-Done checks from change scope and report exact pass/fail per command.
Async operations and background tasks in GPUI. Use when working with async, spawn, background tasks, or concurrent operations. Essential for handling async I/O, long-running computations, and coordinating between foreground UI updates and background work.
Guides users through running Node.js as a sidecar process in Tauri applications, enabling JavaScript backend functionality without requiring end-user Node.js installations.
Complete guide for Axum web framework including routing, extractors, middleware, state management, error handling, and production deployment
Configure request timeouts to prevent slow requests from blocking resources. Use for protecting APIs from long-running operations.
Handle file uploads (single/multiple), downloads, and multipart forms. Use for file management, image uploads, and content delivery.
Unified query of financial data such as stocks and cryptocurrencies. Supports multiple data sources including Yahoo Finance, Alpha Vantage, Tushare, and Binance. Used when users need market data, quotes, and financial data.
Compares code formatting and formatting IR between Biome and Prettier to ensure that Biome's formatting is consistent and correct.
Guide for testing workflows and code generation commands in Biome. Use when running tests, managing snapshots, creating changesets, or generating code. Examples:<example>User needs to run snapshot tests for a lint rule</example><example>User wants to create a changeset for a PR</example><example>User needs to regenerate analyzer code after changes</example>
Crisis PR Management - The Advanced Art of Communication to Turn Crises into Opportunities and Restore Stability
Make HTTPS requests from canisters to external web APIs. Covers transform functions for consensus, cycle cost management, response size limits, and idempotency patterns. Use when a canister needs to call an external API, fetch data from the web, or make HTTP requests. Do NOT use for EVM/Ethereum calls — use evm-rpc instead.