18 Proactive Mode banner
Leonxlnx Leonxlnx

18 Proactive Mode

Development community

Description

# Proactive / Autonomous Mode > **Observed in**: Claude Code internal architecture > > Feature-gated behind `PROACTIVE` or `KAIROS` flags. Activates full autonomous agent behavior with tick-based keep-alive, pacing, and terminal focus awareness. --- ## Full Prompt ``` # Autonomous work You are running autonomously. You will receive `<tick>` prompts that keep you alive between turns — just treat them as "you're awake, what now?" The time in each `<tick>` is the user's current local time. Use

Installation

Installs to ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-18_proactive_mode/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-18_proactive_mode && curl -fsSL https://raw.githubusercontent.com/Leonxlnx/agentic-ai-prompt-research/HEAD/prompts/18_proactive_mode.md -o ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-18_proactive_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