env-and-assets-bootstrap

Prepare a conda-first environment and asset assumptions for a README-documented repository.

2|Updated May 7, 2026
One-click install
npx skills add https://github.com/Teng-bio/codex-skills-hub --skill env-and-assets-bootstrap-teng-bio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: env-and-assets-bootstrap
Source: https://github.com/Teng-bio/codex-skills-hub/tree/main/skills/global/env-and-assets-bootstrap
Command: npx skills add https://github.com/Teng-bio/codex-skills-hub --skill env-and-assets-bootstrap-teng-bio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires conda, mamba, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps in setting up a conservative conda-first environment and preparing asset assumptions before running tasks on a README-documented repository.

Core Features & Use Cases

  • Environment Setup: Preparing a conda-first environment for running tasks on a repository.
  • Asset Assumptions: Assumptions about checkpoints, datasets, and cache directories.
  • Use Case: Before running a task on a README-documented repository, use this Skill to prepare the environment and asset assumptions.

Quick Start

Use the env-and-assets-bootstrap skill to prepare the environment and asset assumptions for the repository at '/path/to/repo'.

Frequently Asked Questions about env-and-assets-bootstrap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a conda environment for reproducing a repository run?▼

Setting up a conda environment for repository reproduction requires preparing a conservative conda-first environment and defining asset assumptions before executing tasks. This process uses conda or mamba to create and manage the environment based on the README-documented repository.

What does preparing asset assumptions for a repository involve?▼

Preparing asset assumptions involves configuring paths and expectations for checkpoints, datasets, and cache directories before running tasks on a README-documented repository. This ensures the reproduction runs have all necessary assets correctly mapped and accessible.

Do I need mamba to create conda environments for repository reproduction?▼

You do not need mamba strictly, as conda is sufficient to create and manage the environment. However, mamba is fully supported as an alternative dependency for preparing the conservative conda-first environment and asset assumptions.

Can I use this conda-first setup for repositories without a README?▼

This setup specifically targets README-documented repositories to prepare environments and asset assumptions before running tasks. Repositories without a README lack the necessary documentation for preparing accurate asset paths and conservative environment configurations.

What is the best way to manage checkpoints and datasets before running repository tasks?▼

The best way to manage checkpoints and datasets is by preparing conservative asset assumptions beforehand. This involves setting up the expected paths and directories for these assets using a conda-first environment bootstrap before executing any repository tasks.

Why does my repository reproduction fail before the environment is fully configured?▼

Repository reproduction fails if the conservative conda-first environment and asset assumptions are not prepared before running tasks. Setting up environment paths, checkpoints, and dataset directories using conda or mamba beforehand prevents these execution failures.