Maintain Check banner
randomittin randomittin

Maintain Check

Development community

Description

--- name: maintain-check description: Run one durable maintainer autopilot cycle — budget-gated, stop-guarded, checkpointed. Use --dry-run to preview without executing. argument-hint: [--dry-run] disable-model-invocation: true --- # Maintainer Check Cycle Run a single maintainer autopilot cycle. This is the command `/loop` or `/schedule` calls repeatedly. The heavy lifting is NOT prose LLM steps — it is delegated to the deterministic engine `bin/heimdall-maintain-loop`, which wraps the honest

Installation

Installs to ~/.claude/skills/randomittin-superx-maintain-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/randomittin-superx-maintain-check && curl -fsSL https://raw.githubusercontent.com/randomittin/superx/HEAD/commands/maintain-check.md -o ~/.claude/skills/randomittin-superx-maintain-check/SKILL.md

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

Full documentation available on GitHub

View Source Repository