スキル一覧に戻る
Infatoshi

paper-implementation

by Infatoshi

Claude Code CLI configuration dotfiles

4🍴 0📅 2026年1月11日
GitHubで見るManusで実行

SKILL.md


Paper Implementation

Input

Require arxiv link (not PDF). Fetch LaTeX: https://arxiv.org/e-print/XXXX.XXXXX (.tar.gz with .tex files)

Phases

1. Discovery

Parse LaTeX for: architecture, algorithms, hyperparameters, loss functions, datasets. Search existing GitHub implementations. Note ambiguities.

Gather: Scope (train/inference/finetune)? Scale (model size, compute)? Baseline codebase? Priority (accuracy/speed/memory)? Validation method?

2. Verification

If repo exists: audit against LaTeX source. Check architecture, hyperparameters, training procedure. Identify discrepancies.

3. Refinement

Present findings, ask questions, iterate until execution steps are perfectly clear.

4. Implementation

Build/modify code. Write correctness tests. Profile performance.

5. Optimization (optional)

Profile with nsight-systems/torch.profiler. Write custom CUDA/Triton kernels. Benchmark with measurements.

Compute Strategy

  • Local 3090: quick tests, debugging, small validation
  • VP H100s: training runs, large experiments (ask before provisioning)
  1. Parse LaTeX source
  2. Search existing implementations
  3. Present structured questions
  4. Wait for answers, refine, then proceed autonomously

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です