CtrlK
BlogDocsLog inGet started
Tessl Logo

pylabrobot

Vendor-agnostic lab automation framework. Use when controlling multiple equipment types (Hamilton, Tecan, Opentrons, plate readers, pumps) or needing unified programming across different vendors. Best for complex workflows, multi-vendor setups, simulation. For Opentrons-only protocols with official API, opentrons-integration may be simpler.

75

1.20x
Quality

67%

Does it follow best practices?

Impact

87%

1.20x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./scientific-skills/pylabrobot/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is an excellent skill description that clearly defines a specific niche (vendor-agnostic lab automation), lists concrete equipment and vendor names as trigger terms, includes explicit 'Use when' guidance, and even proactively disambiguates from a related skill. The description is concise yet comprehensive, making it easy for Claude to select appropriately from a large skill set.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions and domains: controlling equipment types (Hamilton, Tecan, Opentrons, plate readers, pumps), unified programming across vendors, complex workflows, multi-vendor setups, and simulation.

3 / 3

Completeness

Clearly answers both 'what' (vendor-agnostic lab automation framework for controlling multiple equipment types with unified programming) and 'when' (explicit 'Use when' clause specifying multi-vendor setups, complex workflows, simulation). Also includes helpful disambiguation against opentrons-integration skill.

3 / 3

Trigger Term Quality

Excellent coverage of natural terms a user in lab automation would use: specific vendor names (Hamilton, Tecan, Opentrons), equipment types (plate readers, pumps), and domain terms (lab automation, multi-vendor, simulation, workflows). These are highly natural keywords.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive niche in lab automation with clear vendor-agnostic positioning. The explicit disambiguation note ('For Opentrons-only protocols... opentrons-integration may be simpler') directly addresses the most likely conflict and helps Claude choose correctly.

3 / 3

Total

12

/

12

Passed

Implementation

35%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This skill is well-structured in terms of organization and reference file architecture, but is significantly too verbose for its purpose. It spends many tokens explaining concepts Claude already knows (what plate readers are, what liquid handling means) and providing lengthy descriptions of reference file contents instead of letting Claude load them on demand. The code examples are a strength but are incomplete in places, and the workflows lack the validation checkpoints important for lab automation.

Suggestions

Cut the 'When to Use This Skill' and 'Core Capabilities' sections dramatically—replace with a brief capability list and direct links to reference files (e.g., '- Liquid handling (Hamilton, Opentrons, Tecan): see references/liquid-handling.md')

Fix the Quick Start code to be fully executable by including resource definitions (tip_rack, plate) before they are used

Add validation checkpoints to workflows: verify setup() succeeded, check tip pickup status, validate volumes before proceeding, and include error recovery patterns

Remove explanatory text that describes what Claude already knows (e.g., what a plate reader does, what temperature control means) and focus only on PyLabRobot-specific API patterns

DimensionReasoningScore

Conciseness

Extremely verbose. The 'When to Use This Skill' section is a long bullet list that largely restates the overview. The 'Core Capabilities' section provides lengthy descriptions of each reference file's contents rather than letting Claude discover them. Much of this content (explaining what liquid handling is, what plate readers do, etc.) is knowledge Claude already has. The skill could be cut to ~30% of its length without losing actionable information.

1 / 3

Actionability

The Quick Start and Common Workflows sections provide concrete, mostly executable Python code examples. However, the code is incomplete (e.g., plate and tip_rack variables are used before being defined in the Quick Start), and much of the skill is descriptive rather than instructive. The Best Practices are generic advice rather than specific, actionable guidance.

2 / 3

Workflow Clarity

The common workflows show sequential steps but lack validation checkpoints. For lab automation—where errors can waste expensive reagents or damage equipment—there's no mention of verifying setup succeeded, checking tip pickup, validating volumes, or error recovery. The critical 'Start with Simulation' best practice is buried in a list rather than integrated into the workflow.

2 / 3

Progressive Disclosure

The skill correctly references six separate files in the references/ directory, which is good structure. However, the main SKILL.md includes too much inline description of what each reference contains (the entire 'Core Capabilities' section is essentially a verbose table of contents). The references are well-signaled but the overview content that should be concise is bloated.

2 / 3

Total

7

/

12

Passed

Validation

90%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

10

/

11

Passed

Repository
K-Dense-AI/claude-scientific-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.