Agent_skills python-venv-manager

name: python-venv-manager

install
source · Clone the upstream repo
git clone https://github.com/jorgealves/agent_skills
manifest: python-venv-manager/skill.yaml
source content

name: python-venv-manager version: 1.0.0 description: Setup and validate Python virtual environments (venv, virtualenv, conda). Use to ensure isolated dependencies and correct Python versions for projects. inputs: project_path: type: string description: Path to the Python project directory. required: true outputs: report: type: string description: A detailed report of the analysis or actions performed. capabilities:

  • Automated analysis of Python project structure.
  • Integration with standard Python tooling. constraints:
  • Requires a valid Python environment. security:
  • Operates locally on source files. examples:
  • input: project_path: "." output: report: "Analysis complete. No issues found."