Labsco

Agent Skills

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

Official

48 companies

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

microsoft logo

fix-ci-failures

187,144

by microsoft

Investigate and fix CI failures on a pull request. Use when CI checks fail on a PR branch — covers finding the PR, identifying failed checks, downloading logs and artifacts, extracting the failure cause, and iterating on a fix. Requires the `gh` CLI.

🧰 Not standalone — use together with microsoft/vscode

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

project-setup-info-context7

187,144

by microsoft

Comprehensive setup steps to help the user create complete project structures in a VS Code workspace. This tool is designed for full project initialization and scaffolding, not for creating individual files. When to use this tool: when the user wants to create a new complete project from scratch; when setting up entire project frameworks (TypeScript projects, React apps, Node.js servers, etc.); when initializing Model Context Protocol (MCP) servers with full structure; when creating VS Code exte

🧰 Not standalone — use together with microsoft/vscode

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

heap-snapshot-analysis

187,144

by microsoft

Analyze V8 heap snapshots to investigate memory leaks and retention issues. Use when given .heapsnapshot files, asked to compare before/after snapshots, asked to find what retains objects, or investigating why objects survive GC. Provides snapshot parsing, comparison, retainer-path helpers, and scratchpad scripts.

🧰 Not standalone — use together with microsoft/vscode

🔥🔥🔥🔥✓ VerifiedFreeAdvanced setup
microsoft logo

author-contributions

187,144

by microsoft

Identify all files a specific author contributed to on a branch vs its upstream, tracing code through renames. Use when asked who edited what, what code an author contributed, or to audit authorship before a merge. This skill should be run as a subagent — it performs many git operations and returns a concise table.

🧰 Not standalone — use together with microsoft/vscode

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

cpu-profile-analysis

187,144

by microsoft

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-*.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating user timing marks.

🧰 Not standalone — use together with microsoft/vscode

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

accessibility

187,144

by microsoft

Primary accessibility skill for VS Code. REQUIRED for new feature and contribution work, and also applies to updates of existing UI. Covers accessibility help dialogs, accessible views, verbosity settings, signals, ARIA announcements, keyboard navigation, and ARIA labels/roles.

🧰 Not standalone — use together with microsoft/vscode

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

memory-leak-audit

187,144

by microsoft

Audit code for memory leaks and disposable issues. Use when reviewing event listeners, DOM handlers, lifecycle callbacks, or fixing leak reports. Covers addDisposableListener, Event.once, MutableDisposable, DisposableStore, and onWillDispose patterns.

🧰 Not standalone — use together with microsoft/vscode

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

add-fallback-commands

136,050

by microsoft

Add fallback commands to your Command Palette extension for catch-all search behavior. Use when asked to add search functionality, query matching, direct input handling, calculator-style evaluation, URL opening, command execution, or results that appear when no other extension matches. Used by 14 of 20 built-in extensions.

🧰 Not standalone — use together with microsoft/powertoys

microsoft logo

add-extension-settings

136,050

by microsoft

Add a settings page to your Command Palette extension. Use when asked to add settings, preferences, configuration options, toggles, text inputs, dropdowns, or user-customizable behavior. Covers ToggleSetting, TextSetting, ChoiceSetSetting, and persistence.

🧰 Not standalone — use together with microsoft/powertoys

microsoft logo

publish-extension

136,050

by microsoft

Publish your Command Palette extension to the Microsoft Store or WinGet. Use when asked to publish, distribute, release, deploy to store, create MSIX packages, submit to WinGet, set up CI/CD for releases, or automate builds with GitHub Actions.

🧰 Not standalone — use together with microsoft/powertoys

🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

add-dock-band

136,050

by microsoft

Add dock band support to your Command Palette extension for persistent toolbar widgets. Use when asked to add dock support, toolbar buttons, persistent UI widgets, taskbar integration, live-updating status displays, quick-access buttons, or always-visible controls. Supports single buttons, multi-button strips, and live-updating content.

🧰 Not standalone — use together with microsoft/powertoys

microsoft logo

add-adaptive-card-form

136,050

by microsoft

Create form-based UI for your Command Palette extension using Adaptive Cards. Use when asked to add forms, user input fields, toggle switches, text inputs, dropdown menus, data entry, surveys, configuration dialogs, or interactive content pages. Supports the Adaptive Cards Designer for visual form building.

🧰 Not standalone — use together with microsoft/powertoys

microsoft logo

wpf-to-winui3-migration

136,050

by microsoft

Guide for migrating PowerToys modules from WPF to WinUI 3 (Windows App SDK). Use when asked to migrate WPF code, convert WPF XAML to WinUI, replace System.Windows namespaces with Microsoft.UI.Xaml, update Dispatcher to DispatcherQueue, replace DynamicResource with ThemeResource, migrate imaging APIs from System.Windows.Media.Imaging to Windows.Graphics.Imaging, convert WPF Window to WinUI Window, migrate .resx to .resw resources, migrate custom Observable/RelayCommand to CommunityToolkit.Mvvm so

🧰 Not standalone — use together with microsoft/powertoys

microsoft logo

powertoys-module-verification

136,050

by microsoft

Verify a single PowerToys module's release checklist items end-to-end. Drive each checkbox via UIA / Named Events / settings.json edits / clipboard inspection / GPO / SendInput. Output a structured PASS / FAIL / BLOCKED verdict per item with evidence (FAIL distinguishes product defects from stale/ambiguous checklist items). Combine standard winapp ui mechanics (see references/winapp-ui-testing.md) with PT-specific recipes and the helper .ps1 files shipped with this skill.

🧰 Not standalone — use together with microsoft/powertoys

microsoft logo

winmd-api-search

136,050

by microsoft

Find and explore Windows desktop APIs. Use when building features that need platform capabilities — camera, file access, notifications, UI controls, AI/ML, sensors, networking, etc. Discovers the right API for a task and retrieves full type details (methods, properties, events, enumeration values).

🧰 Not standalone — use together with microsoft/powertoys

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

playwright-cli

92,271

by microsoft

Automate browser interactions, test web pages and work with Playwright tests.

🧰 Not standalone — use together with microsoft/playwright

🔥🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

playwright-trace

92,271

by microsoft

Inspect Playwright trace files from the command line — list actions, view requests, console, errors, snapshots and screenshots.

🧰 Not standalone — use together with microsoft/playwright

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

playwright-cli

11,813

by microsoft

Automate browser interactions, test web pages and work with Playwright tests.

🧰 Not standalone — use together with microsoft/playwright-cli

🔥🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

rushstack-best-practices

6,479

by microsoft

Provides best practices and guidance for working with Rush monorepos. Use when the user is working in a Rush-based repository, asks about Rush commands (install, update, build, rebuild), needs help with project selection, dependency management, build caching, subspace configuration, or troubleshooting Rush-specific issues.

🧰 Not standalone — use together with microsoft/rushstack

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

hex1b

6,148

by microsoft

CLI tool for automating any terminal application — TUI apps, shells, CLI tools, REPLs, and more. Use when you need to launch a process in a virtual terminal, capture its screen output, inject keystrokes or mouse input, take screenshots, record sessions, or assert on what's visible.

🧰 Not standalone — use together with microsoft/aspire

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

create-pr

6,148

by microsoft

Create a pull request using the repository PR template. Use when asked to: create PR, open PR, push and create PR, submit PR, open pull request, send changes for review.

🧰 Not standalone — use together with microsoft/aspire

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

batch-bug-shepherd

3,123

by microsoft

Use this skill to drive a batch of suspected bugs in microsoft/apm from raw issue list to mergeable PR queue. Fan out one triage subagent per issue (LEGIT / UNCLEAR / FIXED-AT-HEAD), gate every legit bug against PRINCIPLES.md via an apm-ceo strategic-alignment pass, cross-reference legit issues against open PRs, then open a fix PR (TDD + mutation-break gate) for greenfield bugs. Drive every PR -- community in-flight and own fix alike -- to mergeable by composing the shepherd-driver skill: one dr

🧰 Not standalone — use together with microsoft/apm

microsoft logo

apm-strategy

3,123

by microsoft

Activate for changes to project positioning, release communication, community-facing artifacts, or breaking-change decisions in microsoft/apm. Triggers on README, MANIFESTO, PRD, CHANGELOG, release workflows, and issue templates.

🧰 Not standalone — use together with microsoft/apm

🔥🔥FreeQuick setup
microsoft logo

cut-release

3,123

by microsoft

Use this skill to cut an APM release from the current worktree: assess whether the cycle since the last tag warrants a patch or minor bump (semver discipline against the merged-since-last-tag diff), sanitize the [Unreleased] CHANGELOG block into a dated version block with one concise "so what" entry per merged PR (drop internal-only churn, consolidate duplicates), bump pyproject.toml + uv.lock, run the CI-mirror lint chain, and open the release PR. Activate on "ship a release", "cut v0.x", "rele

🧰 Not standalone — use together with microsoft/apm

microsoft logo

hello

3,123

by microsoft

🧰 Not standalone — use together with microsoft/apm

microsoft logo

apm-issue-autopilot

3,123

by microsoft

Use this skill to drive any open microsoft/apm issue (bug, feature, docs, refactor, perf) from raw intake to a mergeable PR with triage as the central, paramount gate. Run the apm-triage-panel rubric per issue first, then present ONE consolidated triage review for the whole batch and escalate to the maintainer BY DEFAULT on any doubt (needs-design, decline, duplicate, defer, auto-handle, breaking- change, auth/security/governance surface, low arbiter confidence, unbounded scope, or a missing bri

🧰 Not standalone — use together with microsoft/apm

microsoft logo

Test Skill

3,123

by microsoft

A test skill from a marketplace plugin

🧰 Not standalone — use together with microsoft/apm

microsoft logo

docs-impact-architect

3,123

by microsoft

Use this skill when the docs-impact-classifier returns a structural verdict, signalling that the documentation TOC must change to accommodate the PR. Proposes TOC deltas (new pages, moves, merges) and emits new-page outline stubs that the doc-sync panel later fleshes out. Holds the 3-promise narrative (consume / produce / govern) and the persona ramps as hard constraints.

🧰 Not standalone — use together with microsoft/apm

microsoft logo

apm-triage-panel

3,123

by microsoft

Use this skill to triage a single newly opened, reopened, or `status/needs-triage`-labelled issue in microsoft/apm. Emit one synthesized comment with a triage decision, label set, milestone, and suggested next action.

🧰 Not standalone — use together with microsoft/apm

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

apm-usage

3,123

by microsoft

Activate when the user asks about APM (Agent Package Manager): installing, configuring, authoring, or troubleshooting AI-agent packages, dependencies, compilation, MCP servers, policy, or any `apm` CLI command.

🧰 Not standalone — use together with microsoft/apm

🔥🔥🔥✓ VerifiedFreeAdvanced setup
Page 1 of 4Next →