Labsco

Agent Skills

Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.

Official

48 companies

Published by the companies themselves — pick one to see everything they ship.

apify logo

mcpc

705

by apify

Use the mcpc CLI to work with MCP (Model Context Protocol) servers from the shell - connect to a server as a persistent session, then list and call tools, read resources, get prompts, and run async tasks. Use --json for scripting and code mode. Reach for this whenever interacting with MCP servers, calling MCP tools, or accessing MCP resources programmatically.

🧰 Not standalone — use together with apify/mcpc

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
apify logo

record-demo

705

by apify

Record or regenerate the mcpc demo GIFs (the README hero docs/images/mcpc-demo.gif and the focused tapes in docs/vhs/) with VHS. Use whenever asked to create, refresh, restyle, shorten, or fix a terminal demo/animation/GIF of mcpc. The tapes drive real mcpc commands; for the authenticated step this skill ALWAYS prompts for a short-lived, low-permission TEST token first (never production). Captures the VHS + mcpc gotchas learned the hard way — read it fully before editing a tape.

🧰 Not standalone — use together with apify/mcpc

huggingface logo

cuda-kernels

704

by huggingface

Provides guidance for writing and benchmarking optimized CUDA kernels for NVIDIA GPUs (H100, A100, T4) targeting HuggingFace diffusers and transformers libraries. Kernels must be kernel-builder/ABI3-compliant: no pybind11, no setup.py, TORCH_LIBRARY_EXPAND bindings only. Supports models like LTX-Video, Stable Diffusion, LLaMA, Mistral, and Qwen. Includes integration with HuggingFace Kernels Hub (get_kernel) for loading pre-compiled kernels. Includes benchmarking scripts to compare kernel perform

🧰 Not standalone — use together with huggingface/kernels

🔥🔥🔥🔥✓ VerifiedFreeAdvanced setup
huggingface logo

rocm-kernels

704

by huggingface

Provides guidance for writing and benchmarking optimized Triton kernels for AMD GPUs (MI355X, R9700) on ROCm, targeting HuggingFace diffusers (LTX-Video, SD3, FLUX) and transformers. Core kernels: RMSNorm, RoPE 3D, GEGLU, AdaLN. Includes XCD swizzle, autotune, diffusers integration patterns, and LTX-Video pipeline injection.

🧰 Not standalone — use together with huggingface/kernels

🔥🔥🔥🔥✓ VerifiedFreeAdvanced setup
huggingface logo

cpu-kernels

704

by huggingface

Provides guidance for writing, optimizing, and benchmarking C++ CPU kernels with SIMD intrinsics (AVX2/AVX512) for the Hugging Face kernels ecosystem. Includes a two-phase workflow: Phase 1 correctness (generic → AVX2) and Phase 2 performance exploration (AVX512 with branching trial loop), runtime CPU dispatch, OpenMP threading, and brgemm integration for GEMM-heavy kernels.

🧰 Not standalone — use together with huggingface/kernels

huggingface logo

xpu-kernels

704

by huggingface

Provides guidance for writing, optimizing, and benchmarking Triton kernels for Intel XPU GPUs (Battlemage/Arc Pro B50) using the Xe-Forge optimization framework. Includes an LLM-driven trial-loop workflow (analyze, validate, benchmark, profile, finalize), XPU-specific patterns (tensor descriptors, GRF mode, tile swizzling), KernelBench fused kernels, and Flash Attention.

🧰 Not standalone — use together with huggingface/kernels

neondatabase logo

logging-best-practices

617

by neondatabase

Logging best practices focused on wide events (canonical log lines) for powerful debugging and analytics

🧰 Not standalone — use together with neondatabase/mcp-server-neon

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
neondatabase logo

claimable-postgres

617

by neondatabase

Provision instant temporary Postgres databases via Claimable Postgres by Neon (pg.new) with no login, signup, or credit card. Use when users ask for a quick Postgres environment, a throwaway DATABASE_URL for prototyping/tests, or "just give me a DB now". Triggers include: "quick postgres", "temporary postgres", "no signup database", "no credit card database", "instant DATABASE_URL".

🧰 Not standalone — use together with neondatabase/mcp-server-neon

🔥🔥🔥✓ VerifiedFreeQuick setup
vercel logo

flags-sdk

606

by vercel

Guide for feature flags and A/B tests with the Flags SDK (`flags` npm package) and Vercel Flags. Use when: declaring flags with `flag()`, using `vercelAdapter` or `vercel flags` CLI (add, list, enable, disable, inspect, archive, rm, sdk-keys), setting up providers/adapters (Vercel, Statsig, LaunchDarkly, PostHog, GrowthBook, Hypertune, Edge Config, OpenFeature, Split, Flagsmith, Reflag, Optimizely, or custom adapters), implementing precompute patterns for static pages, setting up `identify`/`ded

🧰 Not standalone — use together with vercel/flags

🔥🔥🔥🔥✓ VerifiedAccount requiredNeeds API keys
stripe logo

create-payment-credential

602

by stripe

Gets secure, one-time-use payment credentials (cards, tokens) from a Link wallet so agents can complete purchases on behalf of users. Use when the user says "get me a card", "buy something", "pay for X", "make a purchase", "I need to pay", "complete checkout", or asks to transact on any merchant site. Use when the user asks to connect or log in to or sign up for their Link account.

🧰 Not standalone — use together with stripe/link-cli

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

planning-with-files

542

by microsoft

**USE THIS FOR COMPLEX TASKS.** Implements Manus-style file-based planning for multi-step tasks. Creates task_plan.md, findings.md, and progress.md in .agent_cache/<task-name>/. Use when: implementing multiple APIs, refactoring modules, research tasks, or ANY task requiring >5 tool calls.

🧰 Not standalone — use together with microsoft/semantic-link-labs

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

pr-review-comments

542

by microsoft

Guide for submitting/posting inline PR review comments to GitHub. Use this when you need to post code review comments on specific lines of a Pull Request.

🧰 Not standalone — use together with microsoft/semantic-link-labs

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

github-repo-explore

542

by microsoft

Guide for searching and exploring external GitHub repositories using the gh CLI. Use this when you need reference implementations, patterns, or code examples from open-source projects to help complete your task.

🧰 Not standalone — use together with microsoft/semantic-link-labs

🔥🔥🔥FreeQuick setup
github logo

gh-stack

511

by github

Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows.

🧰 Not standalone — use together with github/gh-stack

🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

create-branch

441

by sentry

Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new branch", or when starting new work on the default branch.

🧰 Not standalone — use together with getsentry/sentry-docs

🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

security-review

347

by getsentry

Finds exploitable application security vulnerabilities in code changes. Use for Warden security scans, appsec review, OWASP-style checks, authentication or authorization bugs, injection, XSS, SSRF, path traversal, secrets, unsafe crypto, webhook verification, open redirects, or sensitive data exposure.

🧰 Not standalone — use together with getsentry/warden

getsentry logo

test-skill

347

by getsentry

A test skill for integration tests

🧰 Not standalone — use together with getsentry/warden

getsentry logo

test-skill-a

347

by getsentry

Test skill A for integration tests

🧰 Not standalone — use together with getsentry/warden

getsentry logo

code-review

347

by getsentry

Finds real correctness bugs in code changes. Use for adversarial code review, bug hunts, regression review, PR correctness review, logic errors, data loss, race conditions, state bugs, interface contract breaks, error handling bugs, edge cases, broken builds, or broken workflows. Excludes style, readability, architecture, AppSec, and best-practice-only feedback unless the issue causes a demonstrable bug.

🧰 Not standalone — use together with getsentry/warden

getsentry logo

test-skill-b

347

by getsentry

Test skill B for integration tests

🧰 Not standalone — use together with getsentry/warden

getsentry logo

agent-prompt

347

by sentry

Reference guide for writing effective agent prompts and skills. Use when creating new skills, reviewing prompt quality, or understanding Warden's prompt architecture.

🧰 Not standalone — use together with getsentry/warden

🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

architecture-review

347

by sentry

Staff-level codebase health review. Finds monolithic modules, silent failures, type safety gaps, test coverage holes, and LLM-friendliness issues.

🧰 Not standalone — use together with getsentry/warden

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

testing-guidelines

347

by sentry

Guide for writing tests. Use when adding new functionality, fixing bugs, or when tests are needed. Emphasizes integration tests, real-world fixtures, and regression coverage.

🧰 Not standalone — use together with getsentry/warden

🔥🔥🔥✓ VerifiedFreeQuick setup
zapier logo

zapier-status

343

by zapier

Check the health of your Zapier MCP setup. Three modes — health check (dashboard view), audit (find waste and duplicates), diagnose (systematic troubleshooting). Use when asking "is my MCP working?", "check my tools", "audit my setup", "what's broken?", or "zapier status".

🧰 Not standalone — use together with zapier/zapier-mcp

zapier logo

zapier-onboard

343

by zapier

Onboard a new user to Zapier MCP — introduce what it can do, walk through authentication, and route into the right flow based on the state of their setup. Use when getting started, troubleshooting connection issues, or when the user asks "what is Zapier MCP", "how do I get started with Zapier", "set me up", "what can I do with Zapier", or "tell me about Zapier".

🧰 Not standalone — use together with zapier/zapier-mcp

zapier logo

zapier-explore

343

by zapier

Explore what Zapier MCP can do for the user — interview them about their role and the apps they live in, suggest specific use cases as on-demand prompts, then walk them through enabling the actions to make those use cases real. The natural next step after `zapier-demo`. Use when the user asks "what else can Zapier do for me", "set up more tools", "add a starter pack for my role", "what should I enable next", "suggest workflows", "help me figure out what to do with Zapier", "I don't know where to

🧰 Not standalone — use together with zapier/zapier-mcp

zapier logo

zapier-demo

343

by zapier

Walk a new user through setting up their first Zapier action and running it live — the smallest possible win. Asks what app they use, recommends one read action to enable, guides them to mcp.zapier.com to add it, then demonstrates it working in the same chat. Use when the user asks "show me how Zapier works", "set up my first action", "give me a quick demo", "I want to try it", "what's the fastest way to see this work", "minimal setup", "hello world", or "smallest example".

🧰 Not standalone — use together with zapier/zapier-mcp

anthropics logo

citations

332

by anthropics

How to mint a citation. Every fact FKs to a citations row; citations verify against documents.content (never disk) at insert time and are immutable after.

🧰 Not standalone — use together with anthropics/healthcare

anthropics logo

knowledge-harvest

332

by anthropics

After a run completes, propose durable facts learned during the run for the knowledge index. A human ratifies — always. Proposals ride the queue.

🧰 Not standalone — use together with anthropics/healthcare

anthropics logo

clinical-trial-protocol-skill

332

by anthropic

Generate clinical trial protocols for medical devices or drugs. This skill should be used when users say "Create a clinical trial protocol", "Generate protocol for [device/drug]", "Help me design a clinical study", "Research similar trials for [intervention]", or when developing FDA submission documentation for investigational products.

🧰 Not standalone — use together with anthropics/healthcare

🔥🔥🔥✓ VerifiedFreeQuick setup
← PrevPage 12 of 18Next →