Dev10x:afk

Configure walk-away gate policies for unattended AI sessions.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-afk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x:afk
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/afk
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-afk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to set a walk-away mode for long-running unattended sessions, ensuring that the AI agent can continue processing without requiring constant supervision.

Core Features & Use Cases

  • Walk-Away Mode: Compose a walk-away gate policy to prevent long-running sessions from stalling.
  • Configuration: Writes gate_preset: adaptive and gate_overlays: [afk] to .claude/Dev10x/config.yaml.
  • Trigger Conditions: Starts a long-running unattended session or when the user says "walk away" or similar phrases.
  • Non-Trigger Conditions: Active pair-programming, scoping a new ticket, or session is already complete.

Quick Start

Enable walk-away mode by running the command: Dev10x:afk.

Frequently Asked Questions about Dev10x:afk

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

FAQPage Schema
How do I enable walk-away mode for unattended AI sessions?

Walk-away mode prevents long-running unattended sessions from stalling by composing a walk-away gate policy, ensuring the AI agent continues processing without requiring constant supervision.

How do I configure an AI workflow to run without human intervention?

You configure an unattended AI workflow by writing `gate_preset: adaptive` and `gate_overlays: [afk]` to the `.claude/Dev10x/config.yaml` file, enabling continuous long-running processing.

When should I use walk-away mode for AI workflow configuration?

Use walk-away mode when starting a long-running unattended session or when you explicitly say "walk away," ensuring the AI agent processes autonomously without stalling or requiring supervision.

Can I use walk-away mode during active pair-programming sessions?

No, walk-away mode is not suitable for active pair-programming, scoping a new ticket, or sessions that are already complete, as it is designed specifically for long-running unattended workflows.

What are the limitations of using an adaptive gate preset for unattended sessions?

The adaptive gate preset limitation is that it only applies to unattended workflows; it should not be used when active human supervision, like pair-programming or ticket scoping, is required.