← ClaudeAtlas

agent-chat-offlisted

Stop the Forgeflow agent-chat server and preserve the auto-saved chat log when appropriate.
BrandedTamarasu-glitch/ForgeFlow · ★ 1 · AI & Automation · score 72
Install: claude install-skill BrandedTamarasu-glitch/ForgeFlow
Use this skill when the user wants to stop the local agent-chat service. Resolve helpers from `scripts/forgeflow` in a checkout or `${CODEX_HOME:-$HOME/.codex}/forgeflow/scripts/forgeflow` in an installed Codex runtime. Missing helpers are an installation issue, not an unsupported Codex feature. Workflow: 1. By default, run: ```bash scripts/forgeflow/agent-chat-off.sh ``` 2. If the user wants the log copied automatically, run one of: ```bash scripts/forgeflow/agent-chat-off.sh --copy-default scripts/forgeflow/agent-chat-off.sh --copy "<path>" ``` 3. Report where the log was preserved, if applicable.