Loading...
Loading...
Found 1,832 Skills
When a founder needs to qualify inbound leads, define their ICP, build a lead scoring model, set MQL criteria, or route prospects through pipeline stages. Activate when the user mentions lead scoring, ICP, MQL, SQL, lead qualification, inbound leads, or pipeline design.
When throughput or latency is pipeline-limited, identify the single binding constraint and exploit, subordinate, elevate, then recheck—ignore non-constraints.
Export Blender scenes to glTF/GLB (web/AR), FBX (game engines), OBJ (universal), USD (VFX pipelines), STL (3D printing). Includes per-format settings, embed/unpack textures, axis conversion, polygon optimization (Decimate), and target-platform validation. Use whenever the user asks to "export this", "save as glTF / FBX / OBJ / STL / USD", "package for Unity / Unreal / Three.js / web / AR / 3D print", or any output format conversion. Make sure to use this skill even if the user does not say "export" — also covers "package this for the web", "make it work in Unity", "send to Unreal", "save for 3D printing".
Verify implementation parity against approved design specs with severity-based decisions and fix guidance. Use when implemented UI must be compared against approved specs before release or sign-off; do not use for backend data-model or deployment pipeline decisions.
Guide users building apps, scripts, CI pipelines, or automations on top of the Cursor TypeScript SDK (`@cursor/sdk`). Use this skill whenever the user mentions integrating, installing, or writing code against the Cursor SDK; whenever they say `Agent.create`, `Agent.prompt`, `Agent.resume`, `agent.send`, `run.stream`, `CursorAgentError`, or `@cursor/sdk`; whenever they ask to run Cursor agents programmatically from a script, CI/CD pipeline, GitHub Action, backend service, or any other code that isn't the Cursor IDE itself; and whenever they want to pick between local and cloud runtime, configure MCP servers for an SDK agent, or handle streaming, cancellation, or errors from an SDK agent. Also trigger when a user is wiring Cursor into an automation, writing a bot that runs Cursor, or porting REST `/v1/agents` calls to the SDK, even if they don't explicitly name the package. Use this eagerly rather than answering from memory; the SDK surface evolves and this skill plus its references are the source of truth for the external package.
DEFAULT poster pipeline — build an academic conference poster (ICML/NeurIPS/ICLR/CVPR/...) as a single HTML/CSS file with measurement-driven hard gates, real paper figures, a two-hue design-token system, and print-ready PDF via headless Chromium. Use when the user says "做海报", "poster", "conference poster", "paper poster", or asks to design/redo a research poster. Supersedes the retired LaTeX /paper-poster.
Manage engineering history and versioned delivery through scoped branches, atomic commits, meaningful commit messages, tags, changelog entries, and safe Git operations. Do not use it for CI pipeline design or code correctness review.
WeChat Official Account Graphic Pipeline · Use this when the final state is **formatted WeChat Official Account HTML** or **article saved to your own WeChat Official Account draft box** (only saves drafts, never sends mass messages). The input is **already written** Markdown/HTML. This pipeline does not write the main content, only performs deterministic operations afterwards: rendering → pre-uploading images → cover design → saving drafts. ⚠️ It will **write to your own WeChat Official Account backend**, so users should not run it without explicit intention when the draft is completed. Binding an account + DOUBAOYA_API_KEY is required to save drafts; not needed for local rendering only / theme switching. Trigger words: How to send after writing the main content / Need formatted WeChat Official Account HTML / Continue formatting and send to draft box / Write for WeChat Official Account / Convert to WeChat Official Account formatting / Push to WeChat Official Account draft box / Re-push draft / Publish to draft box with cover / Save article to WeChat Official Account draft box / WeChat Official Account Graphic Pipeline / dby-publish / Save to WeChat Official Account draft box / WeChat Official Account draft box / Submit to WeChat Official Account draft box on behalf / addDraft / draft/add / Push graphic to WeChat Official Account / Send draft to WeChat Official Account backend.
Installs, configures, and calls Alibaba Cloud Yunxiao CLI (aliyun devops) for Codeup, Flow, Projex, AppStack, Packages, and TestHub. Use when the user mentions 云效, Yunxiao, Apsara DevOps, aliyun devops, Codeup, Flow, Projex, PAT, organization-id, or asks to list/create repositories, pipelines, projects, or apps.
Full GitHub issue lifecycle: pick an issue, create it, branch, commit, squash, push, PR, merge. Owns every git and gh write in the pipeline. Handles project board integration, base branch detection (main/master/epic-*), and compact step reports. Supports entering at any step.
Audit GitHub Actions workflows for what costs wall clock, costs money, or lets a pipeline pass without checking anything. Builds the job graph, then runs a catalog covering gating correctness, the critical path, caching effectiveness, and spend. Reads and reports only; never edits a workflow.
Core mechanics of the Rerun Chunk Processing API (rerun.experimental) — LazyChunkStream pipelines, Chunk, lenses (MutateLens/DeriveLens/Selector), RrdReader, writing optimized RRDs. Read BEFORE writing any ingestion/conversion/preprocessing code (convert an MCAP, build a recording from a dataset, preprocess an .rrd, port an old converter): it mandates reader+lens pipelines and steers away from hand-built chunks — no Chunk.from_columns for data a reader/lens can produce, no per-message rr.log, no manual pa.array assembly. Source-specific knowledge lives in the importer skills (rerun-mcap, rerun-urdf, rerun-parquet, rerun-mp4, rerun-lerobot); read rerun-data-model first to decide what the data should become.