- workspace: capmetro-monitor, github-notifications, model-selector - workspace-security: vt-monitor, monitor-unauthorized - workspace-home: cron-manager, monitor-unauthorized - extensions: vt-sentinel (VT-Sentinel plugin) Includes sync.sh for pull/push, README, AGENTS.md, .gitignore.
1.2 KiB
1.2 KiB
name, description
| name | description |
|---|---|
| cron-manager | Manage cron and reminder workflows with a strict no-guess process. Use when creating, updating, validating, listing, or auditing scheduled jobs, and default all deliveries to Discord channel 1348179994920095777 unless the user explicitly asks for another target. |
Use this skill as the only authority for cron/reminder actions.
Run a strict execution flow:
- Resolve the user intent (
list,create,update,delete,pause,resume,audit). - Confirm the delivery target; default to channel
1348179994920095777unless explicitly overridden. - Enumerate currently scheduled jobs before making changes.
- Apply only explicit user-requested changes.
- Re-list jobs and report the resulting state.
Enforce no-guess behavior:
- Never invent CLI subcommands.
- Check available command help first when command capability is uncertain.
- Stop and report exact command limitations when the environment does not expose required verbs.
- Create any new skill only through the
skill-creatorskill workflow.
Use concise confirmations that include:
- Action performed
- Effective target channel
- Schedule or timing
- Resulting job identity/name (if available)