switch_modes-skl

Switch the active agent mode by updating a state file.

1|1|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/SteveBronder/skillrena --skill switch-modes-skl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: switch_modes-skl
Source: https://github.com/SteveBronder/skillrena/tree/main/skillrena/switch_modes-skl
Command: npx skills add https://github.com/SteveBronder/skillrena --skill switch-modes-skl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Switch the active agent mode by updating a simple state file.

Core Features & Use Cases

  • Mode map: update ./.{AGENT_NAME}/state.json to switch modes (editing, interactive, no-memories, one-shot, planning).
  • Confirmation: verifies the active mode after switch.
  • Use Case: switch to no-memories mode for a privacy-focused session.

Quick Start

Write {"mode": "<mode>"} to ./.{AGENT_NAME}/state.json and verify the change.