Top Rated

The most starred skills loved by the community. Quality guaranteed!

Showing 361-384 of 50484 skills
microsoft

accessibility

by microsoft

Accessibility guidelines for VS Code features — covers accessibility help dialogs, accessible views, verbosity settings, accessibility signals, ARIA alerts/status announcements, keyboard navigation, and ARIA labels/roles. Applies to both new interactive UI surfaces and updates to existing features. Use when creating new UI or updating existing UI features.

Accessibility 185.8K 3mo ago
microsoft

sessions

by microsoft

Agent Sessions window architecture — covers the sessions-first app, layering, folder structure, chat widget, menus, contributions, entry points, and development guidelines. Use when implementing features or fixing issues in the Agent Sessions window.

Automation 185.8K 3mo ago
microsoft

agent-sessions-layout

by microsoft

Agent Sessions workbench layout — covers the fixed layout structure, grid configuration, part visibility, editor modal, titlebar, sidebar footer, and implementation requirements. Use when implementing features or fixing issues in the Agent Sessions workbench layout.

Automation 185.8K 3mo ago
microsoft

azure-pipelines

by microsoft

Use when validating Azure DevOps pipeline changes for the VS Code build. Covers queueing builds, checking build status, viewing logs, and iterating on pipeline YAML changes without waiting for full CI runs.

CI/CD 185.8K 3mo ago
microsoft

fix-errors

by microsoft

Guidelines for fixing unhandled errors from the VS Code error telemetry dashboard. Use when investigating error-telemetry issues with stack traces, error messages, and hit/user counts. Covers tracing data flow through call stacks, identifying producers of invalid data vs. consumers that crash, enriching error messages for telemetry diagnosis, and avoiding common anti-patterns like silently swallowing errors.

Code Review 185.8K 3mo ago
mattpocock

zoom-out

by mattpocock

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

Agents 117K 1mo ago
mattpocock

caveman

by mattpocock

Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.

Debugging 116.9K 1mo ago
microsoft

memory-leak-audit

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.'

Code Gen 185.8K 3mo ago
Significant-Gravitas

frontend-check

by Significant-Gravitas

Run the full frontend formatting, linting, and type checking suite. Ensures code quality before commits and PRs. TRIGGER when frontend TypeScript/React code has been modified and needs validation.

Code Review 184.7K 2mo ago
Significant-Gravitas

new-block

by Significant-Gravitas

Create a new backend block following the Block SDK Guide. Guides through provider configuration, schema definition, authentication, and testing. TRIGGER when user asks to create a new block, add a new integration, or build a new node for the graph editor.

Code Gen 184.7K 2mo ago
Significant-Gravitas

pr-create

by Significant-Gravitas

Create a pull request for the current branch. TRIGGER when user asks to create a PR, open a pull request, push changes for review, or submit work for merging.

Code Gen 184.7K 2mo ago
Significant-Gravitas

pr-review

by Significant-Gravitas

Address all open PR review comments systematically. Fetches comments, addresses each one, reacts +1/-1, and replies when clarification is needed. Keeps iterating until all comments are addressed and CI is green. TRIGGER when user shares a PR URL, asks to address review comments, fix PR feedback, or respond to reviewer comments.

Code Review 184.7K 2mo ago
Significant-Gravitas

worktree-setup

by Significant-Gravitas

Set up a new git worktree for parallel development. Creates the worktree, copies .env files, installs dependencies, generates Prisma client, and optionally starts the app (with port conflict resolution) or runs tests. TRIGGER when user asks to set up a worktree, work on a branch in isolation, or needs a separate environment for a branch or PR.

Code Gen 184.7K 2mo ago
Significant-Gravitas

vercel-react-best-practices

by Significant-Gravitas

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Caching 184.7K 4mo ago
openai

test-tui

by openai

Guide for testing Codex TUI interactively

Debugging 88.5K 3mo ago
mattpocock

Obsidian Vault

by mattpocock

```

Embeddings 117.2K 3mo ago
mattpocock

write-a-skill

by mattpocock

Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.

Code Gen 116.9K 1mo ago
browser-use

remote-browser

by browser-use

Controls a cloud browser from a sandboxed remote machine. Use when the agent is running in a sandbox (no GUI) and needs to navigate websites, interact with web pages, fill forms, take screenshots, or expose local dev servers via tunnels.

Auth 97.1K 3mo ago
f

widget-generator

by f

Generate customizable widget plugins for the prompts.chat feed system

Docker 163.3K 3mo ago
Significant-Gravitas

code-style

by Significant-Gravitas

Python code style preferences for the AutoGPT backend. Apply when writing or reviewing Python code. TRIGGER when writing new Python code, reviewing PRs, or refactoring backend code.

Linting 184.7K 2mo ago
Significant-Gravitas

openapi-regen

by Significant-Gravitas

Regenerate the OpenAPI spec and frontend API client. Starts the backend REST server, fetches the spec, and regenerates the typed frontend hooks. TRIGGER when API routes change, new endpoints are added, or frontend API types are stale.

API Dev 184.7K 2mo ago
Significant-Gravitas

backend-check

by Significant-Gravitas

Run the full backend formatting, linting, and test suite. Ensures code quality before commits and PRs. TRIGGER when backend Python code has been modified and needs validation.

Code Review 184.7K 2mo ago
mattpocock

to-prd

by mattpocock

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

Templates 116.9K 1mo ago
mattpocock

setup-pre-commit

by mattpocock

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

Code Gen 116.9K 1mo ago