Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
lllllllama avatar

Repo Intake And Plan

  • 140k installs
  • 512 repo stars
  • Updated July 26, 2026
  • lllllllama/ai-paper-reproduction-skill

Repo-intake-and-plan is a helper skill that scans deep learning repos and returns a minimum trustworthy reproduction plan.

About

Repo-intake-and-plan is a helper skill that scans deep learning repositories to extract structure, documented commands, and candidate classification. It returns a minimum trustworthy reproduction plan by mapping repo structure and identifying inference, evaluation, and training targets. Use at the beginning of reproduction work to understand what commands are available and which are safest to run.

  • Fast README-first scan of deep learning repositories extracting structure and documented commands
  • Classifies inference, evaluation, and training candidates conservatively
  • Returns minimum trustworthy reproduction plan with risk assessment

Repo Intake And Plan by the numbers

  • 139,956 all-time installs (skills.sh)
  • +22 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #6 of 2,065 Data Science & ML skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
At a glance

repo-intake-and-plan capabilities & compatibility

Capabilities
repo scanning · command extraction · target classification
npx skills add https://github.com/lllllllama/ai-paper-reproduction-skill --skill repo-intake-and-plan

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs140k
repo stars512
Security audit3 / 3 scanners passed
Last updatedJuly 26, 2026
Repositorylllllllama/ai-paper-reproduction-skill

What it does

ML researchers scan repositories to understand structure and extract minimal trustworthy reproduction plans.

Who is it for?

ML researchers planning paper reproductions without running code initially

Skip if: Developers who already know the exact command to run, need paper-level scientific detail lookup, or want full training reproduction without scoping first.

When should I use this skill?

Starting repo reproduction and need to map structure, extract commands, and classify targets

What you get

Repository structure summary, documented commands, candidate classification, and minimum reproduction plan

  • reproduction target recommendation
  • classified execution paths

By the numbers

  • Checks 8 primary manifest files including README, requirements.txt, pyproject.toml, and Dockerfile
  • Inspects configs/ and config/ directories for high-signal reproduction clues

Files

SKILL.mdMarkdownGitHub ↗

repo-intake-and-plan

Use this as the Rigor Intake helper. The installed slug remains repo-intake-and-plan for compatibility.

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/.

Related skills

Forks & variants (3)

Repo Intake And Plan has 3 known copies in the catalog totaling 185k installs. They canonicalize to this original listing.

FAQ

Which files does repo-intake-and-plan check first?

repo-intake-and-plan checks README.md, requirements.txt, environment.yml, pyproject.toml, setup.py, setup.cfg, and Dockerfile first, then inspects configs/ and config/ directories for command and configuration clues.

What does repo-intake-and-plan output?

repo-intake-and-plan outputs a recommended smallest trustworthy reproduction target plus classified inference, evaluation, and training paths extracted from documented repository commands and configuration files.

Is Repo Intake And Plan safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Data Science & MLresearchautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.