nlp-environment-management

nlp-environment-management is a skill for Claude Code, Codex from cxcscmu/SkillLearnBench. It costs 25 tokens per session (269 once invoked), scanned A, original, MIT.

Guidance for setting up and maintaining software environments for natural-language-processing projects. It covers dependencies such as PyTorch and Transformers, Conda environments, local modules, and CUDA-related packages.

In plain words
What is it for?
Use it to create or update Conda environments, install compatible libraries, configure local modules, and record environment information.
Why use it?
It helps resolve version and dependency conflicts that can stop an NLP project from running. Recording installed packages and Python details also supports reproducible results.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create or update Conda environments, install compatible libraries, configure local modules, and record environment information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cxcscmu/skilllearnbench/nlp-environment-management
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 cxcscmu/SkillLearnBench --skill nlp-environment-management
Clone the repo
git clone --depth 1 https://github.com/cxcscmu/SkillLearnBench

Made for: Claude Code, 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 nlp-environment-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/cxcscmu/skilllearnbench/nlp-environment-management.svg)](https://agentmods.dev/skills/cxcscmu/skilllearnbench/nlp-environment-management)
Your own site
<a href="https://agentmods.dev/skills/cxcscmu/skilllearnbench/nlp-environment-management"><img src="https://agentmods.dev/badge/skills/cxcscmu/skilllearnbench/nlp-environment-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 269 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
  • 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.00025 $0.00269
Opus 5 $0.00013 $0.00134
Sonnet 5 $0.00005 $0.00054
Haiku 4.5 $0.00003 $0.00027

Measured 4d ago against content hash 0bff180a2982, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

nlp-environment-management 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 4d ago.

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/b1-one-shot-gemini-3-flash-preview/nlp-paper-reproduction/nlp-environment-management/SKILL.md · 46 lines

What it actually says

NLP Environment Management

Setting up an environment for NLP research requires specific versions of deep learning libraries and often custom local modules.

Installation via Conda

If an environment.yml is provided:

# Update existing environment
conda env update -n base --file environment.yml

Or create a new one:

conda env create -f environment.yml

Troubleshooting Common Conflicts

  1. Flash Attention: Requires flash-attn and often specific CUDA versions. Install using:

    pip install flash-attn --no-build-isolation
    
  2. Transformers/TRL Versions: Ensure transformers and trl versions match the codebase's expectations.

  3. Local Modules: If a project uses local modules, ensure they are in the PYTHONPATH:

    export PYTHONPATH=$PYTHONPATH:$(pwd)
    

Logging Environment Info

Always log the environment for reproducibility:

python -VV > python_info.txt
python -m pip freeze >> python_info.txt
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. 4d ago First seen · 46 lines · 25 tokens per session scan A 0bff180a2982

Subscribe to this mod's changes

nlp-environment-management is a skill published in the GitHub repository cxcscmu/SkillLearnBench (83 stars, last pushed 2mo ago), licensed MIT. It adds 25 tokens to every session and 269 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

prompt-library

Curated collection of high-quality prompts for various use cases. Includes role-based prompts, task-specific templates, and prompt refinement techniques. Use when user needs prompt templates, role-play prompts, or ready-to-use prompt examples for coding, writing, analysis, or creative tasks.

davila7/claude-code-templates · 57 tokens

Fabric

Execute any of 240+ specialized prompt patterns natively across Extraction, Summarization, Analysis, Creation, Improvement, Security, Rating. Common: extractwisdom, createthreatmodel, analyzeclaims, improvewriting, reviewcode, mermaid, youtubesummary. CLI used only for YouTube transcript (-y) and URL fallback (-u).…

danielmiessler/LifeOS · 136 tokens

scheduling-tasks

Schedules reminders and recurring tasks via the letta cron CLI. Use when the user asks to be reminded of something, wants periodic work or check-ins, or needs to list, inspect, replace, or cancel scheduled tasks.

letta-ai/letta-code · 49 tokens

customizing-statusline

Creates, edits, and migrates Letta Code statusline mods. Use when handling the /statusline command or continuing work started by /statusline.

letta-ai/letta-code · 36 tokens

config-evals

Builds and maintains configuration-based evaluations on a workflow with the eval-config tool. Use when the user asks to set up, add, view, change, or remove an evaluation, score, grade, or judge a workflow's output, or measure answer quality against a test dataset. This is the only eval form Instance AI handles — it…

n8n-io/n8n · 80 tokens

agentsop-dify

SOP for building LLM applications on Dify — visual workflow + chatflow + agent + RAG knowledge base + plugin marketplace + observability, self-hostable. Use when shipping LLM apps fast with a "no-code to pro-code" gradient, especially when non-engineers need to co-author the flow.

agentsope/SkillAlchemy · 69 tokens