Labsco

Agent Skills

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

microsoft logo

agent-customization

9,980

by microsoft

**WORKFLOW SKILL** — Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, AGENTS.md). USE FOR: saving coding preferences; troubleshooting why instructions/skills/agents are ignored or not invoked; configuring applyTo patterns; defining tool restrictions; creating custom agent modes or specialized workflows; packaging domain knowledge; fixing YAML frontmatter syntax. DO NOT USE FOR: general coding ques

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
tw93 logo

hunt

6,218

by tw93

Finds root cause before applying fixes for errors, crashes, regressions, failing tests, broken behavior, and screenshot-reported defects. Use when users report in any language errors, crashes, broken behavior, regressions, failing tests, screenshot evidence, or something that used to work and now fails. Not for code review or new features.

🔥🔥🔥🔥✓ VerifiedFreeAdvanced setup
vercel-labs logo

workflow

5,702

by vercel

Creates durable, resumable workflows using Vercel's Workflow DevKit. Use when building workflows that need to survive restarts, pause for external events, retry on failure, or coordinate multi-step operations over time. Triggers on mentions of "workflow", "durable functions", "resumable", "workflow devkit", or step-based orchestration.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

test-triage

4,081

by openai

Triage macOS tests across Xcode and SwiftPM. Use when narrowing failures, explaining assertions or crashes, or separating setup from regressions.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

packaging-notarization

4,081

by openai

Prepare macOS packaging and notarization workflows. Use when archiving apps, validating bundles, or explaining distribution-only failures.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

game-studio

4,081

by openai

Route early browser-game work. Use when the user needs stack selection and workflow planning across design, implementation, assets, and playtesting before moving to a specialist skill.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

ncbi-entrez-skill

4,081

by openai

Submit compact NCBI Entrez E-Utilities requests for PubMed, Gene, Protein, Nucleotide, PMC metadata, and GEO metadata workflows. Use when a user wants concise Entrez search, fetch, summary, or link results; save raw JSON or XML only on request.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

build-run-debug

4,081

by openai

Build, run, and debug macOS apps with shell-first Xcode and Swift workflows. Use when launching apps or diagnosing build, startup, or runtime failures.

🔥🔥🔥✓ VerifiedFreeQuick setup
browser-act logo

browser-act-skill-forge

3,745

by browser-act

Forges reusable Skill packages (SKILL.md + scripts) from website exploration via browser-act — no re-exploration later. Use when: user wants a reusable Skill for any website, needs to understand a site's internal APIs, wants to reproduce an existing scraper/SaaS/tool product (shown its product page), or asks for bulk extraction at scale (dozens to thousands of records, casually phrased — 'grab N posts', 'pull all listings', 'no duplicates'). Unlike browser-act: reusable, not one-off. Triggers: '

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
callstack logo

dogfood

3,140

by callstackincubator

Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

executive-briefing

2,600

by anthropic

Transforms research findings into executive-ready briefings. Automatically activated when user mentions 'executive', 'briefing', 'C-suite', 'board', 'leadership', or 'presentation'.

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

xlsx

2,600

by anthropic

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

pdf

2,600

by anthropic

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
flutter logo

flutter-add-widget-preview

2,585

by flutter

Adds interactive widget previews to the project using the previews.dart system. Use when creating new UI components or updating existing screens to ensure consistent design and interactive testing.

🔥🔥🔥✓ VerifiedFreeQuick setup
flutter logo

flutter-setup-localization

2,585

by flutter

Add `flutter_localizations` and `intl` dependencies, enable "generate true" in `pubspec.yaml`, and create an `l10n.yaml` configuration file. Use when initializing localization support for a new Flutter project.

🔥🔥🔥✓ VerifiedFreeAdvanced setup
flutter logo

flutter-add-widget-test

2,585

by flutter

Implement a component-level test using `WidgetTester` to verify UI rendering and user interactions (tapping, scrolling, entering text). Use when validating that a specific widget displays correct data and responds to events as expected.

🔥🔥🔥✓ VerifiedFreeQuick setup
flutter logo

flutter-use-http-package

2,585

by flutter

Use the `http` package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch from or send data to a REST API.

🔥🔥🔥✓ VerifiedFreeQuick setup
flutter logo

flutter-build-responsive-layout

2,585

by flutter

Use `LayoutBuilder`, `MediaQuery`, or `Expanded/Flexible` to create a layout that adapts to different screen sizes. Use when you need the UI to look good on both mobile and tablet/desktop form factors.

🔥🔥🔥✓ VerifiedFreeQuick setup
expo logo

expo-module

2,160

by expo

Guide for creating and writing Expo native modules and views using the Expo Modules API (Swift, Kotlin, TypeScript). Covers module definition DSL, native views, shared objects, config plugins, lifecycle hooks, autolinking, and type system. Use when building or modifying native modules for Expo.

🔥🔥🔥✓ VerifiedFreeQuick setup
expo logo

eas-update-insights

2,160

by expo

Check the health of published EAS Updates: crash rates, install/launch counts, unique users, payload size, and the split between embedded and OTA users per channel. Use when the user asks how an update is performing, whether a rollout is healthy, how many users are on the embedded build vs OTA, or wants to gate CI on update health.

🔥🔥🔥✓ VerifiedFreeQuick setup
expo logo

upgrading-expo

2,160

by expo

Guidelines for upgrading Expo SDK versions and fixing dependency issues

🔥🔥🔥✓ VerifiedFreeAdvanced setup
expo logo

expo-dev-client

2,160

by expo

Build Expo app for development

🔥🔥🔥✓ VerifiedFreeQuick setup
WordPress logo

wp-plugin-development

1,809

by wordpress

Use when developing WordPress plugins: architecture and hooks, activation/deactivation/uninstall, admin UI and Settings API, data storage, cron/tasks, security (nonces/capabilities/sanitization/escaping), and release packaging.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
WordPress logo

wordpress-router

1,809

by wordpress

Use when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo and route to the correct workflow/skill (blocks, theme.json, REST API, WP-CLI, performance, security, testing, release packaging).

🔥🔥🔥✓ VerifiedFreeQuick setup
WordPress logo

wp-rest-api

1,809

by wordpress

Use when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route, WP_REST_Controller/controller classes, schema/argument validation, permission_callback/authentication, response shaping, register_rest_field/register_meta, or exposing CPTs/taxonomies via show_in_rest.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
WordPress logo

wp-abilities-verify

1,809

by wordpress

Verify a WordPress plugin's Abilities API registrations: enumerate abilities, check that callback behavior matches each annotation's claim (the adversarial readonly-but-writes detection), validate permissions and schemas, and validate audit documents produced by wp-abilities-audit.

WordPress logo

wp-abilities-audit

1,809

by wordpress

Audit a WordPress plugin's REST surface and produce a standardized audit document proposing Abilities API registrations. Produces a markdown doc with a YAML schema and prose sections that humans and agents can both consume when planning a registration rollout. Works on any WP plugin.

WordPress logo

wp-project-triage

1,809

by wordpress

Use when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version hints, and a structured JSON report to guide workflows and guardrails.

🔥🔥🔥✓ VerifiedFreeQuick setup
WordPress logo

wp-block-development

1,809

by wordpress

Use when developing WordPress (Gutenberg) blocks: block.json metadata, register_block_type(_from_metadata), attributes/serialization, supports, dynamic rendering (render.php/render_callback), deprecations/migrations, viewScript vs viewScriptModule, and @wordpress/scripts/@wordpress/create-block build and test workflows.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
WordPress logo

wp-block-themes

1,809

by wordpress

Use when developing WordPress block themes: theme.json (global settings/styles), templates and template parts, patterns, style variations, and Site Editor troubleshooting (style hierarchy, overrides, caching).

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
← PrevPage 7 of 10Next →