Set System banner
EhrenDavis12 EhrenDavis12

Set System

Development community

Description

--- description: Show or switch which agent system is active (forge / direct) argument-hint: "[system name]" --- # Set the active agent system A **system** is a whole way of working: rules, agents, skills, and hooks. One is active at a time. Read `.claude/systems/README.md` for the design; this file is how to switch. **This is a command, not a skill — deliberately.** Only the user can run it. Claude has no way to invoke it on its own. This is the stricter of the two switches. Changing system

Installation

Installs to ~/.claude/skills/ehrendavis12-.claude-set-system/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ehrendavis12-.claude-set-system && curl -fsSL https://raw.githubusercontent.com/EhrenDavis12/.claude/HEAD/commands/set-system.md -o ~/.claude/skills/ehrendavis12-.claude-set-system/SKILL.md

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

Full documentation available on GitHub

View Source Repository