Scaffolds Azure WebJobs + Functions following the cleen* naming, queue conventions, and the 12-project VS solution layout.
The Background Services skill handles the async-work tier. When a developer says "add a job that sends a daily digest email" or "add a function that processes uploaded videos," the skill scaffolds the WebJob or Function in the right VS project, wires the queue trigger or timer, and follows the cleen* naming convention (cleenNotifyDispatchJob, cleenMediaTranscodeFunction).
It knows when to reach for a WebJob (always-on workers — translation queues, scheduled sweeps) vs an Azure Function (event-driven or HTTP-triggered — webhook receivers, queue consumers). Output respects the shared C# class libraries (cleenLLM, cleenServices, cleenDataLayer, cleenDomain, cleenCommon, cleenWebAppBase).What the skill does
To use the Background Services skill in practice, register CleenUI in your AI editor — five-minute setup per tool, guides below.