env-and-assets-bootstrap

env-and-assets-bootstrap is a skill for Codex from lllllllama/RigorPilot-Skills. It costs 87 tokens per session (459 once invoked), scanned A, original, MIT.

A command for diagnosing failures in research repositories before making code changes.

In plain words
What is it for?
Use it when a repository run fails and you need to identify the cause before patching anything.
Why use it?
It requires an actionable error report or traceback and focuses the investigation on the smallest safe fix while preserving the meaning of the research.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it when a repository run fails and you need to identify the cause before patching anything.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lllllllama/rigorpilot-skills/env-and-assets-bootstrap
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lllllllama/RigorPilot-Skills --skill env-and-assets-bootstrap
Clone the repo
git clone --depth 1 https://github.com/lllllllama/RigorPilot-Skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for env-and-assets-bootstrap

README.md
[![agentmods](https://agentmods.dev/badge/skills/lllllllama/rigorpilot-skills/env-and-assets-bootstrap/github.svg)](https://agentmods.dev/skills/lllllllama/rigorpilot-skills/env-and-assets-bootstrap)
Your own site
<a href="https://agentmods.dev/skills/lllllllama/rigorpilot-skills/env-and-assets-bootstrap"><img src="https://agentmods.dev/badge/skills/lllllllama/rigorpilot-skills/env-and-assets-bootstrap/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for env-and-assets-bootstrap

Your own site · 80×15
<a href="https://agentmods.dev/skills/lllllllama/rigorpilot-skills/env-and-assets-bootstrap"><img src="https://agentmods.dev/badge/skills/lllllllama/rigorpilot-skills/env-and-assets-bootstrap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 459 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 20 May 2026
  • Snyk warn 20 May 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00087 $0.00459
Opus 5 $0.00044 $0.00230
Sonnet 5 $0.00017 $0.00092
Haiku 4.5 $0.00009 $0.00046

Measured 5d ago against content hash e6f36391fa6b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

env-and-assets-bootstrap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/bootstrap_env.py, scripts/bootstrap_env.sh, scripts/plan_setup.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/env-and-assets-bootstrap/SKILL.md · 55 lines

What it actually says

env-and-assets-bootstrap

Use this as the Rigor Setup skill. The installed slug remains env-and-assets-bootstrap for compatibility.

Use the shared operating principles in ../ai-research-reproduction/references/agent-operating-principles.md; this skill should keep setup planning conservative while leaving environment-specific judgment to the model.

When to apply

  • After repo intake identifies a credible reproduction target.
  • When environment creation or asset path preparation is needed before running commands.
  • When the repo depends on checkpoints, datasets, or cache directories.
  • When the user explicitly wants setup help before any run attempt.

When not to apply

  • When the repository already ships a ready-to-run environment that does not need translation.
  • When the task is only to scan and plan.
  • When the task is only to report results from commands that already ran.
  • When the request is a generic conda or package-management question outside repo reproduction.

Clear boundaries

  • This skill prepares environment and asset assumptions.
  • It does not own target selection.
  • It does not own final reporting.
  • It does not perform paper lookup except by forwarding gaps to the optional paper resolver.

Input expectations

  • target repo path
  • selected reproduction goal
  • relevant README setup steps
  • any known OS or package constraints

Output expectations

  • conservative environment setup notes
  • candidate conda commands
  • asset path plan
  • checkpoint and dataset source hints
  • unresolved dependency or asset risks

Notes

Use references/env-policy.md, references/assets-policy.md, scripts/bootstrap_env.py, scripts/plan_setup.py, and scripts/prepare_assets.py. Use scripts/bootstrap_env.sh only as a POSIX wrapper around the Python bootstrapper when a shell entrypoint is more convenient.

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed e6f36391fa6b
  2. 12d ago First seen · 55 lines · 87 tokens per session scan A 75052a7f8563

Subscribe to this mod's changes

env-and-assets-bootstrap is a skill published in the GitHub repository lllllllama/RigorPilot-Skills (486 stars, last pushed 4d ago), licensed MIT. It adds 87 tokens to every session and 459 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

deep-learning

Use when training or debugging a neural net in PyTorch — the forward/loss/backward/step loop and its silent bugs, mixed precision (AMP), AdamW/LR schedules, DDP/FSDP/ZeRO, checkpoints and seeds. NOT LoRA/QLoRA on a pretrained LLM (that is finetuning), NOT tabular sklearn/XGBoost (that is machine-learning), NOT…

ericrisco/rsc-harness · 102 tokens

meta-paper-write

Use this meta-skill instead of answering directly when the current user asks to draft or produce a new academic/research paper or LaTeX manuscript. It uses multi-skill orchestration for manuscript workflows that need source search, citation planning, experiment or figure/table placeholders, drafting, length checks…

opensquilla/opensquilla · 125 tokens

physicsnemo-discover

Official NVIDIA-authored guidance for navigating PhysicsNeMo — pick the model, datapipe, or example for a SciML/AI4Science task (surrogates, forecasting, downscaling, physics-informed, inverse, generative). Points at existing files via live repo search; never writes code. Do NOT use for installation or environment…

NVIDIA/physicsnemo · 124 tokens

paper-revision-author

Revise independently drafted paper sections into one coherent LaTeX body before the abstract is written.

opensquilla/opensquilla · 24 tokens

torch-geometric

Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, for geometric deep learning.

synthetic-sciences/openscience · 41 tokens

esm

Comprehensive toolkit for protein language models including ESM3 (generative multimodal protein design across sequence, structure, and function) and ESM C (efficient protein embeddings and representations). Use this skill when working with protein sequences, structures, or function prediction; designing novel…

synthetic-sciences/openscience · 86 tokens