skill-123

skill-123 is a skill for Claude Code, Codex from legendtkl/agentic-skill-router. It costs 80 tokens per session (2,706 once invoked), scanned A, a copy of lab-unit-harmonization, MIT.

A guide to standardizing clinical laboratory data from different hospitals or health systems. It covers converting measurement units, cleaning number formats, and checking data quality.

In plain words
What is it for?
Use it to harmonize lab results, convert between US and SI units, clean numeric values, and prepare healthcare datasets for analysis.
Why use it?
Medical test results may use different units or inconsistent formatting, which can make datasets unsafe or misleading to merge and analyze.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to harmonize lab results, convert between US and SI units, clean numeric values, and prepare healthcare datasets for analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/legendtkl/agentic-skill-router/skill-123
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add legendtkl/agentic-skill-router --skill skill-123
Clone the repo
git clone --depth 1 https://github.com/legendtkl/agentic-skill-router

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-123

README.md
[![agentmods](https://agentmods.dev/badge/skills/legendtkl/agentic-skill-router/skill-123.svg)](https://agentmods.dev/skills/legendtkl/agentic-skill-router/skill-123)
Your own site
<a href="https://agentmods.dev/skills/legendtkl/agentic-skill-router/skill-123"><img src="https://agentmods.dev/badge/skills/legendtkl/agentic-skill-router/skill-123.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,706 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 98% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00080 $0.02706
Opus 5 $0.00040 $0.01353
Sonnet 5 $0.00016 $0.00541
Haiku 4.5 $0.00008 $0.00271

Measured 4d ago against content hash 2be27656c97e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

skill-123 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

98% identical to lab-unit-harmonization — 3 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

experiments/dci-compare/skillrouter-skills/skill-123/SKILL.md · 259 lines

How it starts

The opening of the file, as written. The whole thing — 259 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Lab Unit Harmonization

Overview

Lab Unit Harmonization provides techniques and references for standardizing clinical laboratory data from multiple sources. Real-world healthcare data often contains measurements in different units, varying decimal and numeric formats, and data entry inconsistencies that must be resolved before analysis.

This skill covers:

  • Unit Conversion: Converting between US conventional and SI units
  • Format Standardization: Handling scientific notation, decimal formats, whitespace
  • Data Quality Assessment: Identifying and quantifying data issues
  • CKD-Specific Labs: Complete reference for chronic kidney disease-related lab features

When to Use This Skill

Use this skill when:

  • Harmonizing lab values from multiple hospitals or health systems
  • Converting between US conventional and SI units (e.g., mg/dL to µmol/L)
  • Merging data from EHRs using different default unit conventions
  • Integrating international datasets with mixed unit systems
  • Standardizing inconsistent numeric formats (scientific notation, decimals)
  • Cleaning whitespace, thousand separators, or European decimal formats
  • Validating lab values against expected clinical ranges
  • Preparing CKD lab panels for eGFR calculations or staging models
  • Building ETL pipelines for clinical data warehouses
  • Preprocessing lab data for machine learning models

Data Quality Issues Reference

Real-world clinical lab data contains multiple types of quality issues. The following table summarizes common issues and their typical prevalence in multi-source datasets:

Issue Type Description Typical Prevalence Example
Incomplete Records Rows with excessive missing values 1-5% Patient record with only 3/62 labs measured
Mixed Units Same analyte reported in different units 20-40% Creatinine: mg/dL vs µmol/L
Scientific Notation Large/small values in exponential format 15-30% 1.5e3 instead of 1500
Thousand Separators Commas in large numbers 10-25% 1,234.5 vs 1234.5
European Decimals Comma as decimal separator 10-20% 12,5 instead of 12.5
Whitespace Issues Leading/trailing spaces, tabs 15-25% 45.2 vs 45.2
Missing Values Empty, NULL, or sentinel values Variable NaN, -999, blank

Read the full file on GitHub · 259 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 259 lines · 80 tokens per session scan A 2be27656c97e

Subscribe to this mod's changes

skill-123 is a skill published in the GitHub repository legendtkl/agentic-skill-router (5 stars, last pushed 3mo ago), licensed MIT. It adds 80 tokens to every session and 2,706 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to lab-unit-harmonization, differing in 3 lines, and is treated as a copy.

Related

Other skills, from other repositories

instrument-data-to-allotrope

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…

anthropics/knowledge-work-plugins · 123 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

matlab

Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.

K-Dense-AI/scientific-agent-skills · 42 tokens

phylogenetics

Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.

K-Dense-AI/scientific-agent-skills · 68 tokens

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens

mapping-to-snomed

Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…

maziyarpanahi/openmed · 205 tokens