skills/conda-project-environment-manager/SKILL.md
Manage and standardize project conda environment usage as an auxiliary utility skill, including env discovery, package availability checks, explicit env selection, and reproducible `conda run -n ...` integration for scripts and workflows.
npx skillsauth add mr-fang-vlsi/edagent conda-project-environment-managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the repo needs one stable helper for managing Python/conda environments across scripts, research utilities, and infrastructure workflows.
Use this skill when:
conda installations and envs are available,conda run -n ... instead of ad hoc shell state,miniconda, anaconda) coexist and env provenance is becoming confusing,This skill owns:
conda run -n ... use in this repo.It does not own:
conda run -n <env> ... when reproducibility matters,Typical outputs include:
*.envs.tsv*.summary.mdconda run -n <env> when a script depends on non-system packages.miniconda and anaconda roots coexist so future users do not guess which one is active.references/background-knowledge-links.md for the current environment topology and project conventions.references/update-mechanism.md when environment structure or preferred env ownership changes.scripts/common/conda_project_env_report.py to generate the canonical snapshot before recommending a new env binding.development
Create immutable stage checkpoints for Innovus flows. Use when users ask for fixed golden files or restart-from-stage workflows (place/cts/route) with matched DEF+V+SDC and reproducible manifests.
tools
Capture and maintain reusable script-writing experience across wrappers, helpers, parsers, validators, and runtime shims so future script work can reuse proven patterns and avoid repeated anti-patterns.
testing
Summarize local paper PDFs into structured, citation-grounded evidence notes. Use when the user provides local PDF paths and asks for methods/assumptions/results/limitations extraction or wants evidence mapped to current EDA hypotheses.
development
Fetch primary-source paper metadata when evidence is missing or weak for EDA/model/flow claims. Use for requests like building reproducible paper candidate lists, generating user-download queues, and recording citation metadata for local validation.