switching-modes

Community

Switch the agent's collaboration mode instantly.

AuthorSteveBronder
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill lets you switch the agent's operating mode on demand, enabling different collaboration styles (editing, planning, interactive, one-shot, and no-memories) to fit user tasks and preferences.

Core Features & Use Cases

  • Mode map: reads mode-specific behavior from assets/<mode>.md.
  • Dynamic switching: updates ./.{AGENT_NAME}/state.json with the chosen mode and confirms the active mode.
  • Guided fallbacks: reports invalid modes and provides a list of valid options.

Quick Start

Use the switching-modes Skill to set a mode. For example:

  • Write { "mode": "<mode>" } to ./.{AGENT_NAME}/state.json.
  • Read the appropriate mode behavior from assets/<mode>.md.
  • Confirm the active mode.

Dependency Matrix

Required Modules

None required

Components

assets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: switching-modes
Download link: https://github.com/SteveBronder/skillrena/archive/main.zip#switching-modes

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository