paper-context-resolver
Optional narrow helper skill for README-first AI repo reproduction. Use only when the README and repository files leave a narrow reproduction-critical gap and the task is to resolve a specific paper detail such as dataset split, preprocessing, evaluation protocol, checkpoint mapping, or runtime assumption from primary paper sources while recording conflicts. Do not use for general paper summary, repo scanning, environment setup, command execution, title-only paper lookup, or replacing README guidance by default.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o paper-context-resolver.zip https://jpskill.com/download/19615.zip && unzip -o paper-context-resolver.zip && rm paper-context-resolver.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/19615.zip -OutFile "$d\paper-context-resolver.zip"; Expand-Archive "$d\paper-context-resolver.zip" -DestinationPath $d -Force; ri "$d\paper-context-resolver.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
paper-context-resolver.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
paper-context-resolverフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 2
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[Skill 名] paper-context-resolver
paper-context-resolver
適用場面
- README やリポジトリファイルに、再現に不可欠な情報が欠けている場合。
- その欠落が、データセットのバージョン、分割、前処理、評価プロトコル、チェックポイントのマッピング、またはランタイムの前提に関するものである場合。
- メインスキルが、論文全体の要約ではなく、狭い範囲の証拠補足のみを必要とする場合。
- すでに具体的な再現に関する質問がある場合。
非適用場面
- README にすでに十分な再現の詳細が記載されている場合。
- ユーザーが再現サポートではなく、一般的な論文の説明を求めている場合。
- 競合を文書化せずに README の指示を上書きすることが目的の場合。
- 利用可能な入力が論文タイトルのみで、具体的な再現のギャップがまだない場合。
明確な境界
- このスキルはオプションです。
- このスキルはヘルパー層であり、通常はオーケストレーターによって呼び出されるべきです。
- README を優先する再現を補完します。
- メインのオーケストレーションフローを置き換えるものではありません。
- デフォルトでは論文全体を要約しません。
入力要件
- ターゲットリポジトリのメタデータ
- 再現に不可欠な質問
- 既存の README またはリポジトリの証拠
- すでに知られている論文リンク
出力要件
- 絞り込まれたソースリスト
- 再現に関連する回答のみ
- 該当する場合、README と論文の間の明確な競合メモ
- 直接的な証拠と推論の明確な区別
注記
references/paper-assisted-reproduction.md を使用してください。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
paper-context-resolver
When to apply
- README and repo files leave a reproduction-critical gap.
- The gap concerns dataset version, split, preprocessing, evaluation protocol, checkpoint mapping, or runtime assumptions.
- The main skill needs a narrow evidence supplement instead of a full paper summary.
- There is already a concrete reproduction question to answer.
When not to apply
- The README already gives enough reproduction detail.
- The user wants a general paper explanation rather than reproduction support.
- The goal is to override README instructions without documenting the conflict.
- The only available input is a paper title and there is no concrete reproduction gap yet.
Clear boundaries
- This skill is optional.
- This skill is helper-tier and should usually be orchestrator-invoked.
- It supplements README-first reproduction.
- It does not replace the main orchestration flow.
- It does not summarize the whole paper by default.
Input expectations
- target repo metadata
- reproduction-critical question
- existing README or repo evidence
- any already known paper links
Output expectations
- narrowed source list
- reproduction-relevant answer only
- explicit README-paper conflict note when applicable
- clear distinction between direct evidence and inference
Notes
Use references/paper-assisted-reproduction.md.
同梱ファイル
※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。
- 📄 SKILL.md (1,941 bytes)
- 📎 references/paper-assisted-reproduction.md (1,327 bytes)