skills/temporal/SKILL.md
Durable execution platform for building fault-tolerant workflows, long-running processes, and resilient distributed applications. MANDATORY TRIGGERS: temporal, temporal.io, temporalio, durable execution, workflow orchestration engine. Also trigger when the user wants to build fault-tolerant workflows, implement saga patterns, create long-running distributed processes, orchestrate microservices with retries and timeouts, or build durable AI agent pipelines. When in doubt about whether to use this skill for workflow orchestration or durable execution tasks, use it.
npx skillsauth add abhisheksharma-17/skills-graph temporalInstall 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.
Source: docs.temporal.io | Version tracked: 1.28.0 (Python SDK) |
pip install temporalio
| File | Read When |
|------|-----------|
| references/00-overview.md | Starting with Temporal, understanding durable execution, architecture, installation |
| references/01-workflows.md | Defining workflow classes, deterministic constraints, sandbox, parameters |
| references/02-activities.md | Defining activities, sync vs async, heartbeating, idempotency |
| references/03-workers.md | Running worker processes, task queues, registering workflows and activities |
| references/04-client.md | Connecting to Temporal, starting workflows, getting handles, listing executions |
| references/05-message-passing.md | Signals, queries, updates, dynamic handlers, wait conditions |
| references/06-child-workflows.md | Child workflows, parent close policies, continue-as-new |
| references/07-error-handling.md | Retries, timeouts, failure detection, saga pattern, cancellation |
| references/08-testing.md | Unit and integration testing, time-skipping, mocking activities, replay testing |
| references/09-schedules.md | Scheduling workflows, intervals, cron, backfill, pause/unpause |
| references/10-versioning.md | Patching workflows, worker versioning, safe code deployments |
| references/11-observability.md | Metrics, tracing, logging, search attributes, visibility |
| references/12-nexus.md | Temporal Nexus, cross-namespace services, operations, endpoints |
# Python
pip install temporalio
# TypeScript
npm install @temporalio/client @temporalio/worker @temporalio/workflow @temporalio/activity
development
High-throughput LLM inference and serving engine with PagedAttention, continuous batching, and OpenAI-compatible API. MANDATORY TRIGGERS: vLLM, vllm, LLM serving, LLM inference engine, PagedAttention. Also trigger when the user wants to serve LLMs in production, deploy models with tensor parallelism, use speculative decoding, quantize models for inference, build OpenAI-compatible API servers, or optimize LLM throughput and latency. When in doubt about whether to use this skill for LLM serving tasks, use it.
tools
Type-safe Python agent framework for building production-grade GenAI applications with Pydantic validation, structured outputs, and dependency injection. MANDATORY TRIGGERS: pydantic-ai, pydantic_ai, PydanticAI, pydantic ai agent. Also trigger when the user wants to build type-safe AI agents in Python, create structured LLM outputs with Pydantic models, implement dependency injection for agents, use tools/capabilities with LLMs, or build multi-agent systems with Python type safety. When in doubt about whether to use this skill for Python AI agent tasks, use it.
tools
AI framework for building RAG pipelines, agents, workflows, and data-augmented LLM applications with 300+ integrations. MANDATORY TRIGGERS: llamaindex, llama-index, llama_index, LlamaIndex, VectorStoreIndex, SimpleDirectoryReader, LlamaHub, LlamaParse. Also trigger when the user wants to build RAG applications with LlamaIndex, create document indexing pipelines, build agentic workflows with tool calling, implement structured data extraction from documents, or connect LLMs to custom data sources. When in doubt about whether to use this skill for RAG, document indexing, or LLM data augmentation tasks, use it.
development
AI developer platform for experiment tracking, LLM observability, hyperparameter sweeps, artifact versioning, and model registry. MANDATORY TRIGGERS: wandb, weights and biases, weights & biases, W&B, weave, wandb.init, wandb.log. Also trigger when the user wants to track ML experiments, log training metrics, tune hyperparameters with sweeps, version datasets or models, trace LLM calls, evaluate LLM applications, or monitor AI agents. When in doubt about whether to use this skill for ML experiment tracking or LLM observability tasks, use it.