python
Default Python stack for Lambda: uv + Astral tools, typed code, schemas, and Hypothesis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Default Python stack for Lambda: uv + Astral tools, typed code, schemas, and Hypothesis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use the local pr-watch CLI/daemon to watch GitHub pull request activity, wait for PR changes, and fetch normalized event deltas without manually managing webhook forwarding or event subscriptions.
One lifecycle for Lambda repos: choose a bd task, start work, land the PR, and watch GitHub via Dumbwaiter MCP until it merges.
How to use bd (beads) for issue tracking, ready work, status updates, and comments in this repo.
Zero Framework Cognition Principles
Provider-agnostic wait-for-change skill that uses the Dumbwaiter MCP server to wait on PR events (GitHub first) via wait.start/status/cancel/await, with progress notifications and durable state.
Default TypeScript stack for Lambda: pnpm workspaces + Turbo, strict TS, and sensible DX helpers.
| 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.