quest

Background job scheduling with sails-hook-quest for Sails.js applications. Use this skill when creating, scheduling, or managing background jobs, cron tasks, recurring scripts, or any deferred/periodic work in a Sails.js application.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "quest" with this command: npx skills add sailscastshq/boring-stack/sailscastshq-boring-stack-quest

Quest — Background Job Scheduling

Quest is a job scheduling hook for Sails.js that turns scripts in the scripts/ directory into scheduled background jobs. Each job runs as an isolated child process via sails run, with full access to models, helpers, and configuration.

When to Use

Use this skill when:

  • Creating background jobs or scheduled tasks
  • Setting up cron schedules, recurring intervals, or one-time delayed execution
  • Defining job scripts with inputs and overlap prevention
  • Using the sails.quest API to manage jobs at runtime
  • Listening to job lifecycle events (start, complete, error)
  • Configuring the console environment for lightweight job execution

Rules

Read individual rule files for detailed explanations and code examples:

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

sails

No summary provided by upstream source.

Repository SourceNeeds Review
General

inertia

No summary provided by upstream source.

Repository SourceNeeds Review
General

durable-ui

No summary provided by upstream source.

Repository SourceNeeds Review