Auto Mode banner
anasfik anasfik

Auto Mode

Development community

Description

# Command Prompt Surface: `auto-mode` critique ## Source - `src/cli/handlers/autoMode.ts` --- ## `CRITIQUE_SYSTEM_PROMPT` Used by `claude auto-mode critique`. Purpose: - Review user-defined auto-mode classifier rules for quality and safety. - Evaluate each rule section (`allow`, `soft_deny`, `environment`) on: 1. clarity 2. completeness 3. conflicts 4. actionability Behavior notes: - The command builds the effective classifier prompt and sends both default classifier context and

Installation

Installs to ~/.claude/skills/anasfik-claude-code-prompts-reference-auto-mode/SKILL.md

Terminal
mkdir -p ~/.claude/skills/anasfik-claude-code-prompts-reference-auto-mode && curl -fsSL https://raw.githubusercontent.com/anasfik/claude-code-prompts-reference/HEAD/commands/auto-mode.md -o ~/.claude/skills/anasfik-claude-code-prompts-reference-auto-mode/SKILL.md

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

Full documentation available on GitHub

View Source Repository