registry / docs

Wire a microscopy skill into your agent

  1. 01

    Pick a skill

    Search the registry by technique, category, or keyword and read its SKILL.md before you trust it.

  2. 02

    Install it in your agent

    Drop the skill into any agent host. No retraining, no vendor SDK — the adapter handles the instrument.

  3. 03

    Run at the scope

    Trigger from instrument session logs or an uploaded dataset, and pin versions so results stay reproducible.

// emskills.config.json
"host": "mcp.emskills.local",
"skills": [
"cryo2d-classify",
"edax-phase-map"
],
"version": "pinned"
connected · 2 skills active · 12ms

Anatomy of a SKILL.md

frontmatter
name, technique, category, license, and a one-line description
scope
what the skill does and, explicitly, what it must not be used for
procedure
ordered steps the agent follows, with instrument preconditions
tools
MCP tool names, typed inputs, and expected output artifacts
validation
acceptance checks — calibration records, confidence thresholds