From antigravity-awesome-skills
Applies Fable-inspired discipline to coding work: inspect before acting, track goals and findings, ground conclusions in evidence, verify before completion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:codex-fable5The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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`.
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 main
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.Problem: The user asks for "actual Fable 5" but only prompt edits are possible. Solution: Say prompt changes can emulate workflow, then require verified provider access before changing model routing.
Problem: A long task drifts because findings are tracked only in chat. Solution: Record accepted findings and keep the final gate blocked until each one is resolved or explicitly deferred.
@codex-review - Use when the primary task is a code review pass.@skill-issue - Use when diagnosing whether a skill will trigger for a prompt.@open-dynamic-workflows - Use when the task needs multi-agent planning and adversarial verification.npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderApplies risk-proportional verification discipline to coding tasks with workflow, review, and final reporting. Use for complex implementation, debugging, refactoring, or deployment prep where observable evidence is needed.
Enforces structured multi-step task execution with verification checkpoints. Use for autonomous work, debugging investigations, or building renderable artifacts (HTML, SVG).
Applies Fable 5 operational structure (outcome-first communication, verification discipline, tool parallelism, message completeness, readability-first token economy) to Sonnet sessions. Works for code, writing, research, and documentation.