From gremlins
Schedule recurring gremlins runs using Claude Code Remote Triggers
How this skill is triggered — by the user, by Claude, or both
Slash command
/gremlins:scheduleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage scheduled gremlins runs. This is a thin wrapper around Claude Code's Remote Trigger system.
Manage scheduled gremlins runs. This is a thin wrapper around Claude Code's Remote Trigger system.
Parse the user's input to determine which action they want:
/gremlins:schedule (no args) or /gremlins:schedule create → Create/gremlins:schedule list → List/gremlins:schedule remove → Removegremlins/gremlins.yaml exists. If not, tell the user to run /gremlins:init first.gremlins/orchestrator-prompt.md exists. If not, tell the user to run /gremlins:init first.Ask the user:
Frequency:
"How often should gremlins run?
- Weekly (default) — pick a day and time
- Biweekly — every two weeks
- Monthly — once a month
- Custom — provide a cron expression"
Timing (unless they gave a custom cron):
"What day and time? (e.g., 'Sunday 8am', 'Friday 6pm')"
Convert their answer to a UTC cron expression.
Use the RemoteTrigger tool (or the /schedule skill) to create a Remote Trigger with:
Read gremlins/orchestrator-prompt.md and follow its instructions exactly.models.default from gremlins/gremlins.yaml (default: claude-opus-4-6)Print confirmation:
"Scheduled! Gremlins will run [frequency description] at [time]. To manage this schedule, use
/gremlins:schedule listor/gremlins:schedule remove."
List all Remote Triggers and filter for any whose prompt contains "orchestrator-prompt.md". Display:
If none found: "No gremlins schedule configured. Use /gremlins:schedule to set one up."
List gremlins triggers (same as List). If one is found, confirm with the user before removing:
"Found gremlins schedule: [description]. Remove it?"
If confirmed, delete the Remote Trigger.
If multiple are found, ask which one to remove.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub hmason/gremlins --plugin gremlins