Loading...
Loading...
Found 841 Skills
Quantitatively verify the long-term transmission/linkage relationship between Platinum and the Brazilian stock market (EWZ) using public market data, and output dual-axis charts, lead-lag analysis, correlation strength scores, and monitoring signals.
Expert-level livestock management, animal health monitoring, breeding programs, and ranch management
List Langfuse traces with filtering options. Use when checking recent LLM calls, debugging issues, or monitoring costs.
Realtime Monitoring - Continuously track the market quotes of your watchlist stocks and set price alerts
Heartbeat-based health monitoring for background workers with configurable thresholds, rolling duration windows, failure rate calculation, and stuck job detection.
Build dashboards, analytics interfaces, and data-rich UIs using the Tremor design system (React + Tailwind CSS + Recharts). Use when the user asks to create dashboard components, KPI cards, charts, data tables, analytics pages, monitoring interfaces, or any data visualization UI that should use Tremor. Triggers include mentions of "Tremor", "tremor.so", "@tremor/react", requests for dashboard UIs with charts and tables, or when the user's project already uses Tremor components. Supports both Tremor Raw (copy-and-paste, tremor.so) and Tremor NPM (@tremor/react) versions. Do NOT use for general frontend work unrelated to dashboards or data visualization, or when the user explicitly requests a different component library.
Set up monitoring for API changes, changelogs, or documentation updates. Useful for tracking breaking changes in services you depend on.
Patterns for sharing code between macOS and iOS in SwiftUI apps. Covers project structure (70% shared / 15% macOS / 15% iOS), platform abstraction via protocols and #if os() conditional compilation, adaptive navigation (NavigationSplitView on Mac/iPad → NavigationStack on iPhone), shared components with platform styling, iOS-specific extensions (custom keyboard extension, interactive widgets, share extension, action extension, Control Center widget, lock screen widget), App Groups for data sharing with extensions, CloudKit sync monitoring, JSON export/import, schema versioning and migration, URL scheme deep linking, and the full macOS→iOS migration checklist. Use when building apps that target both macOS and iOS, when adding iOS support to a macOS app, when building widgets or keyboard extensions, or when setting up iCloud sync with SwiftData.
Manage agent fleet through CRUD operations and lifecycle patterns. Use when creating, commanding, monitoring, or deleting agents in multi-agent systems, or implementing proper resource cleanup.
System-wide keyboard shortcut registration on macOS using NSEvent monitoring (simple, app-level) and Carbon EventHotKey API (reliable, system-wide). Covers NSEvent.addGlobalMonitorForEvents and addLocalMonitorForEvents, CGEvent tap for keystroke simulation, Carbon RegisterEventHotKey for system-wide hotkeys, modifier flag handling (.deviceIndependentFlagsMask), common key code mappings, debouncing, Accessibility permission requirements (AXIsProcessTrusted), and SwiftUI .onKeyPress for in-app shortcuts. Use when implementing global keyboard shortcuts, hotkey-triggered panels, or system-wide key event monitoring.
Takes activated influencers and their deliverables and generates a structured monitoring checklist specifying what to capture on each platform, when to check, and what to do if content goes missing. This skill should be used when building a content monitoring plan for a creator campaign, creating a checklist to track influencer deliverables across platforms, setting up a capture schedule for Instagram Stories before they expire, planning when to screenshot or capture creator posts, building a monitoring cadence for TikTok and YouTube deliverables, organizing content capture across multiple creators and platforms, making sure no creator content slips through the cracks, preparing a content tracking plan before a campaign goes live, or setting up a system to catch expiring Stories and time-sensitive posts. For checking whether submitted content matches the brief, see content-to-brief-compliance-checker. For tracking which creators have posted versus who is overdue, see creator-posting-compliance-tracker.
Implement Real User Monitoring (RUM) to capture actual user performance data including Core Web Vitals and page load times. Use when setting up user experience monitoring or tracking custom performance events. Trigger with phrases like "setup RUM", "track Core Web Vitals", or "monitor real user performance".