Agent skill · AI & Agents

dependency-planner

Use this skill whenever a NeuroClaw skill, model, or sub-agent reports a missing dependency (e.g. ImportError, ModuleNotFoundError, command not found), or when the user explicitly requests to install, setup, configure, or fix any library, package, compiler, CUDA toolkit, conda environment, system tool, or git-based repository. Triggers include: 'install', 'setup', 'missing dependency', 'fix import error', 'install torch cuda', 'conda create environment', 'pip install from git', 'install nnU-Net', 'setup gcc nvcc', 'prepare environment for deep learning', 'handle dep error', or any phrase indic

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill dependency-planner --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 14 KB
Bundled scripts: none
Requires: - multi-search-engine - git-essentials
Path: skills/neuroclaw/dependency-planner/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Dependency Installation Planner (Tool Layer) ## Overview Many NeuroClaw skills (especially deep-learning, neuroimaging, and custom model execution skills) fail due to missing dependencies — a key pain point identified in the MedicalClaw / OpenClaw-Medical-Skills evaluation. This skill acts as the **interface-layer planner** that ensures safe, reproducible, auditable, and user-approved installations across the entire NeuroClaw hierarchy (interface → subagent → base tool). **Strict workflow (never bypassed):** 1. Parse the exact dependency/dependencies from the user request or error message. 2. Automatically detect the local environment: OS family & version, architecture, Python version, conda/pip/virtualenv status, GCC version, NVCC/CUDA version (if GPU-relevant), available disk space & RAM. 3. For each required package/tool, invoke the already-existing `multi-search-engine` skill (with **Google search priority**) to retrieve the **latest official installation instructions** from the authoritative source (e.g. pytorch.org, conda-forge, nvidia.com, github.com releases page, official docs). 4. Perform compatibility analysis against the detected local system (CUDA/driver match, Pytho

What's inside
Steps it walks through
  1. Overview
  2. Quick Reference
  3. Installation
  4. Usage Examples
  5. Example 1: “My model says torch is missing and I have an RTX 4090”
  6. Example 2: “Install latest nnU-Net from github for segmentation skill”
  7. NeuroClaw recommended wrapper script (placed inside the skill folder)
  8. Harness-Aware Dependency Version Locking
  9. Auto-Generated Lockfile Strategy
  10. Environment Reproducibility Verification
  11. Backward Compatibility & Safe Upgrades
  12. Integration with Harness Checkpointing
  13. Important Notes & Limitations
  14. When to Call This Skill
Commands it runs
Place files in: skills/dependency-planner/
Update SOUL.md and/or USER.md to include trigger phrases and skill name
More from awesome-bio-agent-skills
All skills →
About this skill
What does the dependency-planner skill do?

Use this skill whenever a NeuroClaw skill, model, or sub-agent reports a missing dependency (e.g. ImportError, ModuleNotFoundError, command not found), or when the user explicitly requests to install, setup, configure, or fix any library, package, compiler, CUDA toolkit, conda environment, system tool, or git-based repository. Triggers include: 'install', 'setup', 'missing dependency', 'fix import error', 'install torch cuda', 'conda create environment', 'pip install from git', 'install nnU-Net', 'setup gcc nvcc', 'prepare environment for deep learning', 'handle dep error', or any phrase indic

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill dependency-planner --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going