---
name: Fable Advisor
slug: fable-advisor
category: AI Engineering
description: "Fable Advisor gets a focused second opinion from Claude Fable 5 without substituting the host tool's model. Use it when you need to check a plan before committing, review after repeated failures, or explicitly invoke fable-advisor."
github: "https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/fable-advisor/skills/fable-advisor"
language: Python
stars: 1086
forks: 102
install: "npx degit https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/fable-advisor/skills/fable-advisor ~/.claude/skills/fable-advisor"
installs_to: ~/.claude/skills/fable-advisor
source_path: plugins/fable-advisor/skills/fable-advisor/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/fcakyon/claude-codex-settings"
added: 2026-08-20T07:56:41.824Z
last_synced: 2026-08-20T07:56:41.824Z
canonical_url: "https://dirskills.com/skills/fable-advisor"
---

# Fable Advisor

Fable Advisor gets a focused second opinion from Claude Fable 5 without substituting the host tool's model. Use it when you need to check a plan before committing, review after repeated failures, or explicitly invoke fable-advisor.

**Install:**

```bash
npx degit https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/fable-advisor/skills/fable-advisor ~/.claude/skills/fable-advisor
```

## README

# Fable Advisor

Get a focused second opinion from Claude Fable 5 without substituting the host
tool's model.

## Route by tool

1. In Claude Code, delegate to the native `fable-advisor` agent. Do not launch
   another Claude Code process.
2. Elsewhere, run this exact shape from this skill's directory so the request
   reaches standard input:

   ```
   node scripts/ask_fable.mjs <<'REVIEW'
   the review request
   REVIEW
   ```

State the decision, the evidence behind it, and any constraint that changes the
verdict. Name the paths that matter: the reviewer has read-only access and
checks load-bearing claims itself.

Return Fable's answer without rewriting it. If `claude` is missing or
unauthenticated, surface the error and ask the user to install it or sign in.
Never review in its place.
