python
Default Python stack for Lambda: uv + Astral tools, typed code, schemas, and Hypothesis.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Default Python stack for Lambda: uv + Astral tools, typed code, schemas, and Hypothesis.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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.