autonomous

Installation
SKILL.md

Return to Autonomous Mode

Claude Code enforcement only — Codex and Cursor default to autonomous unless a future adapter uses this shared controller. Shared mode controller: .agents/skills/autonomous/scripts/.

Shared Controller

Mode is a setting with explicit values: autonomous and copilot.

For now, this skill owns the shared mode controller because autonomous is the default and safe fallback value. /copilot is an alias that sets mode=copilot; it should not own separate mode logic.

  • .agents/skills/autonomous/scripts/mode.sh is the sourceable mode facade for all agents and hooks.
  • .agents/skills/autonomous/scripts/set-mode.sh sets mode=autonomous or mode=copilot.
  • scripts/lib/session-state.sh remains project infrastructure because status, detection, bootstrap, and hook code all use it.

Activate

Installs
590
GitHub Stars
1
First Seen
Apr 7, 2026
autonomous — camacho/ai-skills