๐ŸŽฏ

repo-intake-and-plan

๐ŸŽฏSkill

from lllllllama/ai-paper-reproduction-skill

VibeIndex|
What it does
|

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.

Overview

A helper sub-skill in the ai-paper-reproduction-skill repository that scans a repository, extracts documented commands, and returns the smallest trustworthy inference, evaluation, and training plan โ€” README-first and minimally invasive.

Key Features

  • Scans the repo to enumerate documented commands and candidate paths
  • Returns the smallest trustworthy inference / evaluation / training plan
  • README-first policy: prefers what the docs say before guessing
  • Emits a structured plan the rest of the reproduction skills can act on

Who is this for?

ML practitioners and agents reproducing AI papers who want a conservative, README-first planning step before running anything. Ideal when the goal is "show me the minimum I can trust to run from this repo".

๐Ÿ“ฆ

Same repository

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

repo-intake-and-plan

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add lllllllama/ai-paper-reproduction-skill --skill repo-intake-and-plan
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add lllllllama/ai-paper-reproduction-skill --skill repo-intake-and-plan
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/repo-intake-and-plan/SKILL.md

SKILL.md

48,490Installs
-
AddedApr 13, 2026