Poetry Packaging
This skill crafts polished, professional-sounding poetry descriptions for marketing and promotion, boosting engagement and impact.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add poetry-packaging npx -- -y @trustedskills/poetry-packaging
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"poetry-packaging": {
"command": "npx",
"args": [
"-y",
"@trustedskills/poetry-packaging"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to manage Python project dependencies using the Poetry package manager. It handles complex dependency resolution, virtual environment creation, and seamless installation of libraries required for agent execution.
When to use it
- Setting up isolated environments for new Python-based AI agents to prevent dependency conflicts.
- Installing specific library versions required by a custom plugin or toolchain.
- Managing the lifecycle of dependencies when deploying agents to production servers.
- Resolving complex dependency trees for large-scale agent projects.
Key capabilities
- Dependency resolution and locking
- Virtual environment management
- Library installation and uninstallation
- Environment configuration via
pyproject.toml
Example prompts
- "Create a new Python project with Poetry and install the
langchainlibrary." - "Resolve dependencies for my agent using Poetry and generate a lock file."
- "Install specific versions of
numpyandpandasin an isolated environment managed by this skill."
Tips & gotchas
Ensure your agent has write permissions to the project directory where pyproject.toml resides. This skill is strictly for Python projects; attempting to use it with non-Python dependencies will fail.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.