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.

Official

515 tool add-ons
anthropics logo

fhir-developer-skill

332

by anthropic

FHIR API development guide for building healthcare endpoints. Use when: (1) Creating FHIR REST endpoints (Patient, Observation, Encounter, Condition, MedicationRequest), (2) Validating FHIR resources and returning proper HTTP status codes and error responses, (3) Implementing SMART on FHIR authorization and OAuth scopes, (4) Working with Bundles, transactions, batch operations, or search pagination. Covers FHIR R4 resource structures, required fields, value sets (status codes, gender, intent), c

🧰 Not standalone — use together with anthropics/healthcare

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

contracts

332

by anthropics

Answer a question across a corpus of contract documents with verified citations. Use when the user asks what a contract says, which contracts have a clause, what changed between amendments, or any question that needs reading and citing across a set of contract files. The corpus must be on the local filesystem (see README).

🧰 Not standalone — use together with anthropics/healthcare

anthropics logo

procedure-coding

332

by anthropics

Assign CPT and HCPCS Level II procedure codes from clinical documentation the way a professional coder builds the claim. Use when users say "code this encounter for procedures", "what CPT codes apply", "assign HCPCS codes", "code this op note", or when turning visit notes or operative reports into claim-ready procedure codes.

🧰 Not standalone — use together with anthropics/healthcare

anthropics logo

prior-auth-review-skill

332

by anthropic

Automate payer review of prior authorization (PA) requests. This skill should be used when users say "Review this PA request", "Process prior authorization for [procedure]", "Assess medical necessity", "Generate PA decision", or when processing clinical documentation for coverage policy validation and authorization decisions.

🧰 Not standalone — use together with anthropics/healthcare

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

clinical-note-extract-skill

332

by anthropics

Extract structured data from clinical notes with span-level provenance and null-safety. Use when users say "extract [variables] from this note", "abstract this chart", "pull structured data from these notes", "what does this note say about [field]", or when building a chart-abstraction, registry, or cohort dataset from unstructured clinical text.

🧰 Not standalone — use together with anthropics/healthcare

anthropics logo

doc-extract

332

by anthropics

Extract plain text from a document file - PDF, DOCX, XLSX, PPTX, RTF, or plain text/markdown/HTML. Use when a binary document needs to be turned into text, for example a contract PDF or an EHR DocumentReference attachment. Other skills (contracts, fhir) invoke scripts/extract.ts directly.

🧰 Not standalone — use together with anthropics/healthcare

anthropics logo

fhir

332

by anthropics

Connect to a hospital's FHIR R4 server (Epic, Oracle Health/Cerner, MEDITECH, athenahealth, or any SMART-on-FHIR endpoint), pull a patient's clinical data and notes, and extract structured findings. Use when users say "connect to the EHR", "connect to Epic/Cerner", "pull notes for patient X", "what do the last 6 months of notes say about Y", or any task that starts from a live EHR rather than pasted text.

🧰 Not standalone — use together with anthropics/healthcare

anthropics logo

fraud-detection

332

by anthropics

Screen a Medicare/Medicaid claims corpus for fraud, waste, and abuse and produce ranked, fully-cited investigation referrals for an SIU / program-integrity team. Use when asked to run a fraud sweep, screen claims for FWA, find billing anomalies, or generate investigation referrals over a claims dataset.

🧰 Not standalone — use together with anthropics/healthcare

anthropics logo

icd10-cm-skill

332

by anthropics

Extract billable ICD-10-CM diagnosis codes from a clinical note the way a professional coder builds the claim. Use when users say "code this encounter", "assign ICD-10 codes", "what diagnosis codes apply", "code this chart", or when turning clinical documentation into claim-ready diagnosis codes.

🧰 Not standalone — use together with anthropics/healthcare

anthropics logo

queue-triage

332

by anthropics

After a sweep round, dedupe and triage worker unknowns into the human queue. Self-resolve the obvious (visibly); blocking items end the round.

🧰 Not standalone — use together with anthropics/healthcare

anthropics logo

reformulate

332

by anthropics

Turn the user's question into a versioned BRIEF (rubric, stated assumptions, done-criteria, scope intent). Use before any sweep. Consults the knowledge index and may pre-scan a few documents to sharpen terms.

🧰 Not standalone — use together with anthropics/healthcare

anthropics logo

sweep

332

by anthropics

Fan out over the scoped document set via the saved sweep workflow. Workers full-read their shard and write findings + citations directly via cli.ts. Recall over precision — never skip a scoped doc.

🧰 Not standalone — use together with anthropics/healthcare

anthropics logo

synthesize

332

by anthropics

After sweep rounds settle, turn findings into a report with cited claims, run a sampled semantic audit, and surface knowledge proposals. Analysis happens via scripts, never mental math.

🧰 Not standalone — use together with anthropics/healthcare

ClickHouse logo

clickhouse-js-node-coding

321

by clickhouse

Write idiomatic application code with the ClickHouse Node.js client (`@clickhouse/client`). Use this skill whenever a user is *building* against the Node.js client — configuring the client, pinging, inserting rows in JSON or raw formats, selecting and parsing results, binding query parameters, managing sessions and temporary tables, working with data types or customizing JSON parsing. Do NOT use for browser/Web client code.

🧰 Not standalone — use together with clickhouse/clickhouse-js

🔥🔥🔥✓ VerifiedFreeQuick setup
ClickHouse logo

clickhouse-js-node-troubleshooting

321

by clickhouse

Troubleshoot and resolve common issues with the ClickHouse Node.js client (@clickhouse/client). Use this skill whenever a user reports errors, unexpected behavior, or configuration questions involving the Node.js client specifically — including socket hang-up errors, Keep-Alive problems, stream handling issues, data type mismatches, read-only user restrictions, proxy/TLS setup problems, or long-running query timeouts. Trigger even when the user hasn't precisely named the issue; vague symptoms li

🧰 Not standalone — use together with clickhouse/clickhouse-js

🔥🔥🔥✓ VerifiedFreeQuick setup
ClickHouse logo

clickhouse-js-node-rowbinary

321

by clickhouse

Generate TypeScript/JavaScript code that reads/decodes AND writes/encodes ClickHouse RowBinary streams for the ClickHouse HTTP server. Use this skill whenever a user wants to parse or produce `RowBinary`, `RowBinaryWithNames`, or `RowBinaryWithNamesAndTypes`. Node.js only, doesn't cover browsers.

🧰 Not standalone — use together with clickhouse/clickhouse-js

ClickHouse logo

fix-release-pr

321

by clickhouse

Fix CI failures and address code-review comments on a pull request that targets the protected `release` branch of `ClickHouse/clickhouse-js`. Release PRs are snapshots of `main` (their head branch is usually `main` itself) and cannot be edited directly — branch protection blocks pushing fixes onto them. Use this skill whenever the work is "fix the CI / address the review comments on PR #N" and that PR's base branch is `release`: it routes the fix through a separate PR to `main`, then closes the

🧰 Not standalone — use together with clickhouse/clickhouse-js

ClickHouse logo

release

321

by clickhouse

Drive a package release of `ClickHouse/clickhouse-js` end to end: bump the version, sync the protected `release` branch from `main`, watch the npm publish (which is gated by a manual approval on the `npm-publish` environment), and create the GitHub Release from the CHANGELOG. Use this skill whenever the task is to "release", "cut a release", "publish a new version", or "ship" one of the packages: `@clickhouse/client` (Node.js), `@clickhouse/client-web` (Web), `@clickhouse/client-common` (depreca

🧰 Not standalone — use together with clickhouse/clickhouse-js

ClickHouse logo

typescript-lsp

321

by clickhouse

Use the TypeScript language server (`typescript-language-server`) for precise code intelligence in the `clickhouse-js` repository: go-to-definition, find references, hover (type signatures and JSDoc, including `@deprecated` info), workspace-wide symbol search, completions, and per-file type diagnostics. Prefer this over grep when you need to resolve a symbol's actual definition, find all usages of an exported API, or inspect inferred types across the `packages/*` workspaces. The server is preins

🧰 Not standalone — use together with clickhouse/clickhouse-js

getsentry logo

eval-oauth

276

by getsentry

Use for `/eval-oauth` requests and eval-oauth account connect, reconnect, or auth-flow test requests. You must run the eval identity check before answering anything else.

🧰 Not standalone — use together with getsentry/junior

getsentry logo

junior

276

by getsentry

Build, review, or update Junior extension skills and plugins. Use when users ask to create a Junior SKILL.md, app skill, plugin, plugin.yaml, packaged plugin, MCP-backed plugin, OAuth or credentialed plugin, or to validate Junior extension files. Do not use for ordinary Junior usage, provider workflows, generic code editing, or non-Junior agent-skill authoring.

🧰 Not standalone — use together with getsentry/junior

getsentry logo

sentry

276

by getsentry

Query live Sentry telemetry with the Sentry CLI and generate Sentry deep links. Use when users ask to investigate Sentry issues, events, logs, traces, organizations, projects, replays, product feature usage, Sentry's own product telemetry, or authenticated Sentry API data. Do not use it for repository/source-code/PR tasks, even when the topic concerns Sentry products.

🧰 Not standalone — use together with getsentry/junior

getsentry logo

vercel

276

by getsentry

Query Vercel deployments, build logs, runtime logs, and deployment status through the Vercel CLI. Use when users ask to debug Vercel deployments, inspect failed builds, fetch production or preview runtime logs, find a deployment for a project or commit SHA, or investigate Vercel-hosted app errors. Do not use it for deploying, rolling back, changing project settings, domains, env vars, caches, storage, or any other Vercel mutation.

🧰 Not standalone — use together with getsentry/junior

getsentry logo

agent-browser

276

by getsentry

Automate websites with the agent-browser CLI for navigation, form flows, screenshots, extraction, and repeatable browser tasks. Use when users ask to interact with web apps, gather evidence from pages, or run browser-based QA steps.

🧰 Not standalone — use together with getsentry/junior

getsentry logo

candidate-brief

276

by getsentry

Looks up candidate data via a Python script and formats it into a brief. Use when users invoke /candidate-brief with a candidate name.

🧰 Not standalone — use together with getsentry/junior

getsentry logo

eval-mcp

276

by getsentry

Use for `/eval-mcp` requests that need the eval MCP handbook lookup.

🧰 Not standalone — use together with getsentry/junior

getsentry logo

junior-qa

276

by getsentry

Validate Junior changes through local app-facing paths. Use for local client or agent QA, dashboard mock reporting UI QA, PR readiness, plugin CLI commands, skill/tool/prompt/plugin behavior, and behavior that tests do not cover well but can be exercised with `pnpm cli -- chat ...`, `pnpm cli -- <command> ...`, or `JUNIOR_DASHBOARD_MOCK_CONVERSATIONS=true pnpm dev`.

🧰 Not standalone — use together with getsentry/junior

getsentry logo

linear

276

by getsentry

Manage Linear issues through Linear's hosted MCP server. Use when users ask to create a Linear ticket, update a Linear issue, add a Linear comment, move work between states, assign work, or look up Linear issue, team, or project details from Slack context.

🧰 Not standalone — use together with getsentry/junior

getsentry logo

list-working-directory

276

by getsentry

Lists files in the sandbox working directory for eval verification. Use when users ask to "list files in the working directory", "show files here", or invoke /list-working-directory in eval scenarios.

🧰 Not standalone — use together with getsentry/junior

getsentry logo

resilient-working-directory

276

by getsentry

Use for /resilient-working-directory eval requests that verify command interruption recovery.

🧰 Not standalone — use together with getsentry/junior

← PrevPage 13 of 18Next →