# Temporal Worker Client Hosting Aspire

> Worker/client lifecycle, task queues, DI hosting patterns, and Aspire (InfinityFlow-style) integration guidance for Temporal .NET. Use when this capability is needed.

- Skill: `tomevault-io/temporal-worker-client-hosting-aspire` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/temporal-worker-client-hosting-aspire`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/temporal-worker-client-hosting-aspire/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/temporal-worker-client-hosting-aspire

---


# Worker + Client Hosting (and Aspire)

## When to use
Use when the user asks about:
- creating the Temporal client (singleton per process)
- worker registration and task queues
- scaling workers horizontally
- Aspire/InfinityFlow integration and local dev server patterns
- double-bootstrapping (worker starts itself + Aspire also starts it)

## Required output
- Recommended bootstrap structure (Generic Host / DI lifetimes)
- Task queue naming guidance (stable + explicit)
- Aspire rule: when Aspire is present, workers should be first-class Aspire projects/resources

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/rebeccapowell) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

