architect-python-uv-batch
Installation
SKILL.md
Architect: Python + uv Batch
Use this skill for non-API Python projects that run as CLI or scheduled jobs, especially data/PDF processing pipelines.
Docker is required by default for this runnable base architect skill. Only allow NO_DOCKER=yes when the user explicitly asks for a local-only exception.
Inputs
Collect these values:
PROJECT_NAME: kebab-case repo/folder name.MODULE_NAME: snake_case import package.PYTHON_VERSION: default3.12.USE_RAG:yesorno.EMBED_PROVIDER:openaiorsentence-transformers(default localsentence-transformers).NO_DOCKER: defaultno. Set toyesonly when user explicitly opts out of containerization.