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.