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

Repo Intake And Plan

  • 176k installs
  • 512 repo stars
  • Updated July 26, 2026
  • lllllllama/rigorpilot-skills

This is a copy of repo-intake-and-plan by lllllllama - installs and ranking accrue to the original listing.

repo-intake-and-plan is a RigorPilot intake skill that scans unfamiliar deep learning repositories for developers who need the smallest reliable reproduction or agentic modification target identified from README and conf

About

repo-intake-and-plan is the Rigor Intake helper in rigorpilot-skills that scans a repository, reads README and common project files, extracts documented commands, and classifies inference, evaluation, and training paths. It checks nine primary files when present—including README.md, requirements.txt, pyproject.toml, setup.py, and Dockerfile—and inspects high-signal directories such as configs, scripts, and experiments for command clues. Developers reach for repo-intake-and-plan when onboarding to an unfamiliar deep learning codebase and deciding the smallest trustworthy reproduction or modification target before setup or execution. The output is a conservative recommendation rather than code changes, making it the usual first step before env-and-assets-bootstrap or ai-research-reproduction.

  • Scans primary files including README.md, requirements.txt, pyproject.toml, setup.py, and Dockerfile first
  • Inspects high-signal directories such as configs/, scripts/, notebooks/, and checkpoints/
  • Extracts documented commands with 6-tier extraction priority from explicit README evidence
  • Classifies paths into inference, evaluation, training, or other with conservative inferred labeling
  • Recommends the smallest trustworthy reproduction target while recording ambiguity

Repo Intake And Plan by the numbers

  • 175,920 all-time installs (skills.sh)
  • +25,328 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/lllllllama/rigorpilot-skills --skill repo-intake-and-plan

Add your badge

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

Listed on Skillselion
Installs176k
repo stars512
Security audit3 / 3 scanners passed
Last updatedJuly 26, 2026
Repositorylllllllama/rigorpilot-skills

How do you pick a minimal ML reproduction target?

Quickly understand an unfamiliar repository and identify the smallest reliable target for reproduction or agentic modification.

Who is it for?

ML engineers landing in an unfamiliar research repository who need README-driven target selection before running anything.

Skip if: Developers who already have a chosen training command ready to execute or need conda environment creation instead of repository scoping.

When should I use this skill?

An unfamiliar deep learning repository needs scanning to extract documented commands and recommend the smallest trustworthy reproduction target.

What you get

Classified command paths and a recommended smallest trustworthy reproduction target

  • Documented command extraction
  • Path classification
  • Smallest trustworthy target recommendation

By the numbers

  • Checks 9 primary project files when present during repository intake

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

How it compares

Use repo-intake-and-plan to choose a target; use env-and-assets-bootstrap once the reproduction path is selected and dependencies must be prepared.

FAQ

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

repo-intake-and-plan checks nine primary files when present, including README.md, requirements.txt, environment.yml, pyproject.toml, setup.py, setup.cfg, and Dockerfile. It also inspects high-signal directories like configs and scripts.

What does repo-intake-and-plan recommend?

repo-intake-and-plan recommends the smallest trustworthy reproduction target after classifying inference, evaluation, and training paths from documented commands. Rigor Intake scoping precedes environment setup and full reproduction runs.

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.

AI & Agent Buildingagentsautomation

This week in AI coding

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

unsubscribe anytime.