agentsclimarketplace

Environment setup

Skill cxcscmu/SkillLearnBench/skills/b4-skill-creator-gemini-3.1-flash-lite-preview/nlp-paper-reproduction/environment-setup

Procedures for setting up the environment for research projects involving Python, PyTorch, and NLP models. Use whenever environment requirements (environment.yml) are present.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill environment-setup

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.0 KB, 178 tokens by cl100k_base, as published. Nobody here has run it

Environment Setup for NLP Research

When dealing with deep learning research repositories, follow these steps:

  1. Review Requirements: Inspect environment.yml or requirements.txt to identify dependencies.
  2. Version Checks:
    • python -VV to check the python version.
    • pip freeze to check installed packages.
  3. Environment Creation:
    • Use conda env update --file environment.yml or standard pip requirements installation if conda is not available.
  4. Validation:
    • Verify that all necessary libraries for training/evaluation are available.
    • Ensure hardware acceleration (CUDA/ROCm) is correctly configured if needed.
    • Log the final environment state.
  5. Consistency:
    • Record the environment state to a file (e.g., python_info.txt) to allow for replication.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.