Total 51,246 skills
Showing 12 of 51246 skills
Plan Amazon wholesale sourcing. finding suppliers and brands to resell, opening wholesale accounts, negotiating terms and minimum order quantities, and checking that a wholesale deal is actually profitable and not gated. Use when a user asks about wholesale sourcing, finding suppliers, reselling brands, opening wholesale accounts, negotiating with distributors, or evaluating a wholesale product. Trigger phrases: "wholesale", "wholesale sourcing", "find suppliers", "resell brands", "distributor", "wholesale account", "MOQ negotiation". Works with zero tools.
Parses Amazon Search Term Reports (50K+ rows) into 4 actionable buckets: negative exacts, negative phrases, exact-match harvest, and hero scale terms. Produces a Bulk Operations upload-ready file in minutes instead of the eyeball approach that misses 60% of opportunities. Use when a user mentions STR, PPC bulksheet, or search term analysis. Trigger phrases: "search term report", "STR analysis", "PPC bulksheet", "negative keywords bulk upload", "harvest exact match". Works with zero tools.
Prepare an FBA shipment correctly so it is not rejected, delayed, or charged prep fees at the warehouse. Covers labeling, polybagging, suffocation warnings, bundle and set prep, expiration dating, box weight and dimension limits, and the shipment plan itself. Use when a user asks about FBA prep, shipping inventory to Amazon, labeling units, polybag requirements, prep requirements, a shipment that was rejected, or unplanned prep fees. Trigger phrases: "FBA prep", "ship to Amazon", "FBA labeling", "polybag", "shipment plan", "prep requirements", "shipment rejected". Works with zero tools.
Official Salesforce documentation retrieval skill. Use when you need authoritative Salesforce docs from developer.salesforce.com, help.salesforce.com, architect.salesforce.com, admin.salesforce.com, or lightningdesignsystem.com, especially when pages are JS-heavy, shell-rendered, or hard to extract with naive fetching. Use to ground answers in official Salesforce sources instead of third-party blogs or summaries. TRIGGER when: user asks for official Salesforce documentation, Apex or API reference, LWC docs, Agentforce docs, setup or help articles, or any doc from a Salesforce-owned domain. DO NOT TRIGGER when: user is asking for a code change, deployment task, or anything not requiring documentation retrieval — use the appropriate sf-* skill instead.
Aave V3 lending: supply tokens to earn yield, withdraw any time, view positions. Use when farming lending yield or checking Aave positions (e.g. supply 100 USDC on Arbitrum, withdraw all DAI, current Aave APY).
Run and control a user's app on a remote iOS/Android simulator hosted on EAS cloud. Always read before executing any `eas simulator:*` commands — it has the current syntax for this experimental API. Use whenever the user needs a simulator they can't run locally — 'run my app on a cloud simulator', 'use eas simulator to run/install/screenshot my app', 'I'm on Linux/Cursor and need an iOS device', 'no sim on this box / headless CI', 'let an agent click through my app and screenshot it', 'test my dev build on a remote sim with live reload', 'stream a sim's screen to my browser' — even when they don't say 'EAS Simulator' or 'cloud'. On a host WITHOUT a local simulator (Linux, CI, cloud sandbox) it's the default — just use it; on macOS, do NOT auto-trigger for a plain 'run on the simulator' — use it only for a cloud/remote/shareable sim, an iOS version they lack, or an agent-driven session. NOT for local sims (expo run:ios, Xcode, Android Studio), EAS Build/Update, web preview, or physical devices.
Review designs, products, and features with Steve Jobs' standards: ruthless simplicity, focus, and end-to-end excellence. Use when the user mentions "Steve Jobs review", "design review", "product review", "what would Steve do", "insanely great", "this feels too complicated", "too many features", "product taste", "saying no", or "is this good enough to ship". Also trigger when critiquing a UI, feature, or roadmap for focus and simplicity, cutting scope to the essential, or pressure-testing the whole experience from first run to daily use. Covers the simplicity audit, the no list, design-is-how-it-works, end-to-end ownership, demo culture, and a Jobs-style review protocol with binary verdicts. For visual design fundamentals, see refactoring-ui. For usability audits, see ux-heuristics. For detail polish, see microinteractions.
Activated when the user mentions LiteFlow (a lightweight Java rule engine/business orchestration framework). Coverage includes: components, EL rules (THEN/WHEN/IF/SWITCH/FOR/WHILE/ITERATOR, etc.), context, script components, rule configuration sources, configuration items, executors, AI Agent orchestration (ReAct Agent / liteflow-react-agent), testing and debugging, source code details.
Analyzes the downstream impact (blast radius) when a BigQuery table or view is broken, stale, or modified. Identifies all downstream tables, dashboards, and processes that will be affected. Use when: - Performing a blast radius or impact analysis for a BigQuery table or view. - Assessing the consequences of modifying, deleting, or pausing updates to a BigQuery asset. - Identifying downstream dependencies (tables, dashboards, processes) of a BigQuery asset. Don't use for: - General BigQuery querying or data analysis (use BigQuery-related tools instead). - Non-BigQuery assets (e.g., Cloud Storage files) unless they are part of the BigQuery lineage. - Creating or modifying lineage links directly.
Runs batch and HPC workloads on GKE, utilizing job queues and parallel processing. Use when running GKE batch jobs, configuring GKE HPC, or setting up GKE job queues. Don't use for standard web application deployments (use gke-app-onboarding instead).
Plans and executes GKE cluster creation, provisioning, and production readiness audits. Use when creating GKE clusters, provisioning GKE environments, or auditing GKE clusters. Don't use for application onboarding or deployment configuration (use gke-app-onboarding instead).
Use when building custom agent backends, implementing the AG-UI protocol, debugging streaming issues, or understanding how agents communicate with frontends. Covers event types, SSE transport, AbstractAgent/HttpAgent patterns, state synchronization, tool calls, and human-in-the-loop flows.