emanuelrechsteiner

Autonomous Overnight — Development skill for Claude Code

Development community

Run a scoped autonomous work session that can continue without human supervision, queuing irreversible operations rather than skipping or auto-approving them.

How to install Autonomous Overnight

Installs to ~/.claude/skills/emanuelrechsteiner-claude-rcode-autonomous-overnight/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emanuelrechsteiner-claude-rcode-autonomous-overnight && curl -fsSL https://raw.githubusercontent.com/emanuelrechsteiner/claude-rcode/HEAD/commands/autonomous-overnight.md -o ~/.claude/skills/emanuelrechsteiner-claude-rcode-autonomous-overnight/SKILL.md

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

What Autonomous Overnight does


description: "Run a scoped autonomous work session that can continue without human supervision, queuing irreversible operations rather than skipping or auto-approving them. Invoke at the start of a pre-vetted night-run or long unattended session." argument-hint: "" model: claude-fable-5-1[1m] allowed-tools:

  • Read
  • Write
  • Edit
  • Glob
  • Grep
  • Bash(git:*)
  • Bash(gh:*)
  • Bash(npm:*)
  • Bash(npx:*)
  • Bash(tsc:*)
  • Bash(python:*)
  • Bash(p

Alternatives in Development

  • Agent Skill — A Claude Code plugin marketplace containing the ast-grep skill for powerful structural code search using Abstr 851 ★
  • Agentcontrolplane — ACP is the Agent Control Plane - a distributed agent scheduler optimized for simplicity, clarity, and control 463 ★
  • Overnight PRs — Autonomous overnight loop — verify issues against the codebase, close stale ones, ship PRs through /ship (bug 324 ★

Full documentation available on GitHub

View Source Repository