python
星标0
分支0
更新时间2025年12月23日 07:52
Default Python stack for Lambda: uv + Astral tools, typed code, schemas, and Hypothesis.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Default Python stack for Lambda: uv + Astral tools, typed code, schemas, and Hypothesis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | python |
| description | Default Python stack for Lambda: uv + Astral tools, typed code, schemas, and Hypothesis. |
Use this skill when working on Python projects or adding Python support.
uv for environments, dependency management, and running commands.ruff for lint/format and ty for type checking.Any unless the boundary truly requires it.typing_extensions for newer typing features.pytest and property tests with hypothesis when behavior is stateful or rule-based.pyproject.toml with build metadata, versioning, and a src/ layout.