python
Installation
SKILL.md
Python
Purpose
Guide for Python build tools, package management, virtual environments, type annotations, async patterns, testing, and production deployment.
Agent Protocol
Trigger
Keywords: python build, pip, poetry, uv, pyproject.toml, venv, mypy, pytest, async python, celery, fastapi, django.
Input Context
- Project type (CLI tool, web API, data pipeline, library)
- Build system (setuptools, poetry, pdm, uv)
- Python version requirements
- Deployment target (serverless, container, VPS)
Output Artifact
Build configuration, dependency management setup, project structure, test configuration, and deployment config tailored to project type.