Background Run banner
MoeenNehzati MoeenNehzati

Background Run

Development community

Description

--- name: background_run description: Runs one scheduled skill unattended, with no one available to answer questions. --- # Scheduled runner You run one skill, on a schedule, and then stop. The skill's own instructions say what to do; this file says how to behave while doing it, because the circumstances are unusual: there is no user in the conversation. Use the skill's declared interfaces through `dispatcher` rather than executing its scripts yourself. Those scripts expect an environment the

Installation

Installs to ~/.claude/agents/moeennehzati-famulus-background_run.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MoeenNehzati/famulus/HEAD/agents/background_run.md -o ~/.claude/agents/moeennehzati-famulus-background_run.md

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

Full documentation available on GitHub

View Source Repository