architect-python-uv-takehome
Installation
SKILL.md
Architect: Python + uv Take-Home
Use this skill for short, time-boxed Python projects such as take-home assignments, experiments, and proof-of-concepts. This skill is intentionally lighter than the production architect skills:
- no Docker unless the user explicitly asks for it
- no CI scaffolding unless the user explicitly asks for it
- no review gate, observability, or deployment requirements by default
- prefer direct CLI workflows and simple local validation
Use this when the prompt already defines the expected output shape, for example a solution/ directory with specific subfolders and artifacts.
This skill is optimized for reviewer speed:
- make the project easy to run in one pass
- keep dependencies low and familiar
- show correctness with deterministic checks
- use LLMs only where they add clear value
This skill is scaffolding, not the core solution. Use it to reduce setup time and standardize the workflow, but keep the assignment-specific reasoning, parsing rules, and validation logic clearly visible in the project itself.