🎯

paper-context-resolver

🎯Skill

from lllllllama/ai-paper-reproduction-skill

VibeIndex|
What it does
|

Companion skill for AI paper reproduction that resolves paper context, references, and dependencies needed when reproducing AI research implementations.

Overview

A companion skill in the ai-paper-reproduction-skill multi-skill repository (now branded ai-research-workflow-skills) that optionally resolves paper-related context — references, dependencies, and narrow documentation needed when reproducing an AI research implementation.

Key Features

  • Resolves paper context, references, and dependencies for reproduction workflows
  • Optional sub-skill used by the main ai-paper-reproduction orchestrator
  • Designed for README-first, trusted-by-default research reproduction
  • Shared SKILL.md contracts compatible with Agent Skills, Codex, and Claude Code

Who is this for?

ML researchers and engineers reproducing AI papers who need a disciplined way to resolve paper-level context before touching code. Useful as a companion to ai-paper-reproduction when the paper itself — not just the repo — is the primary source of truth.

📦

Same repository

lllllllama/ai-paper-reproduction-skill(12 items)

paper-context-resolver

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add lllllllama/ai-paper-reproduction-skill --skill paper-context-resolver
skills.sh Install⚠ Installs to .agents/skills/
npx skills add lllllllama/ai-paper-reproduction-skill --skill paper-context-resolver
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/paper-context-resolver/SKILL.md

SKILL.md

140,103Installs
-
AddedMar 30, 2026

More from this repository10

🎯
repo-intake-and-plan🎯Skill

Helper skill for README-first AI paper reproduction that scans a repository, extracts documented commands, and returns the smallest trustworthy inference, evaluation, and training plan.

🎯
minimal-run-and-audit🎯Skill

Executes and audits the selected smoke test, documented inference, or evaluation command during README-first AI paper reproduction, writing standardized `repro_outputs/` evidence and patch notes.

🎯
env-and-assets-bootstrap🎯Skill

Sub-skill for README-first AI paper reproduction that prepares a conservative conda-first environment plus checkpoint, dataset, and cache path assumptions before any run attempt.

🎯
ai-paper-reproduction🎯Skill

README-first AI paper reproduction skill that helps reproduce AI papers by choosing the smallest trustworthy documented target with minimal, auditable code changes.

🎯
ai-research-reproduction🎯Skill

A lane-aware skill repository for deep learning research workflows that separates trusted reproduction tasks from exploratory candidate work, shipping 11 skills with 42 test scripts across Windows and Linux for use with Claude Code, Codex, and Agent Skills.

🎯
analyze-project🎯Skill

Part of the AI research workflow skills collection, this skill analyzes research project structure and codebase to understand components, dependencies, and architecture before reproduction.

🎯
explore-code🎯Skill

An explore-lane skill for making isolated, candidate-only code changes during deep learning research, requiring explicit researcher authorization and producing disposable outputs that don't affect trusted reproduction artifacts.

🎯
explore-run🎯Skill

Part of the AI research workflow skills collection, this skill enables safe exploratory trial runs in a trusted lane model for reproducing and experimenting with AI research papers.

🎯
safe-debug🎯Skill

Part of the AI research workflow skills collection, this skill safely diagnoses tracebacks and failed training or inference runs with safety guardrails to prevent data loss.

🎯
run-train🎯Skill

Part of the AI research workflow skills collection, this skill manages training runs with safety guardrails in a trusted lane model for reproducing AI research experiments.