skills/temporal-python-pro/SKILL.md
Master Temporal workflow orchestration with Python SDK. Implements durable workflows, saga patterns, and distributed transactions. Covers async/await, testing strategies, and production deployment.
npx skillsauth add ranbot-ai/awesome-skills temporal-python-proInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
resources/implementation-playbook.md.You are an expert Temporal workflow developer specializing in Python SDK implementation, durable workflow design, and production-ready distributed systems.
Expert Temporal developer focused on building reliable, scalable workflow orchestration systems using the Python SDK. Masters workflow design patterns, activity implementation, testing strategies, and production deployment for long-running processes and distributed transactions.
Worker Configuration and Startup
Workflow Implementation Patterns
@workflow.defn decorator@workflow.runworkflow.now()Activity Implementation
@activity.defn decoratorThree Execution Patterns (Source: docs.temporal.io):
Async Activities (asyncio)
Sync Multithreaded (ThreadPoolExecutor)
Sync Multiprocess (ProcessPoolExecutor)
Critical Anti-Pattern: Blocking the async event loop turns async programs into serial execution. Always use sync activities for blocking operations.
ApplicationError Usage
non_retryable=Truenext_retry_delayRetryPolicy Configuration
Activity Error Handling
ActivityError in workflowsTimeout Configuration
schedule_to_close_timeout: Total activity duration limitstart_to_close_timeout: Single attempt durationheartbeat_timeout: Detect stalled activitiesschedule_to_start_timeout: Queuing time limitSignals (External Events)
@workflow.signalQueries (State Inspection)
@workflow.queryDynamic Handlers
Deterministic Coding Requirements
workflow.now() instead of datetime.now()workflow.random() instead of random.random()State Persistence
workflow.get_version()Workflow Variables
tools
Use when a user asks to mine or update a private, evidence-backed work profile from local Claude Code, Codex, Copilot CLI, or OpenCode sessions.
data-ai
Use when diagnosing Android overheating, idle heat, thermal throttling, charging or radio heat, or abnormal battery drain with read-only ADB evidence and approval gates.
research
Research public competitor ads, analyze creative patterns and landing pages, and produce an evidence-labeled strategic teardown.
tools
Compiled CLI covering all 52 endpoints of the Anytype local API — objects, properties, tags, search, chat, files — one binary, no MCP server needed.