analysis-workflow

analysis-workflow is a skill for Claude Code, Codex from xuzhougeng/wisp-science. It costs 81 tokens per session (1,254 once invoked), scanned A, original, AGPL-3.0.

A structure for organizing multi-step scientific analyses into reproducible modules. Reproducible means another person can repeat the work from the recorded inputs and settings.

In plain words
What is it for?
Use it for workflows such as quality control, PCA, differential-expression analysis, and gene-set enrichment analysis.
Why use it?
It keeps scripts, data, figures, tables, methods, and version details together so the analysis can be checked or rerun.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

About the project

xuzhougeng/wisp-science is a local-first desktop workbench for scientific research that combines AI assistants with Python and R computing, literature search, scientific databases, and remote runtimes. Researchers use it to run analyses, manage project artifacts, and preserve evidence and decisions on their own machines. Its catalogue skills and instruction extend the workbench’s reusable agent workflows.

xuzhougeng/wisp-science · 1,094 stars · on GitHub · wispscience.com

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.

agentmods
npx agentmods add skills/xuzhougeng/wisp-science/analysis-workflow
Any agent
npx skills add xuzhougeng/wisp-science --skill analysis-workflow
Clone the repo
git clone --depth 1 https://github.com/xuzhougeng/wisp-science

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 analysis-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/xuzhougeng/wisp-science/analysis-workflow.svg)](https://agentmods.dev/skills/xuzhougeng/wisp-science/analysis-workflow)
Your own site
<a href="https://agentmods.dev/skills/xuzhougeng/wisp-science/analysis-workflow"><img src="https://agentmods.dev/badge/skills/xuzhougeng/wisp-science/analysis-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,254 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00081 $0.01254
Opus 5 $0.00041 $0.00627
Sonnet 5 $0.00016 $0.00251
Haiku 4.5 $0.00008 $0.00125

Measured 6d ago against content hash 380065895551, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

analysis-workflow 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 6d 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.

skills/analysis-workflow/SKILL.md · 146 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 6d ago First seen · 146 lines · 81 tokens per session scan A 380065895551

Subscribe to this mod's changes

analysis-workflow is a skill published in the GitHub repository xuzhougeng/wisp-science (1,094 stars, last pushed yesterday), licensed AGPL-3.0. It adds 81 tokens to every session and 1,254 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

arboreto-grn-inference

GRN inference from expression via GRNBoost2 (gradient boosting) or GENIE3 (Random Forest). Load matrix, filter by TFs, infer TF-target-importance links, save network. Dask-parallelized to single-cell scale. Core SCENIC component.

FridrichMethod/awesome-skills · 64 tokens

bio-methylation-array-preprocessing

Turns raw Illumina Infinium methylation BeadChip IDATs (450K, EPIC, EPICv2) into a defensible beta/M matrix with sesame (openSesame/SigDF) or minfi (RGChannelSet -> MethylSet -> GenomicRatioSet). Covers Type I vs Type II probe chemistry and why raw Type II beta is compressed, the signal-to-beta math (beta =…

FridrichMethod/awesome-skills · 251 tokens

bio-machine-learning-atlas-mapping

Maps query single-cell data onto reference atlases and transfers cell-type labels using scArches surgery (scVI/scANVI), Symphony, Azimuth, CellTypist, scPoli, popV, and foundation models, with explicit out-of-distribution and label-transfer uncertainty. Use when annotating new single-cell datasets against a…

FridrichMethod/awesome-skills · 122 tokens

bio-metagenomics-abundance

Turns shotgun classifier output into a defensible abundance table with Bracken Bayesian re-estimation, then compositional treatment (CLR, zero handling), library-size normalization, reference-frame differential abundance, and optional absolute quantification. Covers why a relative-abundance change is not a change, why…

FridrichMethod/awesome-skills · 158 tokens

bio-chipseq-motif-analysis

De novo motif discovery and known motif enrichment analysis using HOMER and MEME-ChIP. Identify transcription factor binding motifs in ChIP-seq, ATAC-seq, or other genomic peak data. Use when finding enriched DNA motifs in peak sequences.

FridrichMethod/awesome-skills · 57 tokens

arboreto

Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk RNA-seq, single-cell RNA-seq) to identify transcription factor-target gene relationships and regulatory interactions. Supports distributed computation for…

FridrichMethod/awesome-skills · 66 tokens