๐ŸŽฏ

env-and-assets-bootstrap

๐ŸŽฏSkill

from lllllllama/ai-paper-reproduction-skill

VibeIndex|
What it does
|

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.

Overview

A sub-skill in the ai-paper-reproduction-skill repository that prepares a conservative conda-first environment plus checkpoint, dataset, and cache path assumptions before any run attempt. Part of a lane-aware skill system where the default lane is "trusted" and exploration requires explicit authorization.

Key Features

  • Conda-first environment bootstrap for reproducibility
  • Lays out checkpoint, dataset, and cache path assumptions before execution
  • Cross-platform for Windows and Linux
  • Conservative defaults that minimize implicit modifications to the repo

Who is this for?

Researchers reproducing deep-learning papers who want a safe, conservative pre-run setup step. Especially useful when a repo's dependencies are underspecified or where getting "just enough" environment right is half the battle.

๐Ÿ“ฆ

Same repository

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

env-and-assets-bootstrap

Installation

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

SKILL.md

139,672Installs
-
AddedApr 13, 2026

More from this repository10

๐ŸŽฏ
paper-context-resolver๐ŸŽฏSkill

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

๐ŸŽฏ
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.

๐ŸŽฏ
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.