Labsco

Agent Skills

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

Documents & Office

57 standalone skills
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
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
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

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

microsoft logo

python-foundational

1,245

by microsoft

Foundational Python best practices, idioms, and code quality fundamentals

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

dataflows-consumption-cli

729

by microsoft

Monitor, inspect, and query saved Fabric Dataflows Gen2 via read-only CLI. List dataflows, decode base64 definitions (mashup.pq, queryMetadata.json, .platform), discover parameters, retrieve refresh status and job history, classify queries by staging, and execute queries against saved dataflows via the read-side `executeQuery` mashup engine (Arrow IPC response). Runs persisted or ad-hoc read-only executeQuery requests; parses/renders Arrow results. For previewing candidate M before persisting, o

🔥🔥🔥FreeQuick setup
anthropics logo

instrument-data-to-allotrope

507

by anthropic

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full ASM JSON, flattened CSV for easy import, and exportable Python code for data engineers. Common triggers include converting instrument files, standardizing lab data, preparing data fo

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
lllllllama logo

ai-research-reproduction

504

by lllllllama

Rigor Reproduce compatible skill slug for README-first deep learning repository reproduction. Use when the user wants an end-to-end, minimal-trustworthy flow that reads the repository first, selects the smallest documented inference or evaluation target, coordinates intake, setup, trusted execution, optional trusted training, optional repository analysis, and optional paper-gap resolution, enforces conservative patch rules, records evidence assumptions deviations and human decision points, and w

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

add-excel

413

by microsoft

Adds Excel Online (Business) connector to a Power Apps code app. Use when reading or writing Excel workbook data from OneDrive or SharePoint.

🔥🔥🔥✓ VerifiedFreeNeeds API keys
Automattic logo

wp-phpstan

207

by automattic

Use when configuring, running, or fixing PHPStan static analysis in WordPress projects (plugins/themes/sites): phpstan.neon setup, baselines, WordPress-specific typing, and handling third-party plugin classes.

🔥🔥🔥✓ VerifiedFreeQuick setup
Automattic logo

wp-performance

207

by automattic

Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile/doctor, Server-Timing, Query Monitor via REST headers), database/query optimization, autoloaded options, object caching, cron, HTTP API calls, and safe verification.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
Automattic logo

wp-interactivity-api

207

by automattic

Use when building or debugging WordPress Interactivity API features (data-wp-* directives, @wordpress/interactivity store/state/actions, block viewScriptModule integration, wp_interactivity_*()) including performance, hydration, and directive behavior.

🔥🔥🔥✓ VerifiedFreeQuick setup
Automattic logo

wp-block-themes

207

by automattic

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
Automattic logo

wp-project-triage

207

by automattic

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
Automattic logo

wp-block-development

207

by automattic

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
Automattic logo

wordpress-router

207

by automattic

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
Automattic logo

wp-wpcli-and-ops

207

by automattic

Use when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import, plugin/theme/user/content management, cron, cache flushing, multisite, and scripting/automation with wp-cli.yml.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
Automattic logo

wp-rest-api

207

by automattic

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
Automattic logo

wp-playground

207

by automattic

Use for WordPress Playground workflows: fast disposable WP instances in the browser or locally via @wp-playground/cli (server, run-blueprint, build-snapshot), auto-mounting plugins/themes, switching WP/PHP versions, blueprints, and debugging (Xdebug).

🔥🔥🔥✓ VerifiedFreeQuick setup
Automattic logo

wp-abilities-api

207

by automattic

Use when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category, /wp-json/wp-abilities/v1/*, @wordpress/abilities) including defining abilities, categories, meta, REST exposure, and permissions checks for clients.

🔥🔥🔥✓ VerifiedFreeQuick setup
Automattic logo

wordpress-block-theming

102

by automattic

WordPress Full Site Editing (FSE) theme architecture. Use when generating theme.json, block templates, template parts, patterns, and functions.php for WordPress block themes.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
xixu-me logo

xdrop

70

by xixu-me

Use this skill when the user wants to send or fetch files through an Xdrop server from the terminal, asks to automate encrypted Xdrop share-link workflows, provides an Xdrop `/t/:transferId#k=...` link to download and decrypt locally, or needs Xdrop CLI flags such as `--quiet`, `--json`, `--expires-in`, `--output`, or `--api-url`, even if they do not explicitly mention the skill name.

🔥🔥✓ VerifiedFreeQuick setup
← PrevPage 2 of 2