Labsco

Agent Skills

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

apollographql · Official

2,091 standalone skills
browserbase logo

browser-trace

3,623

by browserbase

Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets. Use when the user wants to debug a failed run, audit network/console/DOM activity, attach a trace to an in-progress session, or feed structured per-page summaries back into an agent loop so its next iteration learns from the last one.

🔥🔥🔥✓ VerifiedFreeQuick setup
browserbase logo

ui-test

3,623

by browserbase

AI-powered adversarial UI testing via the browse CLI. Analyzes git diffs to test only what changed, or explores the full app to find bugs. Tests functional correctness, accessibility, responsive layout, and UX heuristics. Use when the user asks to test UI changes, QA a pull request, audit accessibility, or run exploratory testing. Supports local browser (localhost) and remote Browserbase (deployed sites).

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

runtime-behavior-probe

3,334

by openai

Plan and execute runtime-behavior investigations with temporary TypeScript probe scripts, validation matrices, state controls, and findings-first reports. Use only when the user explicitly invokes this skill to verify actual runtime behavior beyond normal code-level checks, especially to uncover edge cases, undocumented behavior, or common failure modes in local or live integrations. A baseline smoke check is fine as an entry point, but do not stop at happy-path confirmation.

🔥🔥🔥✓ VerifiedAccount requiredAdvanced setup
openai logo

docs-sync

3,334

by openai

Analyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in docs/. Use when asked to audit doc coverage, sync docs with code, or propose doc updates/structure changes. Only update English docs (docs/src/content/docs/**) and never touch translated docs under docs/src/content/docs/ja, ko, or zh. Provide a report and ask for approval before editing docs.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

final-release-review

3,334

by openai

Perform a release-readiness review by locating the previous release tag from remote tags and auditing the diff (e.g., v1.2.3...<commit>) for breaking changes, regressions, improvement opportunities, and risks before releasing openai-agents-js.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

credit-note-fixer

3,334

by openai

Fix the tiny credit-note formatting bug and rerun the exact targeted test command.

openai logo

maintainer-review

3,334

by openai

Review a GitHub issue or pull request URL as an openai-agents-js maintainer, with a staged assessment of whether the claim is real, practically important, already solvable with supported functionality, correctly scoped, better served by another design, and worth maintainer and contributor effort. Use when assessing issue validity or severity, deciding whether an issue should be prioritized or closed, determining whether a requested feature represents an unmet need rather than a discoverability o

openai logo

openai-knowledge

3,334

by openai

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

pnpm-upgrade

3,334

by openai

Keep pnpm current: run pnpm self-update/corepack prepare, align packageManager in package.json, and bump pnpm/action-setup + pinned pnpm versions in .github/workflows to the latest release. Use this when refreshing the pnpm toolchain manually or in automation.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

test-coverage-improver

3,334

by openai

Improve test coverage in the OpenAI Agents JS monorepo: run `pnpm test:coverage`, inspect coverage artifacts, identify low-coverage files and branches, propose high-impact tests, and confirm with the user before writing tests.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

csv-workbench

3,334

by openai

Analyze CSV files in /mnt/data and return concise numeric summaries.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

invoice-total-fixer

3,334

by openai

Use when fixing invoice total calculations in the sandbox quickstart repository.

github logo

commit-message

2,713

by github

Generate conventional commit messages - use when creating commits, writing commit messages, or asking for git commit help

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

code-checklist

2,713

by github

Team code quality checklist - use for checking Python code quality, bugs, security issues, and best practices

🔥🔥✓ VerifiedFreeQuick setup
github logo

hello-world

2,713

by github

A minimal skill example - use when learning the skill format

🔥✓ VerifiedFreeQuick setup
github logo

pytest-gen

2,713

by github

Generate comprehensive pytest tests - use when generating tests, creating test suites, or testing Python code

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

agent-framework-azure-ai-py

2,676

by microsoft

Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code interpreter, file search, web search), integrating MCP servers, managing conversation threads, or implementing streaming responses. Covers function tools, structured outputs, and multi-tool agents.

🔥🔥🔥🔥✓ VerifiedFreeNeeds API keys
microsoft logo

applicationinsights-web-ts

2,676

by microsoft

Instrument browser/web apps with the Application Insights JavaScript SDK (@microsoft/applicationinsights-web). Use for Real User Monitoring (RUM) — page views, clicks, AJAX/fetch dependencies, exceptions, custom events, and browser-side GenAI agent traces correlated to backend OpenTelemetry traces. Covers SDK Loader Script and npm setup, framework extensions (React, React Native, Angular), Click Analytics, telemetry initializers, and OTel GenAI semantic conventions for agent/tool/model spans emi

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-ai-projects-py

2,676

by microsoft

Build AI applications using the Azure AI Projects Python SDK (azure-ai-projects). Use when working with Foundry project clients, creating versioned agents with PromptAgentDefinition, running evaluations, managing connections/deployments/datasets/indexes, or using OpenAI-compatible clients. This is the high-level Foundry SDK - for low-level agent operations, use azure-ai-agents-python skill.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-cosmos-db-py

2,676

by microsoft

Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth (DefaultAzureCredential + emulator), service layer classes with CRUD operations, partition key strategies, parameterized queries, or TDD patterns for Cosmos. Triggers on phrases like "Cosmos DB", "NoSQL database", "document store", "add persistence", "database service layer", or "Python Cosmos SDK".

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-diagnostics

2,676

by microsoft

Debug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe triage. WHEN: debug production issues, troubleshoot app service, app service high CPU, app service deployment failure, troubleshoot container apps, troubleshoot functions, troubleshoot AKS, kubectl cannot connect, kube-system/CoreDNS failures, pod pending, crashloop, node not ready, upgrade failures, analyze logs, KQL, insights, image pull failures, cold start issues, health probe failures, resource he

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-kubernetes

2,676

by microsoft

Plan, create, and configure production-ready Azure Kubernetes Service (AKS) clusters. Covers Day-0 checklist, SKU selection (Automatic vs Standard), networking options (private API server, Azure CNI Overlay, egress configuration), security, and operations (autoscaling, upgrade strategy, cost analysis). WHEN: create AKS environment, provision AKS, enable AKS observability, design AKS networking, choose AKS SKU, secure AKS, optimize AKS, AKS spot nodes, AKS cluster-autoscaler, rightsize AKS pod, p

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-monitor-ingestion-java

2,676

by microsoft

Azure Monitor Ingestion SDK for Java. Send custom logs to Azure Monitor via Data Collection Rules (DCR) and Data Collection Endpoints (DCE). Triggers: "LogsIngestionClient java", "azure monitor ingestion java", "custom logs java", "DCR java", "data collection rule java".

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-resource-manager-cosmosdb-dotnet

2,676

by microsoft

Azure Resource Manager SDK for Cosmos DB in .NET. Use for MANAGEMENT PLANE operations: creating/managing Cosmos DB accounts, databases, containers, throughput settings, and RBAC via Azure Resource Manager. NOT for data plane operations (CRUD on documents) - use Microsoft.Azure.Cosmos for that. Triggers: "Cosmos DB account", "create Cosmos account", "manage Cosmos resources", "ARM Cosmos", "CosmosDBAccountResource", "provision Cosmos DB".

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-resource-visualizer

2,676

by microsoft

Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. WHEN: create architecture diagram, visualize Azure resources, show resource relationships, generate Mermaid diagram, analyze resource group, diagram my resources, architecture visualization, resource topology, map Azure infrastructure.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-storage

2,676

by microsoft

Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Answers questions about storage access tiers (hot, cool, cold, archive), when to use each tier, and tier comparison. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics. Includes lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, storage

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

fastapi-router-py

2,676

by microsoft

Create FastAPI routers with CRUD operations, authentication dependencies, and proper response models. Use when building REST API endpoints, creating new routes, implementing CRUD operations, or adding authenticated endpoints in FastAPI applications.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

microsoft-foundry

2,676

by microsoft

Deploy, evaluate, fine-tune, and manage Foundry agents end-to-end with azd: hosted agent scaffold/run/deploy, prompt agent create, batch eval, continuous eval, prompt optimizer, Agent Optimizer scaffold, agent.yaml, dataset curation from traces, model fine-tuning (SFT/DPO/RFT). USE FOR: azd ai agent, azd provision/deploy, deploy agent, hosted agent, create agent, add tool to agent, invoke agent, evaluate agent, continuous eval, continuous monitoring, optimize prompt, improve prompt, optimize age

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-eventhub-py

2,676

by microsoft

Azure Event Hubs SDK for Python streaming. Use for high-throughput event ingestion, producers, consumers, and checkpointing. Triggers: "event hubs", "EventHubProducerClient", "EventHubConsumerClient", "streaming", "partitions".

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

azure-keyvault-py

2,676

by microsoft

Azure Key Vault SDK for Python. Use for secrets, keys, and certificates management with secure storage. Triggers: "key vault", "SecretClient", "KeyClient", "CertificateClient", "secrets", "encryption keys".

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
← PrevPage 46 of 70Next →