joelhooks

Fable Context — Productivity skill for Claude Code

Productivity community

Pi Fable context-build and clarify workflow.

How to install Fable Context

Installs to ~/.claude/skills/joelhooks-pi-fable-fable-context/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joelhooks-pi-fable-fable-context && curl -fsSL https://raw.githubusercontent.com/joelhooks/pi-fable/HEAD/prompts/fable-context.md -o ~/.claude/skills/joelhooks-pi-fable-fable-context/SKILL.md

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

What Fable Context does


description: Pi Fable context-build and clarify workflow

Use `pi-fable` plus `pi-subagents` to build grounded context before planning or implementation.

Target request:

$@

Workflow:

  1. Classify the request with pi_fable_route.
  2. If local code context matters, run fresh-context context-builder or scout agents through subagent.
  3. If external/current docs matter, run researcher with primary-source requirements.
  4. Synthesize only the context that changes execution.
  5. Ask t

Alternatives in Productivity

  • Claude Hud — A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progr 14k ★
  • Skill Context Detection — Auto-detect work context (Dev vs Knowledge) — use to tailor workflows based on current task type 2.8k ★
  • Carl — Context Augmentation & Reinforcement Layer — Domain-based behavioral rules for Claude Code, keyword-matched an 368 ★

Full documentation available on GitHub

View Source Repository