poetry
Installation
SKILL.md
Poetry
Intent Router
| Request | Reference | Load When |
|---|---|---|
| Install tool, first-time setup, shell completions | references/install-and-setup.md |
Install Poetry or configure the environment |
| pyproject.toml fields, version constraints, extras | references/pyproject-toml.md |
Configure project metadata or dependency specs |
| CLI commands, workflows | references/command-cookbook.md |
Run add/remove/install/build/publish operations |
| Dependency groups, optional groups | references/dependency-groups.md |
Define or install dev/test/docs dependency groups |
Quick Start
# Create new project
poetry new my-project
# Add dependency
poetry add requests