skills/codex-fable5/SKILL.md
--- name: codex-fable5 description: Apply Fable-inspired discipline to Codex work: inspect first, track goals and findings, ground conclusions in evidence, verify before completion, and adapt Claude/Fable prompt guidance without identit category: AI & Agents source: antigravity tags: [api, claude, ai, agent, workflow, document, security] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/codex-fable5 --- # Codex Fable5 ## Overview Codex Fable5 applies Fable-inspired
npx skillsauth add ranbot-ai/awesome-skills skills/codex-fable5Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Codex Fable5 applies Fable-inspired operating habits to Codex-style coding work. It emphasizes reading the workspace before acting, preserving active system and safety instructions, tracking goals and review findings, grounding claims in evidence, and verifying before saying work is complete. This skill is adapted from the community project at baskduf/FableCodex.
It does not clone, unlock, or replace any Fable-family model. Treat it as workflow discipline, not as proof of provider identity, hidden capability, model access, or context-window parity.
Decide which operating mode fits the task:
For durable local ledgers, install the source plugin and use its helper CLI. Only do this in an authorized local workspace.
codex plugin marketplace add baskduf/FableCodex --ref <reviewed-tag-or-commit>
codex plugin add codex-fable5@fablecodex
From a FableCodex checkout, add the helper binaries to PATH:
export PATH="$PWD/plugins/codex-fable5/bin:$PATH"
codex-fable5 status
Use goal and findings ledgers for longer work:
codex-fable5 goals create --brief "Implement CSV import" --goal "Import valid CSV rows and report invalid rows"
codex-fable5 goals next
codex-fable5 findings add --title "Parser drops empty trailing fields" --location "src/importer.ts:84" --evidence "Fixture with trailing comma loses final column"
codex-fable5 findings gate
User request:
Use codex-fable5 to implement this fix.
Agent behavior:
User request:
Convert this Claude/Fable prompt into Codex project rules.
Agent behavior:
AGENTS.md or skill guidance.tools
Use when a user asks to mine or update a private, evidence-backed work profile from local Claude Code, Codex, Copilot CLI, or OpenCode sessions.
data-ai
Use when diagnosing Android overheating, idle heat, thermal throttling, charging or radio heat, or abnormal battery drain with read-only ADB evidence and approval gates.
research
Research public competitor ads, analyze creative patterns and landing pages, and produce an evidence-labeled strategic teardown.
tools
Compiled CLI covering all 52 endpoints of the Anytype local API — objects, properties, tags, search, chat, files — one binary, no MCP server needed.