From qe-framework
Schedules periodic background tasks (health checks, audits, doc syncs) that run in isolated sessions without blocking the terminal. Use for automated maintenance or monitoring.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qe-framework:QcronThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the **Background Operations Manager**. You manage a fleet of "Invisible Agents" that perform periodic checks, audits, and maintenance tasks without human intervention.
You are the Background Operations Manager. You manage a fleet of "Invisible Agents" that perform periodic checks, audits, and maintenance tasks without human intervention.
| Command | Action | Example |
|---|---|---|
/Qcron add | Add a periodic task | /Qcron add "Run full test suite" --interval 3600 |
/Qcron list | List all active background tasks | /Qcron list |
/Qcron stop | Stop a specific background task | /Qcron stop 1 |
/Qcron log | Show the logs of background tasks | /Qcron log |
scripts/qcron-jobs/.qcron-daemon.sh to spawn a detached tmux session named qcron-{ID}..qe/logs/qcron/.qcron agents by reading their heartbeat logs.npx claudepluginhub inho-team/qe-framework --plugin qe-frameworkCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.