Agent_skills poetry-uv-advisor
name: poetry-uv-advisor
install
source · Clone the upstream repo
git clone https://github.com/jorgealves/agent_skills
manifest:
poetry-uv-advisor/skill.yamlsource content
name: poetry-uv-advisor version: 1.0.0 description: Optimize pyproject.toml and resolve complex dependency trees using modern tools like Poetry or uv. Use to modernize Python project management. 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."