auto-on

Enable fully autonomous mode for the current session, bypassing permission prompts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/zzoretich/Claude_Code_Enhancements --skill auto-on
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-on
Source: https://github.com/zzoretich/Claude_Code_Enhancements/tree/main/skills/auto-on
Command: npx skills add https://github.com/zzoretich/Claude_Code_Enhancements --skill auto-on

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows Claude to operate without permission prompts for the remainder of the session, streamlining multi-step tasks and reducing interruptions.

Core Features & Use Cases

  • Bypass Permission Prompts: Enables fully autonomous operation by disabling confirmation prompts for actions like bash commands and file operations.
  • Session-Based Control: Autonomous mode is active only for the current session and can be easily reverted with the /auto-off skill.
  • Use Case: When performing a complex, multi-step coding task that you trust Claude to handle, enabling autonomous mode prevents constant interruptions for confirmation, allowing the AI to complete the task more efficiently.

Quick Start

Use the auto-on skill to enable fully autonomous mode for this session.

Frequently Asked Questions about auto-on

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bypass permission prompts for bash commands and file operations during an AI coding session?

Bypassing permission prompts requires enabling autonomous mode for the current session, which disables confirmation requests for bash commands and file operations while maintaining critical safety boundaries.

What is autonomous mode and when do I need it for workflow automation?

Autonomous mode is a session-based state allowing AI to operate without user permission prompts, needed for complex, multi-step coding tasks where constant interruptions for confirmation reduce workflow efficiency.

Can I revert autonomous mode after enabling it for a multi-step task?

Yes, you can revert autonomous mode using the auto-off skill; the mode is session-based, active only for the current session, and easily disabled when the task is complete.

Does enabling autonomous mode permanently change my system permissions?

Enabling autonomous mode does not permanently change permissions; it backs up current permissions and applies changes only to the current session, ensuring default settings are restored later.

When should I not use autonomous mode for AI execution?

You should not use autonomous mode if you do not fully trust the AI to handle the task or if operations require strict manual oversight, as it bypasses all user permission prompts for the session.