orphanet-link: Skill for Claude Code

.claude/skills/fleet-standard-adoption/SKILL.md

fleet-standard-adoption is a skill for Claude Code from berntpopp/orphanet-link. It costs 46 tokens per session (510 once invoked), scanned A, a copy of fleet-standard-adoption, MIT.

A checklist and working guide for bringing a code repository into line with GeneFoundry's shared engineering standards, including naming, errors, containers, versions, MCP connections, and logging.

In plain words
What is it for?
Use it to review a repository against the relevant standards, make required updates, and finish the associated tracking work.
Why use it?
It removes the need to find and interpret each standard separately when fixing compliance gaps or closing a tracking issue.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions AGENTS.md.

This is berntpopp/orphanet-link's own configuration. It tells Claude Code how to work on orphanet-link itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything orphanet-link configures →

Reuse

Borrowing it

Nothing to install: this file belongs to berntpopp/orphanet-link. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/berntpopp/orphanet-link/main/.claude/skills/fleet-standard-adoption/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/berntpopp/orphanet-link

Made for: Claude Code.

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 fleet-standard-adoption

README.md
[![agentmods](https://agentmods.dev/badge/skills/berntpopp/orphanet-link/fleet-standard-adoption/github.svg)](https://agentmods.dev/skills/berntpopp/orphanet-link/fleet-standard-adoption)
Your own site
<a href="https://agentmods.dev/skills/berntpopp/orphanet-link/fleet-standard-adoption"><img src="https://agentmods.dev/badge/skills/berntpopp/orphanet-link/fleet-standard-adoption/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fleet-standard-adoption

Your own site · 80×15
<a href="https://agentmods.dev/skills/berntpopp/orphanet-link/fleet-standard-adoption"><img src="https://agentmods.dev/badge/skills/berntpopp/orphanet-link/fleet-standard-adoption.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 510 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.
Origin 97% copy Near-identical to another mod 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.00046 $0.00510
Opus 5 $0.00023 $0.00255
Sonnet 5 $0.00009 $0.00102
Haiku 4.5 $0.00005 $0.00051

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

Security

Grade A, and why

fleet-standard-adoption 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 11d 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.

Origin

This is a copy

97% identical to fleet-standard-adoption — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/fleet-standard-adoption/SKILL.md · 29 lines

What it actually says

Fleet-Standard Adoption

Follow AGENTS.md first. The canonical standards live under ../genefoundry-router/docs/ (the sibling router repo for *-link; docs/ in the router):

  • TOOL-NAMING-STANDARD-v1.mdverb_noun snake_case, stable, collision-free names (lets the router drop any transform).
  • RESPONSE-ENVELOPE-STANDARD-v1.1.md (current; supersedes v1) — success, the payload, flat execution-error fields (error_code / message / retryable / recovery_action), and _meta (data_version). v1.1 adds untrusted-content fencing and error-message sanitation (fixed/enum error fields — never reflect caller-supplied or upstream text into caller-visible fields or logs; see the FastMCP not-found reflection guard). The nested error:{...} shape is deferred — don't use it.
  • CONTAINER-HARDENING-STANDARD-v1.md — non-root, read-only, cap-drop, digest-pin, Trivy + SBOM.
  • VERSIONING-STANDARD-v1.md — single-source metadata version; no serverInfo.version framework leak.
  • MCP-TRANSPORT-STANDARD-v1.md — single stateless /mcp (no 307 split), canonical serverInfo / health.
  • Logging & CLI Standard v1 — structured logging + CLI conventions (canonical text tracked per-repo; no router doc).

Workflow

  1. Read the standard's Definition of Done; check this repo against it.
  2. Apply the smallest change that meets the DoD; reuse the router's reference implementation rather than reinventing.
  3. Add or update the guard test the standard specifies so the change can't regress.
  4. Run make ci-local; note residual risk.
  5. Close the standard's tracking issue with a one-line CHANGELOG note.

Common mistakes

  • Adding router-side workarounds instead of fixing the backend to the standard.
  • Meeting the letter without the guard test — it regresses on the next change.
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. 11d ago First seen · 29 lines · 46 tokens per session scan A e48d29e1b8cc

Subscribe to this mod's changes

fleet-standard-adoption is a skill published in the GitHub repository berntpopp/orphanet-link (0 stars, last pushed 5d ago), licensed MIT. It adds 46 tokens to every session and 510 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to fleet-standard-adoption, differing in 2 lines, and is treated as a copy.

Related

Other skills, from other repositories

repro-enforcer

Export any bioinformatics analysis as a reproducible bundle with Conda environment, Singularity container definition, and Nextflow pipeline.

ClawBio/ClawBio · 30 tokens

ngs-pipeline-management

Next-generation sequencing pipeline management with Snakemake and Nextflow. Use for building, running, and debugging reproducible NGS workflows for RNA-seq, WGS, ChIP-seq, ATAC-seq, and amplicon sequencing. Covers pipeline design patterns, HPC/cloud execution, containerization, and workflow optimization.

Lord1Egypt/scientific-agent-toolkit · 72 tokens

pipeline-chipseq

Execute ENCODE ChIP-seq processing pipeline from FASTQ to peaks and signal tracks. Child of pipeline-guide. Provides stage-by-stage Nextflow execution with Docker containers and cloud deployment. Use when users need to process ChIP-seq data following ENCODE standards, run peak calling with MACS2, perform IDR analysis…

ammawla/encode-toolkit · 114 tokens

pipeline-dnaseseq

Execute ENCODE DNase-seq pipeline from FASTQ to hotspots and footprints. Child of pipeline-guide. Provides Nextflow execution with Docker and cloud deployment. Use when processing DNase-seq data, calling DNase hypersensitive sites, performing footprinting analysis. Trigger on: DNase-seq pipeline, DNase hypersensitive…

ammawla/encode-toolkit · 91 tokens

pipeline-wgbs

Execute ENCODE Whole Genome Bisulfite Sequencing (WGBS) pipeline from FASTQ to methylation calls. Child of pipeline-guide. Provides Nextflow execution with Docker and cloud deployment. Use when processing WGBS/bisulfite-seq data, calling methylation levels, generating bedMethyl files. Trigger on: WGBS pipeline…

ammawla/encode-toolkit · 103 tokens

nextflow-workflow-engine

Dataflow workflow engine for scalable bioinformatics pipelines. Defines processes (containerized tasks) connected by channels; runs local, HPC (SLURM/SGE), cloud (AWS/GCP/Azure), or Kubernetes via a single config change. Powers nf-core. Use Snakemake for rule-based Python workflows; use Nextflow for containerized…

jaechang-hits/SciAgent-Skills · 84 tokens