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
testing
Fix SEO indexing issues, crawl budget problems, and Search Console coverage errors for Next.js apps. Covers canonical tags, noindex audits, sitemap health, static rendering, and internal linking.
data-ai
Analyze AI disruption pressure across a business, map competitive exposure, and produce a 90-day defensive action plan.
tools
--- name: longbridge description: 125+ agent skills for Longbridge Securities — real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional category: AI & Agents source: antigravity tags: [api, mcp, claude, ai, agent, security, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/longbridge --- # Longbridge ## Overview Longbridge is the official skill collection for Longbr
tools
Design, debug, and harden GitHub Actions CI/CD workflows, including reusable workflows, matrix builds, self-hosted runners, OIDC authentication, caching, environments, secrets, and release automation.