Files
skill-python-style-preferences/python-project-defaults/agents/openai.yaml
T

5 lines
438 B
YAML

interface:
display_name: "Python Project Defaults"
short_description: "Repo-aligned Python defaults"
default_prompt: "Apply the user's Python defaults while preserving repository conventions. Prefer AnyIO for new async work and beartype at stable boundaries, but only introduce uv, anyio, click, basedpyright, or beartype when the repo already uses them, the task is greenfield, or the user explicitly asks to standardize on them."