Loading...
Loading...
Found 10,343 Skills
Create Databricks AI/BI dashboards. Must use when creating, updating, or deploying Lakeview dashboards as Databricks Dashboard have a unique json structure. CRITICAL: You MUST test ALL SQL queries via CLI BEFORE deploying. Follow guidelines strictly.
Cross-version Symbol Migration and Binary Diff. Use this when you have symbols/reverse-engineering results from an old version and need to quickly migrate them to a new version. Applicable scenarios: Kernel PDB missing, deriving with old version symbols; batch migrating function names after program update; quickly locating new offsets after application update. Core method: Use LLM for structured difference comparison, programmatic input and output, with extremely low cost (~1 yuan for 200 functions). Trigger keywords: symbol migration, bindiff, cross-version, PDB missing, function offset migration, symbol migration, binary diff, version comparison.
Load this skill whenever you are planning, executing, or reviewing manual accessibility testing. Manual testing with real assistive technologies is essential — automated tools catch only ~30–40 % of WCAG issues. Absolutely always include keyboard-only testing and at least one screen reader test before marking a feature accessible. Under no circumstances skip forced colors mode testing for UI components.
Regression check — diff a live page's web accessibility (a11y) violations against a baseline. By default it compares your uncommitted changes (stash-based); pass `--branch [<name>]` to compare against a branch. Reports the new WCAG violations introduced, the ones fixed, and the count of pre-existing ones. Use it for 'did my change break accessibility', 'what a11y issues did this PR add', or as a CI gate. For a full scan of one page use `accessibility-scan`; for a whole site use `accessibility-audit`.
Decide whether a change or upgrade is safe — API-surface diffs, behavioral diffs (allocations, exceptions), feature switches, and version resolution.
Mobile-specific UX principles - touch targets, hover-less doctrine, thumb zones, safe areas, gestures, mobile perf budgets. Cross-platform (web mobile, iOS, Android).
Collect price availability monitor data from Amazon. Use when the user wants to research or export price availability monitor content.
Audit a component or page for accessibility issues and fix them
Before heavy deliberation, classify the decision as cheap or costly to undo; decide two-way doors fast and stage one-way doors to preserve options.
Analyze and improve content readability. Evaluate sentence complexity, word choice, and overall accessibility. Use when ensuring content is appropriate for target audience reading level.
Complete creator operations (publish / update / preview / query / troubleshoot) on Bilibili's Toy platform via Toy CLI. Trigger words: Toy Publish, Publish Toy, toy create, Upload Toy, Toy Update, toy update, Change Toy Cover, Change Toy Password, Toy Preview, Toy Submit for Review, My Toy, toy mylist, Toy List, Toy Statistics, toy stats, Toy PV/UV, Toy Login, toy login, Toy Publish History, toy history, toy cli, Toy White Screen, Toy 404, Toy Page Unavailable, Toy Resource Path, Toy slug. Use this skill when users need to publish or update local frontend projects/HTML/zip to the Toy platform, view their own Toys, check access statistics, troubleshoot white screens/resource 404 issues after publishing, or manage local publish records.
Focused Signals scout for finding observability gaps in PostHog itself — significant event volumes the team isn't tracking, custom events with no insight or dashboard coverage, insights pointing at events that have stopped firing, dashboards missing related context, critical events with no alerts. Watches the event-stream-vs-saved- inventory delta as the team's product evolves and emits findings recommending new insights, dashboard additions, or alerts when gaps clear the confidence bar. Self-contained peer in the signals-scout-* fleet — no dependencies on other skills.