job-generator

Generate background jobs and seed fixtures for Luminaris modules.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/web3br1/luminaristest --skill job-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: job-generator
Source: https://github.com/web3br1/luminaristest/tree/main/.claude/skills/job-generator
Command: npx skills add https://github.com/web3br1/luminaristest --skill job-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires prisma, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of background jobs and seed fixtures for the Luminaris platform, streamlining the development and maintenance processes.

Core Features & Use Cases

  • Job Generation: Automatically generates background jobs for maintenance tasks.
  • Seed Fixture Generation: Creates seed fixtures for development environments.
  • Use Case: When adding a new module to Luminaris, use this Skill to generate the necessary background job and seed fixture to populate the database with initial data.

Quick Start

Generate a job for 'PurgeExpiredProposals' with a schedule. Use the command: job-generator PurgeExpiredProposals schedule

Frequently Asked Questions about job-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate background jobs and seed fixtures for a Luminaris module?

To generate background jobs and seed fixtures for a Luminaris module, use the job-generator command with the module name and schedule parameter. It automates job creation and database seeding using Prisma and scripting tools.

What is the command to schedule a maintenance background job in Prisma?

The command to schedule a maintenance background job is `job-generator [ModuleName] schedule`. For example, running `job-generator PurgeExpiredProposals schedule` creates the scheduled maintenance job using Prisma database operations.

Do I need Prisma installed to create seed fixtures for Luminaris?

Yes, Prisma is a required dependency to create seed fixtures for Luminaris. The seed fixture generation process handles database operations and initial data population directly through Prisma's scripting tools.

Can I automate database seeding when adding a new module to Luminaris?

Yes, you can automate database seeding when adding a new module to Luminaris. The job-generator Skill creates the necessary seed fixtures to populate the development environment database with initial data automatically.

When should I use an automated job generator for background maintenance tasks?

You should use an automated job generator for background maintenance tasks when adding new modules to Luminaris that require scheduled jobs and initial database population. It streamlines development by handling Prisma database operations and seed fixture creation.