---
title: "Python skills · skilld"
canonical_url: "https://skilld.dev/skills/tag/python"
last_updated: "2026-08-20T07:00:48.329Z"
meta:
  description: "Browse 200 agent skills tagged Python. Python-specific patterns and tooling."
  "og:description": "Browse 200 agent skills tagged Python. Python-specific patterns and tooling."
  "og:title": "Python skills"
---

`

[← All skills](https://skilld.dev/skills)

# **Python**

Python-specific patterns and tooling

200 skills ·8.6m stars

## Top curators

- [![vinta](https://github.com/vinta.png)vinta 3](https://skilld.dev/@vinta)
- [![affaan-m](https://github.com/affaan-m.png)affaan-m 3](https://skilld.dev/@affaan-m)
- [![anthropics](https://github.com/anthropics.png)anthropics 8](https://skilld.dev/@anthropics)
- [![shubhamsaboo](https://github.com/shubhamsaboo.png)shubhamsaboo 2](https://skilld.dev/@shubhamsaboo)
- [![browser-use](https://github.com/browser-use.png)browser-use 2](https://skilld.dev/@browser-use)
- [![pytorch](https://github.com/pytorch.png)pytorch 2](https://skilld.dev/@pytorch)
- [![fastapi](https://github.com/fastapi.png)fastapi 1](https://skilld.dev/@fastapi)
- [![bytedance](https://github.com/bytedance.png)bytedance 1](https://skilld.dev/@bytedance)

- [

  **/audit-the-list**![vinta](https://github.com/vinta.png?size=40)

  Vinta Chen · vinta/awesome-python320k

  Audit README.md sections against the shortlist rules — re-verify every entry's verdict with live data, promote or demote challengers, restructure oversized use cases, prune, and evaluate proposed additions. Fire when the maintainer asks to audit, sweep, prune, re-check, or maintain sections, or asks whether an entry (or a proposed one) deserves its slot. /audit-the-list by vinta](https://skilld.dev/gh/vinta/awesome-python/audit-the-list)
- [

  **/preview-verdicts**![vinta](https://github.com/vinta.png?size=40)

  Vinta Chen · vinta/awesome-python320k

  Generate the interactive keep/drop verdict preview (HTML page with per-row feedback controls) whenever a prune sweep, batch entry edit, or restructure needs maintainer review before touching README.md — and process the feedback JSON the maintainer pastes back. /preview-verdicts by vinta](https://skilld.dev/gh/vinta/awesome-python/preview-verdicts)
- [

  **/review-prs**![vinta](https://github.com/vinta.png?size=40)

  Vinta Chen · vinta/awesome-python320k

  Triage open PRs — screen from the diff, delegate the admission judgment to audit-the-list, then merge or close on GitHub. Fire when the maintainer asks to review PRs, process the PR queue, or judge whether a specific PR should be merged. /review-prs by vinta](https://skilld.dev/gh/vinta/awesome-python/review-prs)
- [

  **/project-guidelines-example**![affaan-m](https://github.com/affaan-m.png?size=40)

  Affaan Mustafa · affaan-m/everything-claude-code255k

  Project-specific skill template covering architecture, patterns, testing, and deployment guidance. /project-guidelines-example by affaan-m](https://skilld.dev/gh/affaan-m/everything-claude-code/project-guidelines-example)
- [

  **/python-patterns**![affaan-m](https://github.com/affaan-m.png?size=40)

  Affaan Mustafa · affaan-m/everything-claude-code255k

  Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications. Use when writing or reviewing Python code and idiomatic structure, typing, or PEP 8 is in question. /python-patterns by affaan-m](https://skilld.dev/gh/affaan-m/everything-claude-code/python-patterns)
- [

  **/python-testing**![affaan-m](https://github.com/affaan-m.png?size=40)

  Affaan Mustafa · affaan-m/everything-claude-code255k

  Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements. Use when writing pytest tests — fixtures, mocks, parametrization, or coverage. /python-testing by affaan-m](https://skilld.dev/gh/affaan-m/everything-claude-code/python-testing)
- [

  **/claude-api**![anthropics](https://github.com/anthropics.png?size=40)

  Anthropic · anthropics/skills175k

  Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, \`anthropic\`, \`@anthropic-ai\`, \`claude-\*\`, \`us.anthropic.\*\`, \`\[1m\]\`); the user asks about an LLM (pricing/model choice/limits/caching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens). SKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR \`grep -rE 'openai|langchain\_openai|google.generativeai|genai|mistralai|cohere|ollama'\` over the project hits (run this grep FIRST if no provider named — don't Read the file). /claude-api by anthropics](https://skilld.dev/gh/anthropics/skills/claude-api)
- [

  **/mcp-builder**![anthropics](https://github.com/anthropics.png?size=40)

  Anthropic · anthropics/skills175k

  Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK). /mcp-builder by anthropics](https://skilld.dev/gh/anthropics/skills/mcp-builder)
- [

  **/pdf**![anthropics](https://github.com/anthropics.png?size=40)

  Anthropic · anthropics/skills175k

  Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill. /pdf by anthropics](https://skilld.dev/gh/anthropics/skills/pdf)
- [

  **/pptx**![anthropics](https://github.com/anthropics.png?size=40)

  Anthropic · anthropics/skills175k

  Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the user mentions \\"deck,\\" \\"slides,\\" \\"presentation,\\" or references a .pptx or .potx filename, regardless of what they plan to do with the content afterward. If a .pptx or .potx file needs to be opened, created, or touched, use this skill. /pptx by anthropics](https://skilld.dev/gh/anthropics/skills/pptx)
- [

  **/slack-gif-creator**![anthropics](https://github.com/anthropics.png?size=40)

  Anthropic · anthropics/skills175k

  Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack. /slack-gif-creator by anthropics](https://skilld.dev/gh/anthropics/skills/slack-gif-creator)
- [

  **/webapp-testing**![anthropics](https://github.com/anthropics.png?size=40)

  Anthropic · anthropics/skills175k

  Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. /webapp-testing by anthropics](https://skilld.dev/gh/anthropics/skills/webapp-testing)
- [

  **/data-analyst**![shubhamsaboo](https://github.com/shubhamsaboo.png?size=40)

  Shubham Saboo · shubhamsaboo/awesome-llm-apps137k

  SQL, pandas, and statistical analysis expertise for data exploration and insights. Use when: analyzing data, writing SQL queries, using pandas, performing statistical analysis, or when user mentions data analysis, SQL, pandas, statistics, or needs help exploring datasets. /data-analyst by shubhamsaboo](https://skilld.dev/gh/shubhamsaboo/awesome-llm-apps/data-analyst)
- [

  **/python-expert**![shubhamsaboo](https://github.com/shubhamsaboo.png?size=40)

  Shubham Saboo · shubhamsaboo/awesome-llm-apps137k

  Senior Python developer expertise for writing clean, efficient, and well-documented code. Use when: writing Python code, optimizing Python scripts, reviewing Python code for best practices, debugging Python issues, implementing type hints, or when user mentions Python, PEP 8, or needs help with Python data structures and algorithms. /python-expert by shubhamsaboo](https://skilld.dev/gh/shubhamsaboo/awesome-llm-apps/python-expert)
- [

  **/cloud**![browser-use](https://github.com/browser-use.png?size=40)

  Browser Use · browser-use/browser-use114k

  Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2, v3, or v4), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP WebSocket connections, stealth browsers, residential proxies, CAPTCHA handling, webhooks, workspaces, skills marketplace, liveUrl streaming, pricing, or integration patterns (chat UI, subagent, adding browser tools to existing agents). Also trigger for questions about n8n/Make/Zapier integration, Playwright/ Puppeteer/Selenium on cloud infrastructure, or 1Password vault integration. Do NOT use this for the open-source Python library (Agent, Browser, Tools config) — use the open-source skill instead. /cloud by browser-use](https://skilld.dev/gh/browser-use/browser-use/cloud)
- [

  **/open-source**![browser-use](https://github.com/browser-use.png?size=40)

  Browser Use · browser-use/browser-use114k

  Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browser\_use, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle hooks, MCP server setup, or monitoring/observability with Laminar or OpenLIT. Also trigger for questions about browser-use installation, prompting strategies, or sensitive data handling. Do NOT use this for Cloud API/SDK usage or pricing — use the cloud skill instead. Do NOT use this for directly automating a browser via CLI commands — use the browser-use skill instead. /open-source by browser-use](https://skilld.dev/gh/browser-use/browser-use/open-source)
- [

  **/pyrefly-type-coverage**![pytorch](https://github.com/pytorch.png?size=40)

  pytorch/pytorch103k

  Migrate a file to use stricter Pyrefly type checking with annotations required for all functions, classes, and attributes. /pyrefly-type-coverage by pytorch](https://skilld.dev/gh/pytorch/pytorch/pyrefly-type-coverage)
- [

  **/scrub-issue**![pytorch](https://github.com/pytorch.png?size=40)

  pytorch/pytorch103k

  Fetch, analyze, reproduce, and minimize GitHub issue reproductions. Use only when the user asks to check whether a GitHub issue reproduces, minimize a GitHub issue's repro, analyze a GitHub bug report, or scrub/triage a GitHub issue for reproducibility. Do not use for standalone reproduction requests without a GitHub issue. /scrub-issue by pytorch](https://skilld.dev/gh/pytorch/pytorch/scrub-issue)
- [

  **/fastapi**![fastapi](https://github.com/fastapi.png?size=40)

  fastapi/fastapi102k

  FastAPI best practices and conventions. Use when working with FastAPI APIs, Pydantic models, dependencies, streaming responses including Server-Sent Events (SSE), and serving frontend apps. Keeps FastAPI code clean and up to date with the latest features and patterns. /fastapi by fastapi](https://skilld.dev/gh/fastapi/fastapi)
- [

  **/data-analysis**![bytedance](https://github.com/bytedance.png?size=40)

  Bytedance Inc. · bytedance/deer-flow82k

  Use this skill when the user uploads Excel (.xlsx/.xls) or CSV files and wants to perform data analysis, generate statistics, create summaries, pivot tables, SQL queries, or any form of structured data exploration. Supports multi-sheet Excel workbooks, aggregation, filtering, joins, and exporting results to CSV/JSON/Markdown. /data-analysis by bytedance](https://skilld.dev/gh/bytedance/deer-flow/data-analysis)
- [

  **/dignified-python**![docling-project](https://github.com/docling-project.png?size=40)

  Docling Project · docling-project/docling66k

  Get your documents ready for gen AI /dignified-python by docling-project](https://skilld.dev/gh/docling-project/docling/dignified-python)
- [

  **/adding-project-secret-api-key-auth**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  How to gate a PostHog API endpoint with project secret API key (PSAK) auth — a project-scoped, user-less service credential. Use when adding PSAK support to a viewset action, allowing a new scope for PSAKs, handling synthetic users (ProjectSecretAPIKeyUser), or choosing PSAK-aware rate throttles. Trigger terms: PSAK, ProjectSecretAPIKey, project secret API key, phs\_ token, service auth, programmatic endpoint auth. /adding-project-secret-api-key-auth by posthog](https://skilld.dev/gh/posthog/posthog/adding-project-secret-api-key-auth)
- [

  **/clickhouse-migrations**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  ClickHouse migration patterns and rules. Use when creating or modifying ClickHouse migrations. /clickhouse-migrations by posthog](https://skilld.dev/gh/posthog/posthog/clickhouse-migrations)
- [

  **/consuming-endpoints-from-client-code**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Wire a PostHog endpoint into a client app or SDK. Covers fetching the OpenAPI spec, generating a typed client with openapi-generator or @hey-api/openapi-ts, sending the right auth header, shaping the variables payload (HogQL code\_name vs insight breakdown property), handling rate-limit and materialised-endpoint error responses. Use when the user says "how do I call my endpoint", "generate a client for this", or "what auth header do I use". /consuming-endpoints-from-client-code by posthog](https://skilld.dev/gh/posthog/posthog/consuming-endpoints-from-client-code)
- [

  **/dashboard-widgets**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Guides PostHog engineers through dashboard widget platform work in the repo — ship a new widget\_type (WIDGET\_REGISTRY, catalog, run\_widgets, WidgetCard) or change an existing shipped type (config, query, layout, RBAC). Use when implementing or modifying dashboard widget types such as error\_tracking\_list or session\_replay\_list. When wiring an existing product, match scene list/card UI via shared components where possible. Do not ship chart-based widget types — use insight tiles for trends and graphs. New types require widget-intake: discover product UI in-repo, infer group and template without asking the engineer, ask only for ambiguous spec fields, then confirm before coding. Do not use for MCP batch-add of existing types or adding tiles to a dashboard. /dashboard-widgets by posthog](https://skilld.dev/gh/posthog/posthog/dashboard-widgets)
- [

  **/debugging-ci-failures**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Debugs failing GitHub Actions CI runs for PostHog PRs, commits, and branches, and answers broad CI-health questions ("is CI red?", "is master green today?", "what's broken right now?"). Use when the user asks why CI is red, asks for the current CI or master status, or mentions a failing check, GitHub Actions run, Depot runner, workflow, job, shard, merge queue kick, flaky test, lint failure, typecheck failure, snapshot diff, migration check, generated types drift, or skills build failure. Start with the \`hogli ci:insights\` digest (cross-run CI history from engineering analytics), then guides read-only inspection, failure classification, smallest local reproduction with hogli, and safe reporting without rerunning CI or posting to GitHub. Running unattended as the "Master-red diagnosis" workflow: see references/master-red-incident.md. /debugging-ci-failures by posthog](https://skilld.dev/gh/posthog/posthog/debugging-ci-failures)
- [

  **/implementing-agent-modes**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Guidelines to create/update a new mode for PostHog AI agent. Modes are a way to limit what tools, prompts, and prompt injections are applied and under what conditions. Achieve better results using your plan mode. /implementing-agent-modes by posthog](https://skilld.dev/gh/posthog/posthog/implementing-agent-modes)
- [

  **/implementing-warehouse-sources**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Implement and extend PostHog Data warehouse import sources. Use when adding a new source under products/warehouse\_sources/backend/temporal/data\_imports/sources, adding datasets/endpoints to an existing source, or adding incremental sync, resumable imports, webhook ingestion, pagination, credentials validation, and source tests. /implementing-warehouse-sources by posthog](https://skilld.dev/gh/posthog/posthog/implementing-warehouse-sources)
- [

  **/maintaining-python-tests**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Maintains existing pytest and Django test suites without weakening correctness. Use when asked to reduce Python test runtime or CI work, investigate slow pytest families, remove stale migration tests, consolidate repeated setup, improve Python test ownership, or measure whether a test optimization worked after merge. Ranks work by measured cost, applies the writing-tests value gate to existing coverage, preserves distinct behavior cases, validates isolation after shared-fixture changes, and separates testcase work from pytest-suite wall time. For an intermittent failure, use fixing-flaky-tests instead. /maintaining-python-tests by posthog](https://skilld.dev/gh/posthog/posthog/maintaining-python-tests)
- [

  **/manage-dashboard-widgets**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Guides PostHog engineers through dashboard widget platform work — ship a new widget\_type (WIDGET\_REGISTRY, catalog, run\_widgets, WidgetCard) or update a shipped type (config, query, layout, RBAC, tile filter bar, list footer, titleHref, throttles). Use for WidgetSpec, widget\_specs/, widget-configs.zod.ts, hogli build:openapi, error\_tracking\_list, session\_replay\_list, widgetFilters, formatWidgetListCountFooter, widget\_query\_throttle, or WidgetCard composition. New types need widget-intake confirmation first. Not for MCP batch-add of existing types or adding tiles to a dashboard. /manage-dashboard-widgets by posthog](https://skilld.dev/gh/posthog/posthog/manage-dashboard-widgets)
- [

  **/optimizing-clickhouse-and-hogql-queries**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Workflow for optimizing ClickHouse and HogQL queries. Use when a HogQL query, query runner, insight, or report is too slow; when a hand-written ClickHouse query (via \`sync\_execute\` or in a migration) is too slow; when ClickHouse times out or hits memory limits; when investigating a slow \`system.query\_log\` row; or when reviewing a proposed HogQL printer change for performance. Covers extracting the ClickHouse SQL, common smells (\`FROM ... FINAL\`, \`JSONExtract\` over properties, missing skip indexes, self-joins, CTE blow-up), measuring against a real cluster, and applying the fix at the right layer (printer, query runner, or migration). Does NOT cover Postgres / Django ORM / app-database queries; for those use \`profiling-slow-api-endpoints\`. /optimizing-clickhouse-and-hogql-queries by posthog](https://skilld.dev/gh/posthog/posthog/optimizing-clickhouse-and-hogql-queries)
- [

  **/sending-notifications**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  How to send real-time in-app notifications from PostHog backend code. Use when integrating notifications into a new feature, wiring up a notification source (alerts, comments, approvals, pipelines, issues), or choosing the right target type and priority for a notification. /sending-notifications by posthog](https://skilld.dev/gh/posthog/posthog/sending-notifications)
- [

  **/setup-web-tests**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Set up Python test environment in Claude Code for web where flox is unavailable. Use when you need to run backend tests and \`uv sync\` fails due to Python version mismatch. /setup-web-tests by posthog](https://skilld.dev/gh/posthog/posthog/setup-web-tests)
- [

  **/writing-clickhouse-queries**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Guide for writing performant ClickHouse queries in PostHog product code. Use when writing HogQL query runners, designing a ClickHouse table for a new product, adding materialized columns or skip indexes, or choosing a row ID format. For optimizing an existing query that is already too slow, use \`/optimizing-clickhouse-and-hogql-queries\` instead. /writing-clickhouse-queries by posthog](https://skilld.dev/gh/posthog/posthog/writing-clickhouse-queries)
- [

  **/airflow-dag-patterns**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs. /airflow-dag-patterns by wshobson](https://skilld.dev/gh/wshobson/agents/airflow-dag-patterns)
- [

  **/async-python-patterns**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations. /async-python-patterns by wshobson](https://skilld.dev/gh/wshobson/agents/async-python-patterns)
- [

  **/backtesting-frameworks**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure. /backtesting-frameworks by wshobson](https://skilld.dev/gh/wshobson/agents/backtesting-frameworks)
- [

  **/data-quality-frameworks**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts. /data-quality-frameworks by wshobson](https://skilld.dev/gh/wshobson/agents/data-quality-frameworks)
- [

  **/debugging-strategies**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior. /debugging-strategies by wshobson](https://skilld.dev/gh/wshobson/agents/debugging-strategies)
- [

  **/fastapi-templates**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects. /fastapi-templates by wshobson](https://skilld.dev/gh/wshobson/agents/fastapi-templates)
- [

  **/langchain-architecture**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows. /langchain-architecture by wshobson](https://skilld.dev/gh/wshobson/agents/langchain-architecture)
- [

  **/python-anti-patterns**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Use this skill when reviewing Python code for common anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing implementations, or when debugging issues that might stem from known bad practices. /python-anti-patterns by wshobson](https://skilld.dev/gh/wshobson/agents/python-anti-patterns)
- [

  **/python-background-jobs**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, job queues, long-running operations, or decoupling work from request/response cycles. /python-background-jobs by wshobson](https://skilld.dev/gh/wshobson/agents/python-background-jobs)
- [

  **/python-code-style**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Python code style, linting, formatting, naming conventions, and documentation standards. Use when writing new code, reviewing style, configuring linters, writing docstrings, or establishing project standards. /python-code-style by wshobson](https://skilld.dev/gh/wshobson/agents/python-code-style)
- [

  **/python-configuration**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, managing secrets, or implementing environment-specific behavior. /python-configuration by wshobson](https://skilld.dev/gh/wshobson/agents/python-configuration)
- [

  **/python-design-patterns**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use this skill when designing a new service or component from scratch and choosing how to layer responsibilities, when refactoring a God class or monolithic function that has grown too large, when deciding whether to add a new abstraction or live with duplication, when evaluating a pull request for structural issues like tight coupling or leaking internal types, when choosing between inheritance and composition for a new class hierarchy, or when a codebase is becoming hard to test because of entangled I/O and business logic. /python-design-patterns by wshobson](https://skilld.dev/gh/wshobson/agents/python-design-patterns)
- [

  **/python-error-handling**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing validation logic, designing exception strategies, handling batch processing failures, or building robust APIs. /python-error-handling by wshobson](https://skilld.dev/gh/wshobson/agents/python-error-handling)
- [

  **/python-observability**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Python observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics collection, setting up tracing, or debugging production systems. /python-observability by wshobson](https://skilld.dev/gh/wshobson/agents/python-observability)
- [

  **/python-packaging**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code. /python-packaging by wshobson](https://skilld.dev/gh/wshobson/agents/python-packaging)
- [

  **/python-performance-optimization**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance. /python-performance-optimization by wshobson](https://skilld.dev/gh/wshobson/agents/python-performance-optimization)
- [

  **/python-project-structure**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining public interfaces with \_\_all\_\_, or planning directory layouts. /python-project-structure by wshobson](https://skilld.dev/gh/wshobson/agents/python-project-structure)
- [

  **/python-resilience**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry logic, implementing timeouts, building fault-tolerant services, or handling transient failures. /python-resilience by wshobson](https://skilld.dev/gh/wshobson/agents/python-resilience)
- [

  **/python-resource-management**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Python resource management with context managers, cleanup patterns, and streaming. Use when managing connections, file handles, implementing cleanup logic, or building streaming responses with accumulated state. /python-resource-management by wshobson](https://skilld.dev/gh/wshobson/agents/python-resource-management)
- [

  **/python-testing-patterns**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices. /python-testing-patterns by wshobson](https://skilld.dev/gh/wshobson/agents/python-testing-patterns)
- [

  **/python-type-safety**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Python type safety with type hints, generics, protocols, and strict type checking. Use when adding type annotations, implementing generic classes, defining structural interfaces, or configuring mypy/pyright. /python-type-safety by wshobson](https://skilld.dev/gh/wshobson/agents/python-type-safety)
- [

  **/risk-metrics-calculation**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk limits, or building risk monitoring systems. /risk-metrics-calculation by wshobson](https://skilld.dev/gh/wshobson/agents/risk-metrics-calculation)
- [

  **/stripe-integration**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows. /stripe-integration by wshobson](https://skilld.dev/gh/wshobson/agents/stripe-integration)
- [

  **/temporal-python-testing**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures. /temporal-python-testing by wshobson](https://skilld.dev/gh/wshobson/agents/temporal-python-testing)
- [

  **/uv-package-manager**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv. /uv-package-manager by wshobson](https://skilld.dev/gh/wshobson/agents/uv-package-manager)
- [

  **/acquire-codebase-knowledge**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document this architecture", "onboard me to this repo", or "create codebase docs". Do not trigger for routine feature implementation, bug fixes, or narrow code edits unless the user asks for repository-level discovery. /acquire-codebase-knowledge by github](https://skilld.dev/gh/github/awesome-copilot/acquire-codebase-knowledge)
- [

  **/arize-annotation**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Creates and manages annotation configs (categorical, continuous, freeform label schemas) and annotation queues (human review workflows) on Arize. Applies human annotations to project spans via the Python SDK. Use when the user mentions annotation config, annotation queue, label schema, human feedback, bulk annotate spans, update\_annotations, labeling queue, annotate record, or human review. /arize-annotation by github](https://skilld.dev/gh/github/awesome-copilot/arize-annotation)
- [

  **/arize-instrumentation**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Adds Arize AX tracing to an LLM application for the first time. Follows a two-phase agent-assisted flow to analyze the codebase then implement instrumentation after user confirmation. Use when the user wants to instrument their app, add tracing from scratch, set up LLM observability, integrate OpenTelemetry or openinference, or get started with Arize tracing. /arize-instrumentation by github](https://skilld.dev/gh/github/awesome-copilot/arize-instrumentation)
- [

  **/automate-this**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Analyze a screen recording of a manual process and produce targeted, working automation scripts. Extracts frames and audio narration from video files, reconstructs the step-by-step workflow, and proposes automation at multiple complexity levels using tools already installed on the user machine. /automate-this by github](https://skilld.dev/gh/github/awesome-copilot/automate-this)
- [

  **/aws-cdk-python-setup**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Setup and initialization guide for developing AWS CDK (Cloud Development Kit) applications in Python. This skill enables users to configure environment prerequisites, create new CDK projects, manage dependencies, and deploy to AWS. /aws-cdk-python-setup by github](https://skilld.dev/gh/github/awesome-copilot/aws-cdk-python-setup)
- [

  **/bigquery-pipeline-audit**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Audits Python + BigQuery pipelines for cost safety, idempotency, and production readiness. Returns a structured report with exact patch locations. /bigquery-pipeline-audit by github](https://skilld.dev/gh/github/awesome-copilot/bigquery-pipeline-audit)
- [

  **/code-exemplars-blueprint-generator**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams. /code-exemplars-blueprint-generator by github](https://skilld.dev/gh/github/awesome-copilot/code-exemplars-blueprint-generator)
- [

  **/comment-code-generate-a-tutorial**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial. /comment-code-generate-a-tutorial by github](https://skilld.dev/gh/github/awesome-copilot/comment-code-generate-a-tutorial)
- [

  **/copilot-instructions-blueprint-generator**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions. /copilot-instructions-blueprint-generator by github](https://skilld.dev/gh/github/awesome-copilot/copilot-instructions-blueprint-generator)
- [

  **/copilot-sdk**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent. /copilot-sdk by github](https://skilld.dev/gh/github/awesome-copilot/copilot-sdk)
- [

  **/datanalysis-credit-risk**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Credit risk data cleaning and variable screening pipeline for pre-loan modeling. Use when working with raw credit data that needs quality assessment, missing value analysis, or variable selection before modeling. it covers data loading and formatting, abnormal period filtering, missing rate calculation, high-missing variable removal,low-IV variable filtering, high-PSI variable removal, Null Importance denoising, high-correlation variable removal, and cleaning report generation. Applicable scenarios arecredit risk data cleaning, variable screening, pre-loan modeling preprocessing. /datanalysis-credit-risk by github](https://skilld.dev/gh/github/awesome-copilot/datanalysis-credit-risk)
- [

  **/dataverse-python-advanced-patterns**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques. /dataverse-python-advanced-patterns by github](https://skilld.dev/gh/github/awesome-copilot/dataverse-python-advanced-patterns)
- [

  **/dataverse-python-production-code**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices /dataverse-python-production-code by github](https://skilld.dev/gh/github/awesome-copilot/dataverse-python-production-code)
- [

  **/dataverse-python-quickstart**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns. /dataverse-python-quickstart by github](https://skilld.dev/gh/github/awesome-copilot/dataverse-python-quickstart)
- [

  **/dataverse-python-usecase-builder**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate complete solutions for specific Dataverse SDK use cases with architecture recommendations /dataverse-python-usecase-builder by github](https://skilld.dev/gh/github/awesome-copilot/dataverse-python-usecase-builder)
- [

  **/eval-driven-dev**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Improve AI application with evaluation-driven development. Define eval criteria, instrument the application, build golden datasets, observe and evaluate application runs, analyze results, and produce a concrete action plan for improvements. ALWAYS USE THIS SKILL when the user asks to set up QA, add tests, add evals, evaluate, benchmark, fix wrong behaviors, improve quality, or do quality assurance for any Python project that calls an LLM model. /eval-driven-dev by github](https://skilld.dev/gh/github/awesome-copilot/eval-driven-dev)
- [

  **/eyeball**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Document analysis with inline source screenshots. When you ask Copilot to analyze a document, Eyeball generates a Word doc where every factual claim includes a highlighted screenshot from the source material so you can verify it with your own eyes. /eyeball by github](https://skilld.dev/gh/github/awesome-copilot/eyeball)
- [

  **/flowstudio-power-automate-mcp**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Foundation skill for Power Automate via FlowStudio MCP — auth setup, the reusable MCP helper (Python + Node.js), tool discovery via \`list\_skills\` / \`tool\_search\`, and oversized-response handling. Load this skill first when connecting an agent to Power Automate. For specialized workflows, load \`flowstudio-power-automate-build\`, \`flowstudio-power-automate-debug\`, \`flowstudio-power-automate-monitoring\` (Pro+), or \`flowstudio-power-automate-governance\` (Pro+) — each contains the workflow narrative, this skill provides the plumbing they all rely on. Requires a FlowStudio MCP subscription or compatible server — see https://mcp.flowstudio.app /flowstudio-power-automate-mcp by github](https://skilld.dev/gh/github/awesome-copilot/flowstudio-power-automate-mcp)
- [

  **/folder-structure-blueprint-generator**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks. /folder-structure-blueprint-generator by github](https://skilld.dev/gh/github/awesome-copilot/folder-structure-blueprint-generator)
- [

  **/freecad-scripts**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Expert skill for writing FreeCAD Python scripts, macros, and automation. Use when asked to create FreeCAD models, parametric objects, Part/Mesh/Sketcher scripts, workbench tools, GUI dialogs with PySide, Coin3D scenegraph manipulation, or any FreeCAD Python API task. Covers FreeCAD scripting basics, geometry creation, FeaturePython objects, interface tools, and macro development. /freecad-scripts by github](https://skilld.dev/gh/github/awesome-copilot/freecad-scripts)
- [

  **/geofeed-tuner**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Use this skill whenever the user mentions IP geolocation feeds, RFC 8805, geofeeds, or wants help creating, tuning, validating, or publishing a self-published IP geolocation feed in CSV format. Intended user audience is a network operator, ISP, mobile carrier, cloud provider, hosting company, IXP, or satellite provider asking about IP geolocation accuracy, or geofeed authoring best practices. Helps create, refine, and improve CSV-format IP geolocation feeds with opinionated recommendations beyond RFC 8805 compliance. Do NOT use for private or internal IP address management — applies only to publicly routable IP addresses. /geofeed-tuner by github](https://skilld.dev/gh/github/awesome-copilot/geofeed-tuner)
- [

  **/integrate-context-matic**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Discovers and integrates third-party APIs using the context-matic MCP server. Uses \`fetch\_api\` to find available API SDKs, \`ask\` for integration guidance, \`model\_search\` and \`endpoint\_search\` for SDK details. Use when the user asks to integrate a third-party API, add an API client, implement features with an external API, or work with any third-party API or SDK. /integrate-context-matic by github](https://skilld.dev/gh/github/awesome-copilot/integrate-context-matic)
- [

  **/lsp-setup**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Enable code intelligence (go-to-definition, find-references, hover, type info) for any programming language by installing and configuring an LSP server for Copilot CLI. Detects the OS, installs the right server, and generates the JSON configuration (user-level or repo-level). Use when you need deeper code understanding and no LSP server is configured, or when the user asks to set up, install, or configure an LSP server. /lsp-setup by github](https://skilld.dev/gh/github/awesome-copilot/lsp-setup)
- [

  **/microsoft-agent-framework**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create, update, refactor, explain, or review Microsoft Agent Framework solutions using shared guidance plus language-specific references for .NET and Python. /microsoft-agent-framework by github](https://skilld.dev/gh/github/awesome-copilot/microsoft-agent-framework)
- [

  **/mini-context-graph**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  A persistent, compounding knowledge base combining Karpathy's LLM Wiki pattern with a structured knowledge graph. Ingest documents once — the LLM writes wiki pages, extracts entities/relations into the graph, and stores raw content for evidence retrieval. Knowledge accumulates and cross-references; it is never re-derived from scratch. /mini-context-graph by github](https://skilld.dev/gh/github/awesome-copilot/mini-context-graph)
- [

  **/msgraph-sdk**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Integrate Microsoft Graph SDK into any project — .NET, TypeScript/JavaScript, or Python. Covers auth patterns (client credentials, OBO, managed identity), SDK setup, calling Graph APIs, batching, delta queries, change notifications, throttling, and permission scopes. Use when accessing Microsoft 365 data (users, mail, calendar, Teams, files, SharePoint) from any application type. /msgraph-sdk by github](https://skilld.dev/gh/github/awesome-copilot/msgraph-sdk)
- [

  **/openapi-to-application-code**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate a complete, production-ready application from an OpenAPI specification /openapi-to-application-code by github](https://skilld.dev/gh/github/awesome-copilot/openapi-to-application-code)
- [

  **/optimize-simplicite-logs**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  capability to parse Simplicité logs from a raw \`.txt\` file, filter fields to reduce noise, and output the result as structured JSON. /optimize-simplicite-logs by github](https://skilld.dev/gh/github/awesome-copilot/optimize-simplicite-logs)
- [

  **/phoenix-evals**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Build and run evaluators for AI/LLM applications using Phoenix. /phoenix-evals by github](https://skilld.dev/gh/github/awesome-copilot/phoenix-evals)
- [

  **/phoenix-tracing**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  OpenInference semantic conventions and instrumentation for Phoenix AI observability. Use when implementing LLM tracing, creating custom spans, or deploying to production. /phoenix-tracing by github](https://skilld.dev/gh/github/awesome-copilot/phoenix-tracing)
- [

  **/pinecone-rag**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Build production RAG pipelines and persistent agent memory using Pinecone as the vector database backend. ALWAYS USE THIS SKILL when the user mentions Pinecone, wants to index documents for semantic search, build a retrieval-augmented generation system, store agent memory across sessions, implement hybrid search, or connect an LLM to a searchable knowledge base — even if they don't say "Pinecone" explicitly. Also use when the user asks about vector databases for RAG, namespace isolation for multi-tenant agents, embedding pipelines, or scaling a knowledge base beyond what local storage can handle. DO NOT use for local-only vector stores (Chroma, FAISS, pgvector) or pure keyword search with no semantic component. /pinecone-rag by github](https://skilld.dev/gh/github/awesome-copilot/pinecone-rag)
- [

  **/pytest-coverage**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%. /pytest-coverage by github](https://skilld.dev/gh/github/awesome-copilot/pytest-coverage)
- [

  **/python-azure-iot-edge-modules**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Build and operate Python Azure IoT Edge modules with robust messaging, deployment manifests, observability, and production readiness checks. /python-azure-iot-edge-modules by github](https://skilld.dev/gh/github/awesome-copilot/python-azure-iot-edge-modules)
- [

  **/python-mcp-server-generator**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate a complete MCP server project in Python with tools, resources, and proper configuration /python-mcp-server-generator by github](https://skilld.dev/gh/github/awesome-copilot/python-mcp-server-generator)
- [

  **/python-pypi-package-builder**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  End-to-end skill for building, testing, linting, versioning, and publishing a production-grade Python library to PyPI. Covers all four build backends (setuptools+setuptools\_scm, hatchling, flit, poetry), PEP 440 versioning, semantic versioning, dynamic git-tag versioning, OOP/SOLID design, type hints (PEP 484/526/544/561), Trusted Publishing (OIDC), and the full PyPA packaging flow. Use for: creating Python packages, pip-installable SDKs, CLI tools, framework plugins, pyproject.toml setup, py.typed, setuptools\_scm, semver, mypy, pre-commit, GitHub Actions CI/CD, or PyPI publishing. /python-pypi-package-builder by github](https://skilld.dev/gh/github/awesome-copilot/python-pypi-package-builder)
- [

  **/qdrant-clients-sdk**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Qdrant provides client SDKs for various programming languages, allowing easy integration with Qdrant deployments. /qdrant-clients-sdk by github](https://skilld.dev/gh/github/awesome-copilot/qdrant-clients-sdk)
- [

  **/ruff-recursive-fix**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Run Ruff checks with optional scope and rule overrides, apply safe and unsafe autofixes iteratively, review each change, and resolve remaining findings with targeted edits or user decisions. /ruff-recursive-fix by github](https://skilld.dev/gh/github/awesome-copilot/ruff-recursive-fix)
- [

  **/screen-recording**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create annotated animated GIF demos and screen recordings for pull requests and documentation. Covers frame capture, timing, imageio-based GIF creation, and per-frame annotation workflows. /screen-recording by github](https://skilld.dev/gh/github/awesome-copilot/screen-recording)
- [

  **/semantic-kernel**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Create, update, refactor, explain, or review Semantic Kernel solutions using shared guidance plus language-specific references for .NET and Python. /semantic-kernel by github](https://skilld.dev/gh/github/awesome-copilot/semantic-kernel)
- [

  **/sponsor-finder**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Find which of a GitHub repository's dependencies are sponsorable via GitHub Sponsors. Uses deps.dev API for dependency resolution across npm, PyPI, Cargo, Go, RubyGems, Maven, and NuGet. Checks npm funding metadata, FUNDING.yml files, and web search. Verifies every link. Shows direct and transitive dependencies with OSSF Scorecard health data. Invoke with /sponsor followed by a GitHub owner/repo (e.g. "/sponsor expressjs/express"). /sponsor-finder by github](https://skilld.dev/gh/github/awesome-copilot/sponsor-finder)
- [

  **/sql-server-table-reconciliation**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Use when: comparing SQL Server tables across instances, data migration validation, ETL verification, row mismatch detection, schema drift, reconciliation report, production vs staging comparison. Uses mssql-python driver with Apache Arrow for fast columnar data transfer and comparison. /sql-server-table-reconciliation by github](https://skilld.dev/gh/github/awesome-copilot/sql-server-table-reconciliation)
- [

  **/technology-stack-blueprint-generator**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Comprehensive technology stack blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks, programming languages, and implementation patterns across multiple platforms (.NET, Java, JavaScript, React, Python). Generates configurable blueprints with version information, licensing details, usage patterns, coding conventions, and visual diagrams. Provides implementation-ready templates and maintains architectural consistency for guided development. /technology-stack-blueprint-generator by github](https://skilld.dev/gh/github/awesome-copilot/technology-stack-blueprint-generator)
- [

  **/terraform-azurerm-set-diff-analyzer**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Analyze Terraform plan JSON output for AzureRM Provider to distinguish between false-positive diffs (order-only changes in Set-type attributes) and actual resource changes. Use when reviewing terraform plan output for Azure resources like Application Gateway, Load Balancer, Firewall, Front Door, NSG, and other resources with Set-type attributes that cause spurious diffs due to internal ordering changes. /terraform-azurerm-set-diff-analyzer by github](https://skilld.dev/gh/github/awesome-copilot/terraform-azurerm-set-diff-analyzer)
- [

  **/ui-screenshots**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Capture screenshots of web apps during development using Playwright and PIL. Supports full-page captures, interactive states, and an iterate-on-crop workflow that avoids slow re-screenshots. /ui-screenshots by github](https://skilld.dev/gh/github/awesome-copilot/ui-screenshots)
- [

  **/vardoger-analyze**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Use when the user asks to personalize the GitHub Copilot CLI assistant, adapt Copilot to their style, use vardoger, or analyze their Copilot CLI conversation history. Reads the local session directory at \`\~/.copilot/session-state/\`, extracts recurring preferences and conventions, and writes a fenced personalization block into \`\~/.copilot/copilot-instructions.md\`. Runs entirely on the user's machine via the local \`vardoger\` CLI (\`pipx install vardoger\`); no network calls and no uploads. Triggers: 'personalize my copilot', 'analyze my copilot history', 'tailor copilot to me', 'run vardoger', 'update my copilot instructions from history', 'make copilot learn my style'. /vardoger-analyze by github](https://skilld.dev/gh/github/awesome-copilot/vardoger-analyze)
- [

  **/x-twitter-scraper**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Build GitHub Copilot workflows with Xquik X API SDKs, REST endpoints, hosted Apify Actor runs, MCP tools, TweetClaw OpenClaw plugin installs, signed webhooks, tweet search, user lookup, follower exports, media actions, and agent automation. /x-twitter-scraper by github](https://skilld.dev/gh/github/awesome-copilot/x-twitter-scraper)
- [

  **/async-python-patterns**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems. /async-python-patterns by davila7](https://skilld.dev/gh/davila7/claude-code-templates/async-python-patterns)
- [

  **/n8n-code-python**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Write Python code in n8n Code nodes. Use when writing Python in n8n, using \_input/\_json/\_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes. /n8n-code-python by davila7](https://skilld.dev/gh/davila7/claude-code-templates/n8n-code-python)
- [

  **/python-patterns**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying. /python-patterns by davila7](https://skilld.dev/gh/davila7/claude-code-templates/python-patterns)
- [

  **/python-pro**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Master Python 3.12+ with modern features, async programming, performance optimization, and production-ready practices. Expert in the latest Python ecosystem including uv, ruff, pydantic, and FastAPI. /python-pro by davila7](https://skilld.dev/gh/davila7/claude-code-templates/python-pro)
- [

  **/python-testing-patterns**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices. /python-testing-patterns by davila7](https://skilld.dev/gh/davila7/claude-code-templates/python-testing-patterns)
- [

  **/zarr-python**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Chunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines. /zarr-python by davila7](https://skilld.dev/gh/davila7/claude-code-templates/zarr-python)
- [

  **/code-change-verification**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Run the required final formatting, lint, type, and test checks after eligible SDK changes pass review. /code-change-verification by openai](https://skilld.dev/gh/openai/openai-agents-python/code-change-verification)
- [

  **/credit-note-fixer**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Fix the tiny credit-note formatting bug and rerun the exact targeted test command. /credit-note-fixer by openai](https://skilld.dev/gh/openai/openai-agents-python/credit-note-fixer)
- [

  **/csv-workbench**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Analyze CSV files in /mnt/data and return concise numeric summaries. /csv-workbench by openai](https://skilld.dev/gh/openai/openai-agents-python/csv-workbench)
- [

  **/docs-sync**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Audit or update English SDK documentation against the requested implementation scope. /docs-sync by openai](https://skilld.dev/gh/openai/openai-agents-python/docs-sync)
- [

  **/examples-auto-run**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Run python examples in auto mode with logging, rerun helpers, and background control. /examples-auto-run by openai](https://skilld.dev/gh/openai/openai-agents-python/examples-auto-run)
- [

  **/final-release-review**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Assess a Python SDK release candidate or release plan against the previous release and recommend ship or block. /final-release-review by openai](https://skilld.dev/gh/openai/openai-agents-python/final-release-review)
- [

  **/implementation-final-review**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Review completed implementation changes before final verification. Use when repository policy requires independent review or the user explicitly requests it. /implementation-final-review by openai](https://skilld.dev/gh/openai/openai-agents-python/implementation-final-review)
- [

  **/implementation-kickoff**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Carry implementation through an isolated worktree and local handoff. Use only when this skill is explicitly invoked. /implementation-kickoff by openai](https://skilld.dev/gh/openai/openai-agents-python/implementation-kickoff)
- [

  **/implementation-strategy**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Choose supported scope and compatibility boundaries for SDK behavior changes; revisit when feedback changes the design. /implementation-strategy by openai](https://skilld.dev/gh/openai/openai-agents-python/implementation-strategy)
- [

  **/integration-tests**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Run the packaged OpenAI Agents Python SDK integration tests from clean wheel and source-distribution environments. Use for release readiness, live OpenAI regression checks, package import compatibility, optional-extra validation, or when asked to run integration tests after examples-auto-run. /integration-tests by openai](https://skilld.dev/gh/openai/openai-agents-python/integration-tests)
- [

  **/maintainer-review**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Assess a GitHub issue or PR for demonstrated need, supported alternatives, correctness, and maintainer action. Desk review only. /maintainer-review by openai](https://skilld.dev/gh/openai/openai-agents-python/maintainer-review)
- [

  **/openai-knowledge**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Retrieve authoritative OpenAI API and platform documentation when an integration or claim needs current external evidence. /openai-knowledge by openai](https://skilld.dev/gh/openai/openai-agents-python/openai-knowledge)
- [

  **/playwright**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Use when the task requires capturing or automating a real browser from the terminal. /playwright by openai](https://skilld.dev/gh/openai/openai-agents-python/playwright)
- [

  **/pr-draft-summary**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Prepare the required local PR title, description, and branch suggestion after eligible implementation work is complete. /pr-draft-summary by openai](https://skilld.dev/gh/openai/openai-agents-python/pr-draft-summary)
- [

  **/prior-auth-packet-builder**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Build a concise prior authorization packet from local case files and payer policy docs. /prior-auth-packet-builder by openai](https://skilld.dev/gh/openai/openai-agents-python/prior-auth-packet-builder)
- [

  **/release-candidate-prep**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Prepare a local Python SDK release candidate in a dedicated worktree. Use only when explicitly invoked with a version. /release-candidate-prep by openai](https://skilld.dev/gh/openai/openai-agents-python/release-candidate-prep)
- [

  **/runtime-behavior-probe**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Plan controlled runtime probes when explicitly invoked; execute only after the required probe approval. /runtime-behavior-probe by openai](https://skilld.dev/gh/openai/openai-agents-python/runtime-behavior-probe)
- [

  **/sensitive-logging-audit**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Audit or fix sensitive-data exposure in Python SDK diagnostics, exceptions, logging, and telemetry. /sensitive-logging-audit by openai](https://skilld.dev/gh/openai/openai-agents-python/sensitive-logging-audit)
- [

  **/test-coverage-improver**![openai](https://github.com/openai.png?size=40)

  openai/openai-agents-python29k

  Measure Python SDK coverage or address measured coverage gaps. Use for coverage audits and metric regressions, not routine test additions. /test-coverage-improver by openai](https://skilld.dev/gh/openai/openai-agents-python/test-coverage-improver)
- [

  **/cli-creator**![openai](https://github.com/openai.png?size=40)

  openai/skills27k

  Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill. /cli-creator by openai](https://skilld.dev/gh/openai/skills/cli-creator)
- [

  **/jupyter-notebook**![openai](https://github.com/openai.png?size=40)

  openai/skills27k

  Use when the user asks to create, scaffold, or edit Jupyter notebooks (\`.ipynb\`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script \`new\_notebook.py\` to generate a clean starting notebook. /jupyter-notebook by openai](https://skilld.dev/gh/openai/skills/jupyter-notebook)
- [

  **/pdf**![openai](https://github.com/openai.png?size=40)

  openai/skills27k

  Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as \`reportlab\`, \`pdfplumber\`, and \`pypdf\` for generation and extraction. /pdf by openai](https://skilld.dev/gh/openai/skills/pdf)
- [

  **/plugin-creator**![openai](https://github.com/openai.png?size=40)

  openai/skills27k

  Create and scaffold plugin directories for Codex with a required \`.codex-plugin/plugin.json\`, optional plugin folders/files, and baseline placeholders you can edit before publishing or testing. Use when Codex needs to create a new local plugin, add optional plugin structure, or generate or update repo-root \`.agents/plugins/marketplace.json\` entries for plugin ordering and availability metadata. /plugin-creator by openai](https://skilld.dev/gh/openai/skills/plugin-creator)
- [

  **/security-best-practices**![openai](https://github.com/openai.png?size=40)

  openai/skills27k

  Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks. /security-best-practices by openai](https://skilld.dev/gh/openai/skills/security-best-practices)
- [

  **/security-ownership-map**![openai](https://github.com/openai.png?size=40)

  openai/skills27k

  Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions. /security-ownership-map by openai](https://skilld.dev/gh/openai/skills/security-ownership-map)
- [

  **/transcribe**![openai](https://github.com/openai.png?size=40)

  openai/skills27k

  Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings. /transcribe by openai](https://skilld.dev/gh/openai/skills/transcribe)
- [

  **/release-skills**![jimliu](https://github.com/jimliu.png?size=40)

  Jim Liu 宝玉 · jimliu/baoyu-skills26k

  Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, GitHub Releases, annotated tags, historical release backfill, and generic projects. Use when user says "release", "发布", "new version", "bump version", "push", "推送", "release notes", "GitHub Release", or "回填 Release". /release-skills by jimliu](https://skilld.dev/gh/jimliu/baoyu-skills/release-skills)
- [

  **/data-visualization**![anthropics](https://github.com/anthropics.png?size=40)

  Anthropic · anthropics/knowledge-work-plugins24k

  Create effective data visualizations with Python (matplotlib, seaborn, plotly). Use when building charts, choosing the right chart type for a dataset, creating publication-quality figures, or applying design principles like accessibility and color theory. /data-visualization by anthropics](https://skilld.dev/gh/anthropics/knowledge-work-plugins/data-visualization)
- [

  **/n8n-code-python**![czlonkowski](https://github.com/czlonkowski.png?size=40)

  Romuald Członkowski · czlonkowski/n8n-mcp23k

  Write Python code in n8n Code nodes. Use when writing Python in n8n, using \_input/\_json/\_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes. Use this skill when the user specifically requests Python for an n8n Code node. Note — JavaScript is recommended for 95% of use cases — only use Python when the user explicitly prefers it or the task requires Python-specific standard library capabilities (regex, hashlib, statistics). EXCEPTION — for Python in the AI-agent-callable Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode), use the n8n-code-tool skill instead (input is \_query, return must be a string). /n8n-code-python by czlonkowski](https://skilld.dev/gh/czlonkowski/n8n-mcp/n8n-code-python)
- [

  **/fastapi-python**![debpalash](https://github.com/debpalash.png?size=40)

  Palash Debnath · debpalash/voicestudio22k

  Expert in FastAPI Python development with best practices for APIs and async operations /fastapi-python by debpalash](https://skilld.dev/gh/debpalash/voicestudio/fastapi-python)
- [

  **/adk-agent-builder**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  Builds ADK (Agent Development Kit) Python agents: LLM agents with tools, graph workflows of function and agent nodes, conditional routing, fan-out and join, schema-validated delegation between agents, human-in-the-loop pauses, and pytest coverage for all of it. Use when asked to create an agent or a workflow, add a tool to one, branch or loop between nodes, run steps in parallel, pause for user approval, or test an agent. Don't use for explaining how ADK works internally or designing its core components (use \`adk-architecture\`), for an agent that already runs but misbehaves (use \`adk-debug\`), for authoring a sample under \`contributing/\` (use \`adk-sample-creator\`), or for naming, typing, and formatting conventions (use \`adk-style\`). /adk-agent-builder by google](https://skilld.dev/gh/google/adk-python/adk-agent-builder)
- [

  **/adk-architecture**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  Explains how the ADK runtime fits together: the node and graph execution model, Context and Event flow, checkpoint and resume, tracing, and the rules governing the public API surface. Use when answering "how does X work" about ADK internals, tracing where an event or a piece of state comes from, deciding where a new capability belongs, reviewing a change to BaseNode, Workflow, Runner, Agent, Event or Context, working out why a node re-ran or stayed waiting after a resume, or judging whether a change breaks the public API. Don't use for assembling an agent from existing pieces (use adk-agent-builder), diagnosing one failing run or test (use adk-debug), or formatting and naming conventions (use adk-style). /adk-architecture by google](https://skilld.dev/gh/google/adk-python/adk-architecture)
- [

  **/adk-debug**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  Diagnoses misbehaving ADK agents by inspecting sessions, events, tool calls, and the exact request that reached the model. Covers the \`adk run\` CLI and the \`adk web\` dev server with its session, trace, and debug HTTP endpoints. Use when an agent returns the wrong answer, ignores a tool or swallows a tool error, hangs, loops, emits raw JSON instead of calling tools, is not discovered by \`adk web\`, when a sub-agent cannot see the parent conversation, or when you need the LLM request/response, token counts, or logs for a run. Don't use for how ADK is designed internally (use \`adk-architecture\`), for building a new agent or workflow (use \`adk-agent-builder\`), for environment or dependency setup failures (use \`adk-setup\`), or for lint and style nits (use \`adk-style\`). /adk-debug by google](https://skilld.dev/gh/google/adk-python/adk-debug)
- [

  **/adk-git**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  Writes commit messages and pull request descriptions for the adk-python repository: Conventional Commits types and scopes, subject lines that say why a change was made, and the linked-issue and testing-plan sections the PR template requires. Use when writing or rewording a commit message, squashing commits before a pull request, drafting a PR description, or checking that a change is shaped to land. Don't use for generic git mechanics such as rebasing, resolving conflicts, cherry-picking, or branch surgery; those need no skill. Don't use to judge the content of a change (use adk-review) or for code style and naming (use adk-style). /adk-git by google](https://skilld.dev/gh/google/adk-python/adk-git)
- [

  **/adk-review**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  Reviews the uncommitted changes in an adk-python working tree and reports correctness, design, public-API stability, test, sample and documentation gaps as a prioritized findings report, fixing them only when asked. Use when the user asks to review local changes, wants a self-review before opening a pull request, asks whether a change breaks the public API or needs tests, samples or docs, or asks what is wrong with the current diff. Required for changes to public APIs, core architecture (Runner, Workflow, BaseNode), new features and major refactors. Don't use for a single style nit (use adk-style), for diagnosing a failing test or a misbehaving agent at runtime (use adk-debug), or for wording a commit message or PR description (use adk-git). /adk-review by google](https://skilld.dev/gh/google/adk-python/adk-review)
- [

  **/adk-sample-creator**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  Creates a new sample agent in the ADK Python repository — the sample directory, its \`agent.py\`, and its \`README.md\` — following the conventions the existing samples already use. Use when the user wants to add a sample or example demonstrating a feature or agent pattern (dynamic nodes, fan-out/fan-in, a standalone tool-using agent), asks where a new sample belongs under \`contributing/samples/\`, or wants an existing sample's README brought up to the standard structure. Don't use for building a real working agent for the user's own project (use \`adk-agent-builder\`), or for checking whether the Python blocks in a Markdown file run (use \`adk-verify-snippets\`). /adk-sample-creator by google](https://skilld.dev/gh/google/adk-python/adk-sample-creator)
- [

  **/adk-setup**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  Sets up a local ADK Python development environment in a git clone of the open-source adk-python repository: a uv virtual environment, all dependency extras, pre-commit hooks, and a first unit-test run. Runs only when explicitly requested, never on its own. Use when asked to set up, bootstrap, or repair a development checkout, install project dependencies, fix a missing or broken .venv, or prepare a machine for contributing a pull request. Don't use for debugging a running agent (use adk-debug), for commit and pull-request mechanics (use adk-git), or for re-running formatters on a checkout that is already set up (pre-commit run --all-files). /adk-setup by google](https://skilld.dev/gh/google/adk-python/adk-setup)
- [

  **/adk-style**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  Python style and codebase conventions for ADK (Agent Development Kit): private-by-default file visibility, imports, type hints, Pydantic v2 models, formatting, docstrings, logging, async I/O, file and test layout, and unit test structure. Use when writing or editing ADK source or tests, deciding whether a new file or symbol should be public or private, naming or placing a test file, fixing a formatter, linter, or type-check failure (pyink, isort, ruff, mypy, addlicense, compliance-checks), or asking whether code matches house style. Don't use for reviewing a whole changeset (use adk-review), writing a developer guide or design doc for a code unit (use adk-unit-guide or adk-unit-design), building or configuring agents (use adk-agent-builder), or installing the toolchain (use adk-setup). /adk-style by google](https://skilld.dev/gh/google/adk-python/adk-style)
- [

  **/adk-unit-design**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  Writes an as-built architecture document for one ADK code unit — purpose, execution flow, data flow, cross-class dependencies, extension points, and the parts that must not change — to \`docs/design/{topic}/{unit}/index.md\`. It describes the code as implemented, not a proposed design, and its reader is a developer about to change or extend that unit. Use when asked to "write a design doc for {file}", "document the architecture of {class}", "document the extension points of {unit}", or after adding a core class, node type, or plugin base. Don't use for documentation aimed at developers who only call the unit from their own application — that is a usage guide with runnable examples under \`docs/guides/\` (use \`adk-unit-guide\`). Don't use to answer a framework-wide architecture question (use \`adk-architecture\`). /adk-unit-design by google](https://skilld.dev/gh/google/adk-python/adk-unit-design)
- [

  **/adk-unit-guide**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  Writes a hands-on developer guide for one ADK code unit — a minimal runnable example, how it works, a configuration-option table, advanced uses, limitations, and links to related samples — to \`docs/guides/{topic}/{unit}/index.md\`, then lists it in the index at \`docs/guides/README.md\`. Its reader is a developer calling the unit from their own application, at more depth than the published adk.dev documentation carries. Use when asked to "write a unit guide for {class}", "document how to use {feature}", "add a guide for {file}", or after shipping a user-facing class, node, or plugin. Don't use for internals documentation aimed at someone changing or extending the unit — that is a design document under \`docs/design/\` (use \`adk-unit-design\`). Don't use to write a runnable sample under \`contributing/samples/\` (use \`adk-sample-creator\`). /adk-unit-guide by google](https://skilld.dev/gh/google/adk-python/adk-unit-guide)
- [

  **/adk-verify-snippets**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  Checks that every Python code block in a Markdown file actually compiles and runs, by extracting each block to a temporary file, executing it in an isolated subprocess, and writing a pass/fail report with per-snippet coverage. Use when the user asks to verify, test, or validate the code samples in a README, a guide, or a documentation page; wants to know which snippets in a Markdown file are broken or out of date; or asks for a snippet verification report. Don't use for running the project's test suite (run pytest directly), for checking code style or formatting (use \`adk-style\`), or for authoring a new runnable sample agent (use \`adk-sample-creator\`). /adk-verify-snippets by google](https://skilld.dev/gh/google/adk-python/adk-verify-snippets)
- [

  **/bigquery-ai-ml**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  Skill for BigQuery AI and Machine Learning queries using standard SQL and \`AI.\*\` functions (preferred over dedicated tools). /bigquery-ai-ml by google](https://skilld.dev/gh/google/adk-python/bigquery-ai-ml)
- [

  **/bigquery-graph**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  Skill for Graph Query Language (GQL) or SQL/PGQ queries against a property graph. Includes path finding, multi-hop traversal, topological connection, shortest path, node reachability, edge connectivity, and semantic graph queries. /bigquery-graph by google](https://skilld.dev/gh/google/adk-python/bigquery-graph)
- [

  **/calc-skill**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  A math calculation skill that runs Python scripts to perform arithmetic. /calc-skill by google](https://skilld.dev/gh/google/adk-python/calc-skill)
- [

  **/text-skill**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  A text processing skill that formats strings using shell scripts. /text-skill by google](https://skilld.dev/gh/google/adk-python/text-skill)
- [

  **/weather-skill**![google](https://github.com/google.png?size=40)

  google/adk-python21k

  A skill that provides weather information based on reference data. /weather-skill by google](https://skilld.dev/gh/google/adk-python/weather-skill)
- [

  **/django-expert**![jeffallan](https://github.com/jeffallan.png?size=40)

  jeffallan/claude-skills11k

  Use when building Django web applications or REST APIs with Django REST Framework. Invoke when working with settings.py, models.py, manage.py, or any Django project file. Creates Django models with proper indexes, optimizes ORM queries using select\_related/prefetch\_related, builds DRF serializers and viewsets, and configures JWT authentication. Trigger terms: Django, DRF, Django REST Framework, Django ORM, Django model, serializer, viewset, Python web. /django-expert by jeffallan](https://skilld.dev/gh/jeffallan/claude-skills/django-expert)
- [

  **/fastapi-expert**![jeffallan](https://github.com/jeffallan.png?size=40)

  jeffallan/claude-skills11k

  Use when building high-performance async Python APIs with FastAPI and Pydantic V2. Invoke to create REST endpoints, define Pydantic models, implement authentication flows, set up async SQLAlchemy database operations, add JWT authentication, build WebSocket endpoints, or generate OpenAPI documentation. Trigger terms: FastAPI, Pydantic, async Python, Python API, REST API Python, SQLAlchemy async, JWT authentication, OpenAPI, Swagger Python. /fastapi-expert by jeffallan](https://skilld.dev/gh/jeffallan/claude-skills/fastapi-expert)
- [

  **/mcp-developer**![jeffallan](https://github.com/jeffallan.png?size=40)

  jeffallan/claude-skills11k

  Use when building, debugging, or extending MCP servers or clients that connect AI systems with external tools and data sources. Invoke to implement tool handlers, configure resource providers, set up stdio/HTTP/SSE transport layers, validate schemas with Zod or Pydantic, debug protocol compliance issues, or scaffold complete MCP server/client projects using TypeScript or Python SDKs. /mcp-developer by jeffallan](https://skilld.dev/gh/jeffallan/claude-skills/mcp-developer)
- [

  **/pandas-pro**![jeffallan](https://github.com/jeffallan.png?size=40)

  jeffallan/claude-skills11k

  Performs pandas DataFrame operations for data analysis, manipulation, and transformation. Use when working with pandas DataFrames, data cleaning, aggregation, merging, or time series analysis. Invoke for data manipulation tasks such as joining DataFrames on multiple keys, pivoting tables, resampling time series, handling NaN values with interpolation or forward-fill, groupby aggregations, type conversion, or performance optimization of large datasets. /pandas-pro by jeffallan](https://skilld.dev/gh/jeffallan/claude-skills/pandas-pro)
- [

  **/python-pro**![jeffallan](https://github.com/jeffallan.png?size=40)

  jeffallan/claude-skills11k

  Use when building Python 3.11+ applications requiring type safety, async programming, or robust error handling. Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites with fixtures and mocking, and validates code with black and ruff. Invoke for type hints, async/await patterns, dataclasses, dependency injection, logging configuration, and structured error handling. /python-pro by jeffallan](https://skilld.dev/gh/jeffallan/claude-skills/python-pro)
- [

  **/hf-cloud-python-env-setup**![huggingface](https://github.com/huggingface.png?size=40)

  Hugging Face · huggingface/skills11k

  Set up an isolated Python environment for SageMaker / AWS work, with the right Python version and current boto3. Use this skill whenever Python code will be executed for a SageMaker deployment, training job, or any AWS automation — including when about to run \`pip install\`, when about to invoke \`boto3\`, when creating or activating a virtualenv, or when the user asks to "set up the environment". Never use system Python and never \`pip install\` into it. Always isolate. This skill prevents the most common failure modes: wrong Python version, dependency conflicts, and stale SDKs. /hf-cloud-python-env-setup by huggingface](https://skilld.dev/gh/huggingface/skills/hf-cloud-python-env-setup)
- [

  **/huggingface-gradio**![huggingface](https://github.com/huggingface.png?size=40)

  Hugging Face · huggingface/skills11k

  Build Gradio web UIs and demos in Python. Use when creating or editing Gradio apps, components, event listeners, layouts, or chatbots. /huggingface-gradio by huggingface](https://skilld.dev/gh/huggingface/skills/huggingface-gradio)
- [

  **/huggingface-paper-publisher**![huggingface](https://github.com/huggingface.png?size=40)

  Hugging Face · huggingface/skills11k

  Publish and manage research papers on Hugging Face Hub. Supports creating paper pages, linking papers to models/datasets, claiming authorship, and generating professional markdown-based research articles. /huggingface-paper-publisher by huggingface](https://skilld.dev/gh/huggingface/skills/huggingface-paper-publisher)
- [

  **/huggingface-tool-builder**![huggingface](https://github.com/huggingface.png?size=40)

  Hugging Face · huggingface/skills11k

  Use this skill when the user wants to build tool/scripts or achieve a task where using data from the Hugging Face API would help. This is especially useful when chaining or combining API calls or the task will be repeated/automated. This Skill creates a reusable script to fetch, enrich or process data. /huggingface-tool-builder by huggingface](https://skilld.dev/gh/huggingface/skills/huggingface-tool-builder)
- [

  **/huggingface-trackio**![huggingface](https://github.com/huggingface.png?size=40)

  Hugging Face · huggingface/skills11k

  Track and visualize ML training experiments with Trackio. Use when logging metrics during training (Python API), firing alerts for training diagnostics, or retrieving/analyzing logged metrics (CLI). Supports real-time dashboard visualization, alerts with webhooks, HF Space syncing, and JSON output for automation. /huggingface-trackio by huggingface](https://skilld.dev/gh/huggingface/skills/huggingface-trackio)
- [

  **/upload-to-stitch**![google-labs-code](https://github.com/google-labs-code.png?size=40)

  Google Labs Code · google-labs-code/stitch-skills8.3k

  Upload local assets (images, mockups, extracted HTML, design markdown) to a Stitch project. ALWAYS use this skill when you need to upload visual assets, HTML pages, or design docs to Stitch, particularly when direct MCP tool calls fail or truncate due to base64 token limits. /upload-to-stitch by google-labs-code](https://skilld.dev/gh/google-labs-code/stitch-skills/upload-to-stitch)
- [

  **/n8n-code-python**![czlonkowski](https://github.com/czlonkowski.png?size=40)

  Romuald Członkowski · czlonkowski/n8n-skills6.2k

  Write Python code in n8n Code nodes. Use when writing Python in n8n, using \_input/\_json/\_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes. Use this skill when the user specifically requests Python for an n8n Code node. Note — JavaScript is recommended for 95% of use cases — only use Python when the user explicitly prefers it or the task requires Python-specific standard library capabilities (regex, hashlib, statistics). EXCEPTION — for Python in the AI-agent-callable Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode), use the n8n-code-tool skill instead (input is \_query, return must be a string). /n8n-code-python by czlonkowski](https://skilld.dev/gh/czlonkowski/n8n-skills/n8n-code-python)
- [

  **/gemini-api-dev**![google-gemini](https://github.com/google-gemini.png?size=40)

  google-gemini/gemini-skills4k

  Use this skill when writing code that calls the Gemini API for text generation, multi-turn chat, multimodal understanding, image generation, video generation, streaming responses, background research tasks, function calling, structured output, or migrating from the old generateContent API. Covers SDK usage and best practices for Gemini models and agents in Python and TypeScript. /gemini-api-dev by google-gemini](https://skilld.dev/gh/google-gemini/gemini-skills/gemini-api-dev)
- [

  **/gemini-interactions-api**![google-gemini](https://github.com/google-gemini.png?size=40)

  google-gemini/gemini-skills4k

  Use this skill when writing code that calls the Gemini API for text generation, multi-turn chat, multimodal understanding, image generation, video generation, streaming responses, background research tasks, function calling, structured output, or migrating from the old generateContent API. This skill covers the Interactions API, the recommended way to use Gemini models and agents in Python and TypeScript. /gemini-interactions-api by google-gemini](https://skilld.dev/gh/google-gemini/gemini-skills/gemini-interactions-api)
- [

  **/gemini-live-api-dev**![google-gemini](https://github.com/google-gemini.png?size=40)

  google-gemini/gemini-skills4k

  Use this skill when building real-time, bidirectional streaming applications with the Gemini Live API. Covers WebSocket-based audio/video/text streaming, voice activity detection (VAD), native audio features, function calling, session management, ephemeral tokens for client-side auth, live translation, and all Live API configuration options. SDKs covered - google-genai (Python), @google/genai (JavaScript/TypeScript). /gemini-live-api-dev by google-gemini](https://skilld.dev/gh/google-gemini/gemini-skills/gemini-live-api-dev)
- [

  **/google-antigravity-sdk**![google-antigravity](https://github.com/google-antigravity.png?size=40)

  Google Antigravity · google-antigravity/antigravity-sdk-python3.3k

  Design, implement, and debug autonomous AI agents and multi-agent systems using the Google Antigravity (AGY) SDK. ACTIVATE this skill when the user wants to create, configure, or orchestrate Google Antigravity agents. /google-antigravity-sdk by google-antigravity](https://skilld.dev/gh/google-antigravity/antigravity-sdk-python)
- [

  **/cuopt-routing-api-python**![nvidia](https://github.com/nvidia.png?size=40)

  NVIDIA Corporation · nvidia/skills3.2k

  Vehicle routing (VRP, TSP, PDP) with cuOpt — Python API only. Use when the user is building or solving routing in Python. /cuopt-routing-api-python by nvidia](https://skilld.dev/gh/nvidia/skills/cuopt-routing-api-python)
- [

  **/cuopt-server-api-python**![nvidia](https://github.com/nvidia.png?size=40)

  NVIDIA Corporation · nvidia/skills3.2k

  cuOpt REST server — start server, endpoints, Python/curl client examples. Use when the user is deploying or calling the REST API. /cuopt-server-api-python by nvidia](https://skilld.dev/gh/nvidia/skills/cuopt-server-api-python)
- [

  **/tilegym-cutile-python**![nvidia](https://github.com/nvidia.png?size=40)

  NVIDIA Corporation · nvidia/skills3.2k

  Expert cuTile programming assistant. Write high-performance GPU kernels using cuTile's tile-based programming model with proper validation and optimization. Supports deep agent orchestration for complex multi-kernel tasks. /tilegym-cutile-python by nvidia](https://skilld.dev/gh/nvidia/skills/tilegym-cutile-python)
- [

  **/python-appservice-deploy**![microsoft](https://github.com/microsoft.png?size=40)

  microsoft/skills3k

  Deploy Python (Flask/Django/FastAPI) code to Azure App Service Linux. WHEN: \\"Flask App Service\\", \\"Django App Service\\", \\"FastAPI App Service\\", \\"deploy Python to App Service\\". DO NOT USE FOR: Container Apps, Functions, non-Python, Terraform/Bicep/IaC, full infra — use azure-prepare. /python-appservice-deploy by microsoft](https://skilld.dev/gh/microsoft/skills/python-appservice-deploy)
- [

  **/cloudflare-email-service**![cloudflare](https://github.com/cloudflare.png?size=40)

  cloudflare/skills2.8k

  Implement or troubleshoot Cloudflare Email Sending and Email Routing integrations and their delivery configuration. /cloudflare-email-service by cloudflare](https://skilld.dev/gh/cloudflare/skills/cloudflare-email-service)
- [

  **/sandbox-sdk**![cloudflare](https://github.com/cloudflare.png?size=40)

  cloudflare/skills2.8k

  Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/CD systems, interactive dev environments, or executing untrusted code. Covers Sandbox SDK lifecycle, commands, files, code interpreter, and preview URLs. Biases towards retrieval from Cloudflare docs over pre-trained knowledge. /sandbox-sdk by cloudflare](https://skilld.dev/gh/cloudflare/skills/sandbox-sdk)
- [

  **/publish-python-release**![nvidia-nemo](https://github.com/nvidia-nemo.png?size=40)

  nvidia-nemo/switchyard2.8k

  Build or publish nemo-switchyard Python distributions through the repository's GitHub Actions workflow. Use when asked to build a development wheel, cut a Python release, publish to PyPI, create a release tag, or debug .github/workflows/publish.yml. /publish-python-release by nvidia-nemo](https://skilld.dev/gh/nvidia-nemo/switchyard/publish-python-release)
- [

  **/docx**![anthropics](https://github.com/anthropics.png?size=40)

  Anthropic · anthropics/claude-agent-sdk-demos2.7k

  Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks /docx by anthropics](https://skilld.dev/gh/anthropics/claude-agent-sdk-demos/docx)
- [

  **/aws-sdk-python-usage**![aws](https://github.com/aws.png?size=40)

  Amazon Web Services · aws/agent-toolkit-for-aws2.6k

  AWS SDK for Python (boto3/botocore) development patterns. You MUST use this skill when writing Python code that uses AWS services via boto3 or botocore. This includes creating service clients or resources, configuring sessions and credentials, handling errors with ClientError, using paginators and waiters, S3 file transfers and presigned URLs, DynamoDB table operations, and any boto3/botocore client configuration. Use this skill whenever Python code imports boto3 or botocore, or when the user asks about AWS operations in Python. /aws-sdk-python-usage by aws](https://skilld.dev/gh/aws/agent-toolkit-for-aws/aws-sdk-python-usage)
- [

  **/meme-factory**![softaworks](https://github.com/softaworks.png?size=40)

  softaworks/agent-toolkit2.4k

  Generate memes using the memegen.link API. Use when users request memes, want to add humor to content, or need visual aids for social media. Supports 100+ popular templates with custom text and styling. /meme-factory by softaworks](https://skilld.dev/gh/softaworks/agent-toolkit/meme-factory)
- [

  **/naming-analyzer**![softaworks](https://github.com/softaworks.png?size=40)

  softaworks/agent-toolkit2.4k

  Suggest better variable, function, and class names based on context and conventions. /naming-analyzer by softaworks](https://skilld.dev/gh/softaworks/agent-toolkit/naming-analyzer)
- [

  **/plugin-forge**![softaworks](https://github.com/softaworks.png?size=40)

  softaworks/agent-toolkit2.4k

  Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin components (commands, agents, hooks), bumping plugin versions, or working with plugin.json/marketplace.json manifests. /plugin-forge by softaworks](https://skilld.dev/gh/softaworks/agent-toolkit/plugin-forge)
- [

  **/apify-actor-development**![apify](https://github.com/apify.png?size=40)

  apify/agent-skills2.4k

  Develop, debug, and deploy Apify Actors - serverless cloud programs for web scraping, automation, and data processing. Use when creating new Actors, modifying existing ones, or troubleshooting Actor code. /apify-actor-development by apify](https://skilld.dev/gh/apify/agent-skills/apify-actor-development)
- [

  **/apify-generate-output-schema**![apify](https://github.com/apify.png?size=40)

  apify/agent-skills2.4k

  Generate output schemas (dataset\_schema.json, output\_schema.json, key\_value\_store\_schema.json) for an Apify Actor by analyzing its source code. Use when creating or updating Actor output schemas. /apify-generate-output-schema by apify](https://skilld.dev/gh/apify/agent-skills/apify-generate-output-schema)
- [

  **/reddit**![resciencelab](https://github.com/resciencelab.png?size=40)

  ReScience Lab · resciencelab/opc-skills1.8k

  Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API. Use when user mentions Reddit, a subreddit, or r/ links. /reddit by resciencelab](https://skilld.dev/gh/resciencelab/opc-skills/reddit)
- [

  **/douyin-video**![yzfly](https://github.com/yzfly.png?size=40)

  云中江树 · yzfly/douyin-mcp-server1.3k

  抖音无水印视频下载和文案提取工具. 从抖音分享链接获取无水印视频下载链接, 下载视频, 提取视频中的语音文案并自动保存到文件. 适用场景包括获取抖音视频信息, 下载无水印视频, 批量提取视频文案. 当用户需要处理抖音视频链接或提取视频内容时触发. /douyin-video by yzfly](https://skilld.dev/gh/yzfly/douyin-mcp-server)
- [

  **/deep-agents-core**![langchain-ai](https://github.com/langchain-ai.png?size=40)

  LangChain · langchain-ai/langchain-skills1.2k

  INVOKE THIS SKILL when building ANY Deep Agents application. Covers create\_deep\_agent(), harness architecture, SKILL.md format, and configuration options. /deep-agents-core by langchain-ai](https://skilld.dev/gh/langchain-ai/langchain-skills/deep-agents-core)
- [

  **/deep-agents-memory**![langchain-ai](https://github.com/langchain-ai.png?size=40)

  LangChain · langchain-ai/langchain-skills1.2k

  INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing. /deep-agents-memory by langchain-ai](https://skilld.dev/gh/langchain-ai/langchain-skills/deep-agents-memory)
- [

  **/deepagents-python-quickstart**![langchain-ai](https://github.com/langchain-ai.png?size=40)

  LangChain · langchain-ai/langchain-skills1.2k

  Scaffold a minimal local Deep Agent in Python by following the official quickstart, using provider-native web search instead of Tavily. Use when the user wants to quickly build or try a Deep Agent locally. /deepagents-python-quickstart by langchain-ai](https://skilld.dev/gh/langchain-ai/langchain-skills/deepagents-python-quickstart)
- [

  **/ecosystem-primer**![langchain-ai](https://github.com/langchain-ai.png?size=40)

  LangChain · langchain-ai/langchain-skills1.2k

  INVOKE FIRST for any LangChain / LangGraph / Deep Agents agent building project before consulting other skills or writing any agent code. Required starting point for up to date info on framework selection (LangChain vs LangGraph vs Deep Agents vs hybrid composition), agent patterns, install, environment setup, and which skill to load next. /ecosystem-primer by langchain-ai](https://skilld.dev/gh/langchain-ai/langchain-skills/ecosystem-primer)
- [

  **/langchain-dependencies**![langchain-ai](https://github.com/langchain-ai.png?size=40)

  LangChain · langchain-ai/langchain-skills1.2k

  INVOKE THIS SKILL when setting up a new project or when asked about package versions, installation, or dependency management for LangChain, LangGraph, LangSmith, or Deep Agents. Covers required packages, minimum versions, environment requirements, versioning best practices, and common community tool packages for both Python and TypeScript. /langchain-dependencies by langchain-ai](https://skilld.dev/gh/langchain-ai/langchain-skills/langchain-dependencies)
- [

  **/langchain-fundamentals**![langchain-ai](https://github.com/langchain-ai.png?size=40)

  LangChain · langchain-ai/langchain-skills1.2k

  Create LangChain agents with create\_agent, define tools, and use middleware for human-in-the-loop and error handling. /langchain-fundamentals by langchain-ai](https://skilld.dev/gh/langchain-ai/langchain-skills/langchain-fundamentals)
- [

  **/langchain-middleware**![langchain-ai](https://github.com/langchain-ai.png?size=40)

  LangChain · langchain-ai/langchain-skills1.2k

  INVOKE THIS SKILL when you need human-in-the-loop approval, custom middleware, or structured output. Covers HumanInTheLoopMiddleware for human approval of dangerous tool calls, creating custom middleware with hooks, Command resume patterns, and structured output with Pydantic/Zod. /langchain-middleware by langchain-ai](https://skilld.dev/gh/langchain-ai/langchain-skills/langchain-middleware)
- [

  **/langchain-python-quickstart**![langchain-ai](https://github.com/langchain-ai.png?size=40)

  LangChain · langchain-ai/langchain-skills1.2k

  Scaffold a minimal local LangChain agent in Python by following the official quickstart. Use when the user wants to quickly build or try a LangChain agent locally. /langchain-python-quickstart by langchain-ai](https://skilld.dev/gh/langchain-ai/langchain-skills/langchain-python-quickstart)
- [

  **/langgraph-cli**![langchain-ai](https://github.com/langchain-ai.png?size=40)

  LangChain · langchain-ai/langchain-skills1.2k

  INVOKE THIS SKILL when using the langgraph CLI to scaffold, develop, build, or deploy LangGraph applications. Covers langgraph new, dev, build, up, deploy, and langgraph.json configuration. /langgraph-cli by langchain-ai](https://skilld.dev/gh/langchain-ai/langchain-skills/langgraph-cli)
- [

  **/langgraph-fundamentals**![langchain-ai](https://github.com/langchain-ai.png?size=40)

  LangChain · langchain-ai/langchain-skills1.2k

  INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and error handling. /langgraph-fundamentals by langchain-ai](https://skilld.dev/gh/langchain-ai/langchain-skills/langgraph-fundamentals)
- [

  **/langgraph-human-in-the-loop**![langchain-ai](https://github.com/langchain-ai.png?size=40)

  LangChain · langchain-ai/langchain-skills1.2k

  INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4-tier error handling strategy. /langgraph-human-in-the-loop by langchain-ai](https://skilld.dev/gh/langchain-ai/langchain-skills/langgraph-human-in-the-loop)

## Related tags

- [TypeScript 40](https://skilld.dev/skills/tag/typescript)
- [Testing 16](https://skilld.dev/skills/tag/testing)
- [API 12](https://skilld.dev/skills/tag/api)