Scheduled Jobs banner
aborroy aborroy

Scheduled Jobs

Testing community

Description

--- description: "Generate a cluster-safe Quartz scheduled job with configurable cron expression, separate executer bean, Spring scheduler registration, and unit test. In-Process SDK (Maven) only." allowed-tools: "Read, Write, Grep, Glob" argument-hint: "[path to REQUIREMENTS.md or description]" --- # /scheduled-jobs — Scheduled Job Generator > **In-Process SDK only** — Quartz jobs deploy inside the ACS JVM as part of the Platform JAR. > Never use Spring's `@Scheduled` in a Platform JAR — it i

Installation

Installs to ~/.claude/skills/aborroy-aiup-alfresco-scheduled-jobs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aborroy-aiup-alfresco-scheduled-jobs && curl -fsSL https://raw.githubusercontent.com/aborroy/aiup-alfresco/HEAD/commands/scheduled-jobs.md -o ~/.claude/skills/aborroy-aiup-alfresco-scheduled-jobs/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository