AI AGENT ADDONS

An AI agent can work in different modes. One mode is called copilot mode. Another mode is called autonomous mode. This skill helps you switch from copilot mode back to autonomous mode. It is useful for agents like Claude Code. The autonomous mode enables full worktree enforcement. This means the agent can work on the entire project without restrictions. The skill uses a shared mode controller. It runs a script to set the mode. If the script is missing, you are already in autonomous mode by default.

The skill also confirms the switch. It prints a message that the mode is now autonomous. It tells you that the workflow pipeline is active. This makes it easy to know what mode your agent is in.

Add Autonomous skill to your workflow

Global

mkdir -p ~/.claude/skills/autonomous

Project

mkdir -p .claude/skills/autonomous

Source Repository

Stars
1
Forks
0
Watchers
1
Last Push
1 month ago
Created
4 months ago