Stoic Command banner
fatihguner fatihguner

Stoic Command

Development community

Description

--- name: "stoic-mode-commands" description: "Activates, deactivates, and reports status of Stoic mode — a philosophical lens that adds Stoic depth to all system responses without changing analytical content" category: "meta" commands: - name: "/stoic on" syntax: "/stoic on" description: "Activates Stoic mode" - name: "/stoic off" syntax: "/stoic off" description: "Deactivates Stoic mode" - name: "/stoic status" syntax: "/stoic status" description: "Reports current

Installation

Installs to ~/.claude/commands/fatihguner-foreman-stoic-command.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fatihguner/foreman/HEAD/.claude/commands/stoic-command.md -o ~/.claude/commands/fatihguner-foreman-stoic-command.md

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

Full documentation available on GitHub

View Source Repository