bio-workflow-methods-docwriter

bio-workflow-methods-docwriter is a skill for Claude Code from fmschulz/omics-skills. It costs 44 tokens per session (777 once invoked), scanned A, original, MIT.

A documentation workflow that turns real Nextflow, Snakemake, or CWL run records into reproducible Methods documentation. These are workflow systems for running multi-step data analyses.

In plain words
What is it for?
Building a run manifest, validating it, and writing a publication-ready METHODS.md file with commands, software versions, settings, provenance, and quality gates.
Why use it?
It bases the documentation on logs, configurations, versions, parameters, quality checks, and outputs instead of relying on memory or incomplete notes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the omics-skills plugin — 34 skills, 4 agents shipped together

Good fit Building a run manifest, validating it, and writing a publication-ready METHODS.md file with commands, software versions, settings, provenance, and quality gates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fmschulz/omics-skills/bio-workflow-methods-docwriter
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 fmschulz/omics-skills --skill bio-workflow-methods-docwriter
Clone the repo
git clone --depth 1 https://github.com/fmschulz/omics-skills

Made for: Claude Code.

Or install omics-skills, the plugin that ships this one along with the rest of its 34 skills, 4 agents.

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 bio-workflow-methods-docwriter

README.md
[![agentmods](https://agentmods.dev/badge/skills/fmschulz/omics-skills/bio-workflow-methods-docwriter.svg)](https://agentmods.dev/skills/fmschulz/omics-skills/bio-workflow-methods-docwriter)
Your own site
<a href="https://agentmods.dev/skills/fmschulz/omics-skills/bio-workflow-methods-docwriter"><img src="https://agentmods.dev/badge/skills/fmschulz/omics-skills/bio-workflow-methods-docwriter.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 777 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found 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.00044 $0.00777
Opus 5 $0.00022 $0.00388
Sonnet 5 $0.00009 $0.00155
Haiku 4.5 $0.00004 $0.00078

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

Security

Grade A, and why

bio-workflow-methods-docwriter 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 7d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (fixtures/nextflow/work/ab/cdef/.command.sh, scripts/extract_cwl_run.py, scripts/extract_nextflow_run.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/bio-workflow-methods-docwriter/SKILL.md · 74 lines

How it starts

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

Bio Workflow Methods Docwriter

Create publication-ready Methods and run documentation from real workflow artifacts.

Instructions

  1. Collect the workflow evidence package (logs, configs, version files).
  2. Build run_manifest.yaml strictly from evidence.
  3. Validate the manifest against the schema.
  4. Draft METHODS.md with a concise workflow summary at the top.
  5. Verify QC gates and reproducibility details are captured.

Resolve the installed skill with:

METHODS_SKILL="${METHODS_SKILL:-$HOME/.agents/skills/bio-workflow-methods-docwriter}"

Quick Reference

Task Action
Evidence checklist See reference/evidence-checklist.md
Standards to align with See reference/standards.md
Manifest schema schemas/run-manifest.schema.json (LinkML source: schemas/workflow-run-schema.yaml)
Drafting templates METHODS.md template, paper-summary YAML
Extract a Nextflow draft uv run "$METHODS_SKILL/scripts/extract_nextflow_run.py" --help
Extract Snakemake evidence uv run --script "$METHODS_SKILL/scripts/extract_snakemake_run.py" --help
Extract CWL evidence uv run --script "$METHODS_SKILL/scripts/extract_cwl_run.py" --help
Validate manifest uv run "$METHODS_SKILL/scripts/validate_run_manifest.py" run_manifest.yaml
Examples See examples/

Input Requirements

  • Workflow artifacts (Nextflow/Snakemake/CWL logs and configs)
  • Tool version records or container digests
  • QC reports and output manifests

Output

Read the full file on GitHub · 74 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. 7d ago First seen · 74 lines · 44 tokens per session scan A 955e201f61a1

Subscribe to this mod's changes

bio-workflow-methods-docwriter is a skill published in the GitHub repository fmschulz/omics-skills (7 stars, last pushed 2d ago), licensed MIT. It adds 44 tokens to every session and 777 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

imaging-data-commons

Query and download public cancer imaging data from NCI Imaging Data Commons. Invoke for any question about IDC collections, cancer imaging datasets, DICOM data access, radiology (CT, MR, PET) or pathology AI training sets, metadata queries, visualization, or license checks — even when the user doesn't explicitly…

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

tamarind

Access a collection of open-source molecular design and structural biology tools on the Tamarind Bio platform, via its REST API or MCP server — no local GPUs required. Tamarind bundles popular open-source models for structure prediction (AlphaFold, Boltz, Chai, ESMFold), protein, binder, and de novo design…

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

lab-hardware-cad

Design custom laboratory hardware as parametric build123d models and export fabrication-ready STEP, STL, and DXF files - microfluidic chips and molds, optomechanical mounts and breadboard adapters, cuvette and microplate holders, tube racks, animal-behavior rigs, and 3D-printed instrument fixtures. Use when a research…

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

onekgpd

Query the 1000 Genomes Project dataset (3,202 whole-genome-sequenced individuals, GRCh38) at the level of individual participants. Use when a question is about individuals or variants in the 1000 Genomes Project cohort: which individuals carry variants matching specific criteria in a gene or region, which individuals…

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

pkpd-modeling

Pharmacokinetic and pharmacodynamic modelling and simulation - non-compartmental analysis, compartmental and population PK, PK/PD and exposure-response, TMDD, PBPK orientation, bioequivalence, allometric scaling and first-in-human dose, drug interaction prediction, and Bayesian therapeutic drug monitoring. Use when…

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

relsa-severity-assessment

Multivariate severity assessment and humane endpoint prediction for laboratory animal studies using the RELSA (RELative Severity Assessment) score and ARIMA-based foRcast forecasting. Use when combining welfare readouts — body weight or weight loss, body temperature, clinical or nesting scores, biomarkers, activity…

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