Add or modify work that runs outside the request/response cycle — emails, document ingestion, webhooks, cleanups, scheduled jobs. Use when something is slow or fire-and-forget, or when adding a periodic/cron task. This project's queue is {{ cookiecutter.background_tasks }}.
$npx -y skills add vstorm-co/full-stack-ai-agent-template --skill background-taskInstalls into the current project.
Run `npx skills use "https://github.com/vstorm-co/full-stack-ai-agent-template" --skill "vstorm-co/full-stack-ai-agent-template/background-task"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/vstorm-co/full-stack-ai-agent-template" that are relevant to the current task. Run `npx skills add "https://github.com/vstorm-co/full-stack-ai-agent-template"` and select the relevant skills, then follow their instructions.