env-and-assets-bootstrap
The env-and-assets-bootstrap skill prepares conservative conda environments, checkpoint paths, and dataset locations for deep learning repository reproduction tasks.
Is env-and-assets-bootstrap safe to install?
Review the source first: our audit of env-and-assets-bootstrap's source files found 1 shell command, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell scripts and reads local repository files to configure environment and asset paths.
How we audit skills: our security review methodology.
Who is this skill for?
Users performing deep learning repository reproduction who require environment and asset path configuration before executing code.
What can you do with it?
- Preparing conda environments for specific repository reproduction targets
- Defining checkpoint and dataset path assumptions
- Identifying cache location requirements
- Generating setup notes based on repository README instructions
How good is this skill?
Quality score: 5/10. The skill documentation is clear regarding its specific scope and boundaries for repository reproduction tasks.
What does the skill file contain?
# 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 `../../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 explic...
Frequently asked questions
When should I use this skill?
Use this skill after identifying a reproduction target when you need to create an environment or prepare asset paths based on repository documentation.
Does this skill perform repository scanning?
No. The skill documentation explicitly states it should not be used for repository scanning, full orchestration, or paper interpretation.
What inputs does the skill require?
The skill requires the target repository path, the reproduction goal, relevant README setup steps, and any known OS or package constraints.
Related skills
paper-context-resolver
140.4KDevelopers and researchers performing deep learning repository reproduction who encounter specific technical ambiguities in documentation
The paper-context-resolver skill provides targeted information from research papers to resolve specific gaps in deep learning repository reproduction. It focuses on technical details like dataset splits, preprocessing steps, evaluation protocols, checkpoint mappings, and runtime assumptions.
repo-intake-and-plan
139.8KAI agents performing repository-based research and reproduction tasks
The repo-intake-and-plan skill scans repositories to identify project structure and documented commands. It classifies tasks into inference, evaluation, and training categories to generate a reproduction plan for an orchestrator.
minimal-run-and-audit
139.8KResearchers and developers performing smoke tests or documented inference and evaluation runs on deep learning repositories
The minimal-run-and-audit skill executes specific commands for deep learning repository reproduction and generates standardized evidence reports. It creates output files including patch notes and comparability reports to document verification status.
ai-research-reproduction
112.4KResearchers and developers who need to reproduce results from AI code repositories using a minimal-trustworthy approach
The ai-research-reproduction skill provides a structured workflow for reproducing deep learning research repositories. It guides agents through intake, environment setup, execution, and reporting while enforcing strict documentation of deviations and evidence.