Protocol Writing — Reproducible Lab Protocols & SOPs

## Overview

912 stars

Best use case

Protocol Writing — Reproducible Lab Protocols & SOPs is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

## Overview

Teams using Protocol Writing — Reproducible Lab Protocols & SOPs should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/protocol-writing/SKILL.md --create-dirs "https://raw.githubusercontent.com/wu-yc/LabClaw/main/skills/general/protocol-writing/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/protocol-writing/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Protocol Writing — Reproducible Lab Protocols & SOPs Compares

Feature / AgentProtocol Writing — Reproducible Lab Protocols & SOPsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

## Overview

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Protocol Writing — Reproducible Lab Protocols & SOPs

## Overview
Write clear, reproducible experimental protocols and Standard Operating Procedures (SOPs) for any scientific discipline.

## Structure
1. **Title and Version** — Protocol name, version number, date, author
2. **Purpose** — What this protocol achieves and when to use it
3. **Safety** — Hazards, PPE requirements, waste disposal
4. **Materials** — Exact reagents (catalog numbers, lot numbers), equipment, consumables
5. **Preparation** — Buffer recipes, stock solutions, equipment setup
6. **Procedure** — Numbered steps with exact quantities, temperatures, times, speeds
7. **Quality Control** — Expected results, acceptance criteria, troubleshooting
8. **Data Recording** — What to record, where, in what format
9. **References** — Published methods this protocol is based on

## Key Principles
- **Exact quantities**: "Add 2.5 mL" not "add some"
- **Catalog numbers**: Every reagent identified by manufacturer and catalog number
- **Time precision**: "Incubate for 30 min at 37°C" not "incubate for a while"
- **Critical steps**: Mark steps where deviation causes failure
- **Troubleshooting table**: Common problems and solutions
- **Version control**: Track changes between protocol versions

Related Skills

Review Writing — 学术综述逐节写作方法论

912
from wu-yc/LabClaw

Use this skill when the user asks to write a literature review, review article, or 综述 based on an outline. Trigger keywords: "写综述", "write review", "综述写作", "按大纲写", "逐节写", "review section", "写第N节". This skill orchestrates the ENTIRE review writing process from outline to finished manuscript.

Academic Writing

912
from wu-yc/LabClaw

## Overview

scientific-writing

912
from wu-yc/LabClaw

Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.

article-writing

912
from wu-yc/LabClaw

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.

robot_protocol_step_generator

912
from wu-yc/LabClaw

Converts natural language or PDF protocol text into executable step sequences for Opentrons or PyLabRobot. Parses protocol descriptions to extract pipette volumes, well positions, temperatures, incubation times, and transfer patterns; outputs Python code snippets or JSON instruction lists ready for robot execution or simulation.

realtime_protocol_guidance_prompts

912
from wu-yc/LabClaw

Generates short, imperative guidance prompts for the next experimental step from current video frame and protocol context. Output is optimized for voice broadcast (TTS) or AR overlay — concise, actionable, command-style — to guide researchers in real time, correct deviations, or resume experiments without breaking flow.

protocolsio-integration

912
from wu-yc/LabClaw

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

protocol_video_matching

912
from wu-yc/LabClaw

Real-time XR video vs. protocol text matching and deviation detection. Aligns first-person XR headset video streams frame-by-frame against structured protocol steps, flags procedural deviations, scores compliance, and delivers corrective audio/visual overlays — enabling one-person lab operation with zero-missed-step guarantees.

hot3d

912
from wu-yc/LabClaw

HOT3D (Hand-Object 3D Dataset) by Meta Facebook - multi-view egocentric hand and object 3D tracking for Aria/Quest smart glasses. State-of-the-art multi-view 3D hand pose, object pose, and hand-object interaction tracking. Supports visualization with 3D joint projections, meshes, and skeletal overlays on video frames.

handtracking

912
from wu-yc/LabClaw

Real-time hand detection in egocentric videos using victordibia/handtracking. Outputs bounding boxes for hands, specifically trained on EgoHands dataset. Supports video input/output with labeled hand boxes. Lightweight and fast for egocentric view applications.

hands-3d-pose

912
from wu-yc/LabClaw

High-quality 3D hand pose estimation for egocentric videos from ECCV 2024 (ap229997/hands). Provides 3D joint keypoints and skeleton visualization projected to 2D. Optimized for daily egocentric activities with state-of-the-art accuracy. Outputs hand skeleton overlays on video frames.

hand-tracking-toolkit

912
from wu-yc/LabClaw

Facebook Research Hand Tracking Challenge Toolkit - evaluation and visualization tools for 3D hand tracking. Supports loading HOT3D data, computing metrics (PA-MPJPE, AUC, etc.), visualizing 3D pose projections, and generating tracking evaluation reports. Essential for benchmarking hand tracking algorithms.