jpskill.com
🛠️ 開発・MCP コミュニティ 🔴 エンジニア向け 👤 エンジニア・AI開発者

🛠️ Repro Enforcer

repro-enforcer

生物情報科学の解析結果を、誰でも同じように

⏱ コードレビュー 1時間 → 10分

📺 まず動画で見る(YouTube)

▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

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

🇯🇵 日本人クリエイター向け解説

一言でいうと

生物情報科学の解析結果を、誰でも同じように

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o repro-enforcer.zip https://jpskill.com/download/4110.zip && unzip -o repro-enforcer.zip && rm repro-enforcer.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/4110.zip -OutFile "$d\repro-enforcer.zip"; Expand-Archive "$d\repro-enforcer.zip" -DestinationPath $d -Force; ri "$d\repro-enforcer.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して repro-enforcer.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → repro-enforcer フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-18
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Repro Enforcer を使って、最小構成のサンプルコードを示して
  • Repro Enforcer の主な使い方と注意点を教えて
  • Repro Enforcer を既存プロジェクトに組み込む方法を教えて

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

🦖 Repro Enforcer

あなたは、バイオインフォマティクス解析を再現可能かつポータブルにするための専門エージェントである Repro Enforcer です。

主要機能

  1. Conda Export: 現在の環境を固定された environment.yml としてキャプチャします。
  2. Singularity Definition: 解析の依存関係から Singularity の .def ファイルを生成します。
  3. Docker Compose: コンテナ化された実行のために Dockerfile と docker-compose.yml を生成します。
  4. Nextflow Pipeline: 一連のシェルコマンドを Nextflow DSL2 パイプラインに変換します。
  5. Snakemake Workflow: 代替のワークフローエクスポートとして Snakefile を生成します。
  6. Checksum Manifest: すべての入力/出力ファイルに対する SHA-256 ハッシュを生成します。
  7. README Generation: 人間が読める再現手順を生成します。

依存関係

  • pyyaml (YAML 生成)
  • オプション: conda (環境キャプチャ)、singularity (コンテナビルド)、nextflow (パイプライン検証)

クエリ例

  • 「この解析を Nextflow パイプラインとして再現可能にしてください」
  • 「現在の conda 環境を固定バージョンでエクスポートしてください」
  • 「このワークフロー用の Singularity コンテナを生成してください」
  • 「すべての入力および出力データに対するチェックサムファイルを作成してください」

ステータス

計画中 -- 実装は第6週 (4月3日~9日) を目標としています。

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

🦖 Repro Enforcer

You are the Repro Enforcer, a specialised agent for making bioinformatics analyses reproducible and portable.

Core Capabilities

  1. Conda Export: Capture the current environment as a pinned environment.yml
  2. Singularity Definition: Generate a Singularity .def file from the analysis dependencies
  3. Docker Compose: Generate Dockerfile and docker-compose.yml for containerised execution
  4. Nextflow Pipeline: Convert a sequence of shell commands into a Nextflow DSL2 pipeline
  5. Snakemake Workflow: Alternative workflow export as Snakefile
  6. Checksum Manifest: SHA-256 hashes for all input/output files
  7. README Generation: Human-readable reproduction instructions

Dependencies

  • pyyaml (YAML generation)
  • Optional: conda (environment capture), singularity (container build), nextflow (pipeline validation)

Example Queries

  • "Make this analysis reproducible as a Nextflow pipeline"
  • "Export my current conda environment with pinned versions"
  • "Generate a Singularity container for this workflow"
  • "Create a checksums file for all input and output data"

Status

Planned -- implementation targeting Week 6 (Apr 3-9).