Fable Status banner
rennf93 rennf93

Fable Status

AI community

Description

--- description: Report fable-mode posture — output style, model/effort, hook telemetry drift counts --- Report the current fable-mode posture. Steps: 1. Read `~/.claude/settings.json` (and `.claude/settings.local.json` if present). Report: `outputStyle` (is it `Fable`?), `model`, `effortLevel`, `alwaysThinkingEnabled`. 2. Summarize hook drift telemetry by running: ```bash python3 - <<'PY' import calendar, json, os, time path = os.environ.get("FABLE_TELEMETRY_FILE",

Installation

Installs to ~/.claude/skills/rennf93-opus-fable-playbook-fable-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rennf93-opus-fable-playbook-fable-status && curl -fsSL https://raw.githubusercontent.com/rennf93/opus-fable-playbook/HEAD/commands/fable-status.md -o ~/.claude/skills/rennf93-opus-fable-playbook-fable-status/SKILL.md

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

Full documentation available on GitHub

View Source Repository