repo-intake-and-plan
Narrow helper skill for README-first AI repo reproduction. Use when the task is specifically to scan a repository, read the README and common project files, extract documented commands, classify inference, evaluation, and training candidates, and return the smallest trustworthy reproduction plan to the main orchestrator. Do not use for environment setup, asset download, command execution, final reporting, paper lookup, or end-to-end orchestration.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o repo-intake-and-plan.zip https://jpskill.com/download/19616.zip && unzip -o repo-intake-and-plan.zip && rm repo-intake-and-plan.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/19616.zip -OutFile "$d\repo-intake-and-plan.zip"; Expand-Archive "$d\repo-intake-and-plan.zip" -DestinationPath $d -Force; ri "$d\repo-intake-and-plan.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
repo-intake-and-plan.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
repo-intake-and-planフォルダができる - 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
- 同梱ファイル
- 4
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
repo-intake-and-plan
適用場面
- README-firstの再現作業の開始時。
- メインスキルがリポジトリ構造と文書化されたコマンドの高速なマップを必要とする場合。
- 推論、評価、トレーニングの候補を慎重に分類する必要がある場合。
- ユーザーが明示的にリポジトリを最初に検査し、まだ何も実行したくない場合。
非適用場面
- 実行がすでに開始されており、タスクがコマンドの実行または出力の作成に関する場合。
- ターゲットがリポジトリを基盤とする再現タスクではない場合。
- ユーザーがリポジトリの検査なしに論文の解釈のみを望む場合。
- ユーザーがすでに選択された文書化されたコマンドを持っており、セットアップまたは実行のみが必要な場合。
明確な境界
- このスキルはスキャンと計画を行います。
- このスキルはヘルパー層であり、通常はオーケストレーターによって呼び出されるべきです。
- 環境のインストールは行いません。
- 大規模なアセットの準備は行いません。
- 実質的な再現コマンドの実行は行いません。
- 高リスクなパッチ適用を決定しません。
入力要件
- ターゲットリポジトリのパス。
- READMEおよび一般的なプロジェクトファイルが存在する場合、それらへのアクセス。
- 推論優先など、希望する優先順位に関するオプションのユーザーヒント。
出力要件
- 簡潔なリポジトリ構造の要約
- 文書化されたコマンドのインベントリ
- 推論された候補カテゴリ:inference、evaluation、training、other
- 最小限の信頼できる再現推奨
- 注目すべき曖昧さまたはリスクのリスト
注記
references/repo-scan-rules.md と scripts/ 以下のヘルパースクリプトを使用してください。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
repo-intake-and-plan
When to apply
- At the beginning of README-first reproduction work.
- When the main skill needs a fast map of repo structure and documented commands.
- When inference, evaluation, and training candidates must be classified conservatively.
- When the user explicitly wants to inspect the repo first and not run anything yet.
When not to apply
- When execution has already started and the task is now about running commands or writing outputs.
- When the target is not a repository-backed reproduction task.
- When the user only wants paper interpretation without repo inspection.
- When the user already has a selected documented command and only needs setup or execution.
Clear boundaries
- This skill scans and plans.
- This skill is helper-tier and should usually be orchestrator-invoked.
- It does not install environments.
- It does not prepare large assets.
- It does not execute substantive reproduction commands.
- It does not decide high-risk patching.
Input expectations
- Target repository path.
- Access to README and common project files if present.
- Optional user hints about desired priority, such as inference-first.
Output expectations
- concise repo structure summary
- documented command inventory
- inferred candidate categories: inference, evaluation, training, other
- minimum trustworthy reproduction recommendation
- notable ambiguity or risk list
Notes
Use references/repo-scan-rules.md and helper scripts under scripts/.
同梱ファイル
※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。
- 📄 SKILL.md (2,005 bytes)
- 📎 references/repo-scan-rules.md (1,114 bytes)
- 📎 scripts/extract_commands.py (8,508 bytes)
- 📎 scripts/scan_repo.py (2,937 bytes)